Event 08 

Execution : After correcting the contents of a selected field

Use

This event occurs after the 'Change field contents' function. Other activities can be performed, for example:

· fill hidden fields

· update user internal tables.

You cannot tell which entries were handled. If you want to know this, the entries must be noted at event 07 (before correcting the contents of a selected field) in a user internal table, for them to be available at event 08.

Realization

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

· internal table EXTRACT.

· field symbols

- <XACT> and <XACT_TEXT>

- <XMARK>

· global variable NEXTLINE

Select additional information