Start of Content Area

Procedure documentation Printing Multiple Forms in a Print Request  Locate the document in its SAP Library structure

Use

You want to print multiple forms in a single print request.

Procedure

...

       1.      When you call the form in the application program, first call the function module FP_JOB_OPEN.

       2.      Determine the names of the generated function modules with FP_FUNCTION_MODULE_NAME.

       3.      Then call the generated function module(s) that you want to use in the output.

       4.      The function module FP_JOB_CLOSE is the last function module to be called.

Result

You have placed the selected forms in a print request.

See also:

Calling Forms in an Application Program

 

 

End of Content Area