Wednesday 7 January 2015

USING SMARTFORMS

Smartform is one of ABAP tools component to create and maintain forms for mass printing in SAP. The following I will describe some of the features of smartforms:
TCode : SMARTFORMS
  • form attributes tabpage OUTPUT OPTIONS
In the tabpage OUTPUT OPTIONS you can specify the Page format, Characters per inch, Lines per inch,  output format and general Style.












Function Module to call smartforms

When you have been created smartforms and you want to display the result, you can use FM SSF_FUNCTION_MODULE_NAME to get name of function to display smartforms.
This is my example code: