Show TOC

Event AB: Instead of the Standard Database Changes RoutineLocate this document in the navigation structure

Use

This event occurs when the function 'Save' runs. A different logic from in the standard can now run, for example to also change hidden maintained tables in the database.

Process

The following standard routines can be used or be a template for the realization of the user routine:

  • Maintenance dialog based on a view

    Routine FORM DB_UPD_<view name>

  • Maintenance dialog based on a table

    Routine FORM TABLE_DB_UPD.

If entries are deleted, they must also be deleted in the internal table EXTRACT, and the flags reset. (See the logic in the corresponding standard routine).

The following global data are still available: