SAP Reports / Programs

IUUC_LIST_TRIGGERS SAP ABAP Report - List Triggers existing in a System







IUUC_LIST_TRIGGERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists all IUUC-related triggers existing in the local DB system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter IUUC_LIST_TRIGGERS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT IUUC_LIST_TRIGGERS. "Basic submit
SUBMIT IUUC_LIST_TRIGGERS AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_LIST_TRIGGERS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BOTH = list both IUUC and other trigg
Selection Text: P_DBLINK = display Oracle DB links
Selection Text: P_FOREIG = list only non-IUUC triggers
Selection Text: P_IUCONL = list only IUUC triggers
Selection Text: P_ORAPRT = Display partitioned indexes
Selection Text: P_TABNAM = Only for table
Selection Text: P_TIMCHK = check for timestamps
Title: List Triggers existing in a System
Text Symbol: 001 = Number of triggers:
Text Symbol: 002 = Number of tables:
Text Symbol: 003 = The following tables were created after the corresponding triggers:
Text Symbol: 004 = The following triggers are inactive or don't exist at all:
Text Symbol: 005 = Oracle partitioned indexes:
Text Symbol: 006 = Oracle DB link tables:
Text Symbol: 007 = Synonym Name Original Table Name DB Link


INCLUDES used within this REPORT IUUC_LIST_TRIGGERS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '03'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IUUC_LIST_TRIGGERS or its description.