Start of Content Area

Object documentation Triggers  Locate the document in its SAP Library structure

Definition

Under Triggers, the Catalog Manager displays all the triggers that were created in the database. You can use SQL Studio to display the definitions of these triggers, and delete the triggers themselves.

Prerequisites

You need to have the required user authorizations.

Note

For an explanation of user authorizations and properties, see the Database Users section in the Database System Concepts documentation.

Procedure

     To display the definition of a trigger, select it and choose Catalog Manager ® Open Object Definition.

     To delete a trigger, select it and choose Catalog Manager®Drop Object.

Note

For information on the syntax of CREATE TRIGGER statements, see the CREATE TRIGGER statement section of the SQL Reference Manual.

 

End of Content Area