Printing Multiple Forms in a Print Request
Context
When the form template is called in the application program, you can specify that multiple forms are output in a single print request.
Procedure
-
When you call the form in the application program, call the function module FP_JOB_OPEN .
-
Determine the names of the generated function modules with FP_FUNCTION_MODULE_NAME.
-
Call all generated function modules that you want to output together.
-
Call the function module FP_JOB_CLOSE.