Entering content frame

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

Use

The subroutine PROCESS_AFTER_DOC is designed for carrying out an application-specific activity after a single document has been processed. The implementation of the subroutine is optional; however, you cannot change the frame generated. The subroutine is called up in the generated module of an application form just after the processing of an individual document.

Activities

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

Example

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

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

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

FORM process_after_doc.

* do something

ENDFORM.                    "PROCESS_AFTER_DOC

 

Leaving content frame