Start of Content Area

Event AE: Instead of the standard positioning code  Locate the document in its SAP Library structure

 

Use

This event occurs at the 'Position' function. A different logic from the standard can run, for example if the internal table EXTRACT key is not sorted in ascending order.

Realization

This event has no standard routine. The following global data is available for the realization of the user routine:

The field symbol <F1_X >, which contains the position key, is used to search for entries in the internal table EXTRACT. When an entry is found, the table index in the global variable NEXTLINE must be set. The standard performs the output.

If the key is not found, you must assign a variable to the variable NEXTLINE.