The PDF output processor requires a SmartForm or a SAPscript form, defining the layout of the PDF output. The required parameters depend on the used type of form. If the parameter SMART_FORM is present, output will be made using SmartForms else using SAPscript elements.
See ProBaseline Customizing Manual for the parameters.
...
SmartForms
The data for the SmartForm form is provided by following parameters:
PS_HEADER | Selection and header data, based on structure /PRONOMINAL/PBL_IO. |
PT_OBJ_DATA | Table with data for each single object line, based on structure /PRONOMINAL/PBL_OBJ_DATA. (Table type: /PRONOMINAL/PBL_OBJ_DATA_TAB.) |
SAPScript
The data for the SAPscript form is provided to the form processor using following structures:
...