Entering content frame

Function documentation Subroutine PROCESS_AFTER_FORM Locate the document in its SAP Library structure

Use

The subroutine PROCESS_AFTER_FORM is designed for carrying out an application-specific activity after the application form has been processed. The implementation of the subroutine is optional; however, you cannot change the frame generated. It is called in the generated print program for the application form.
At the time of the call, all data and form levels of the application form have been processed.

Activities

Implement the application-specific activities for the event specified above.

Example

*&---------------------------------------------------------------------*

*&   Form process_after_form  (OPTIONAL, leave frame untouched !!!)    *

*&---------------------------------------------------------------------*

FORM process_after_form.

*do something

ENDFORM.                    "PROCESS_AFTER_FORM

 

Leaving content frame