Event AC 

Execution : Instead of the standard 'Get original' routine

Use

This event occurs at the 'Get original' function. A different logic from the standard can run, for example to also process fields which are not in the view/table, but are displayed in the overview or detail screens.

Realization

The following standard routines can be used or be a template for this event:

· Maintenance dialog based on a view: routine PERFORM READ_SINGLE_ENTRY_<view name>

· Maintenance dialog based on a table: routine PERFORM TABLE_READ_SINGLE_ENTRY

The user routine must change the table/view data in the internal tables TOTAL and EXTRACT and reset the processing flag. The following global data is available for the realization of the user routine:

· internal tables

- TOTAL

- EXTRACT

· table/view fields

· field symbols

- <ACTION> and <ACTION_TEXT>

- <XACT> and <XACT_TEXT>

- <MARK>

- <XMARK>

Select additional information