Event AE: Instead of the Standard Positioning Code
Use
This event occurs when the function 'Position' is called. A different logic from the standard can run, for example if the internal table EXTRACT key is not sorted in ascending order.
Process
There are no standard routines for this event. The following global data is available for the realization of user routines:
-
Field symbol <F1_X>
You must search for the desired entry in the internal table EXTRACT with the field symbol <F1_X>, which contains the offset key. When an entry is found, the table index in the global variable NEXTLINE must be set. The output is then taken over by the standard procedure.
If the key is not found, you must handle it yourself by giving an appropriate value to the variable NEXTLINE.