Printing Multiple Forms in a Print
Request
You want to print multiple forms in a single print request.
...
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.
You have placed the selected forms in a print request.
See also:
Calling Forms in an Application Program