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 to delete the triggers themselves.
You have the required user authorizations.
For an explanation of user authorizations and user attributes, see the User Concept section of the documentation The SAP DB Database System.
· 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.
For information on the syntax of CREATE TRIGGER statements, see the CREATE TRIGGER Statement section of the Reference Manual: SAP DB.