Execution
: Instead of the standard positioning codeUse
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:
·
internal table EXTRACT.·
field symbol <F1>The field symbol <F1>, 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.