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


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

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

  3. Call all generated function modules that you want to output together.

  4. Call the function module FP_JOB_CLOSE.