Entering content frame

Function documentation Initialization Locate the document in its SAP Library structure

Use

SAP customers can use this function to execute ABAP program code before a form is processed. You can initialize the global data, for example, to convert selected application data. You can also select additional data without having to make changes in the application program.

Functions

You use the ABAP Editor to write the program code (Code Initialization) that is executed before the form is processed. You can include subroutines (Form Routines) when you do this.

Recommendation

We recommend that you use Global Datain the initialization.

See also:

Global Definitions

 

Leaving content frame