Show TOC Start of Content Area

Background documentation Flow Logic of Subscreen  Locate the document in its SAP Library structure

The flow logic of subscreen 2013 in the function group BRF_MAINTENANCE is as follows:

 

Sample source text:

   PROCESS BEFORE OUTPUT.

     MODULE pbo_2013.

 

   PROCESS AFTER INPUT.

     MODULE pai_2013.

Description:

You can find a detailed description of the individual modules under PBO Modules of the Subscreen and PAI Modules of the Subscreen.

Recommendation We recommend that you use the following naming convention:

       OLD data:{0>The module names should contain the number of the subscreen in their name (such as MODULE PBO_2013).<}0{><0}

 

End of Content Area