Entering content frame

Background documentation Trigger Locate the document in its SAP Library structure

A trigger is a database object that contains a series of statements. Triggers are special procedures that run implicitly after a data manipulation statement has been executed on a base table or a view table based on this base table.

You can define as many triggers as required. Triggers are created and stored in the database.

See also:

Reference Manual

·        Trigger Name

·        CREATE TRIGGER Statement

 

 

 

Leaving content frame