Event AA 

Execution : Instead of the standard data read routine

Use

This event occurs when the data to be maintained is read in. A different logic from the standard can run, for example:

· to read in additional data

· to change the data read in

· to read in the data differently from in the standard, possibly with additional checks.

The views or table/text table data must are read in to the internal table TOTAL.

Realization

The generated read routines can be used or be a template for the realization of the individual routine:

To read in additional data for example, you can first call the standard routine and then read the additional data into your own internal tables.