SAP ABAP Function Module IUUC_CRE_ACT_DB_TRIGGER (create and activate DB triggers)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_INC_PROCESSING_REMOTE (Package) tools for logging table and trigger creation in sender syst.
Basic Data
Function Module IUUC_CRE_ACT_DB_TRIGGER create and activate DB triggers  
Function Group IUUC_REMOTE   IUUC Remote Components  
Program Name SAPLIUUC_REMOTE    
INCLUDE Name LIUUC_REMOTEU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ET_STATEMENTS TYPE ABAPPROG Table Type for ABAP Programs
Exporting ET_ERROR TYPE TSFOTABL Table Type for ABAP Programs
Importing I_TABNAME TYPE TABNAME name of original table
Importing I_SHADOWTAB TYPE TABNAME name of logging table
Importing I_TABCLASS TYPE TABCLASS Table category
Importing I_PROCESS_OPTION TYPE NUM1 process option
Importing I_EXEC TYPE DDREFSTRUC-BOOL 'X' really create trigger(s)
Importing I_SCENARIO TYPE CHAR4 'GBSL' to distinghish IUUC and GBSL
Importing I_DATA_IN_LOGTAB TYPE BOOLEAN data fields are included in logging table
Importing I_CREATE_TEMP_TRIG TYPE BOOLEAN create temporary triggers
Importing I_TRIGGER_STATE TYPE NUM1 0 trigger state
Importing IT_SPECIFIC_CONDITIONS TYPE ABAPPROG Table Type for ABAP Programs
Importing I_PHASE TYPE IUUC_FREEZE_PHASE phase in which trigger is to be changed from delta to freeze
Importing I_SEQUENCE_CACHE_SIZE TYPE NUMC_5 100 sequence cache size
Importing I_EXEC_CONDITION TYPE BOOLEAN execution subject to condition
Importing I_ACTIVE_MT_ID TYPE CHAR3 execution subject to switch
Importing I_ADD_CLIENT_COND TYPE BOOLEAN add trigger condition for client field
Importing I_DB_OPERAT TYPE IUUC_OPERATION IUUC: Operation
Importing I_LOGTAB_MULTIUSE TYPE BOOLEAN 1 to N replication flag
Importing IV_ARCH_DELETE TYPE BOOLEAN distinguish deletes from archive runs
Exception TABLE_NOT_EXIST TYPE the specified table doesn't exist
Exception SHADOWTAB_NOT_EXIST TYPE the specified shadow table doesn't exist
Exception INSERT_TRIGGER_FAILED TYPE insert trigger could not be created / activiated
Exception UPDATE_TRIGGER_FAILED TYPE update trigger could not be created / activiated
Exception DELETE_TRIGGER_FAILED TYPE delete trigger could not be created / activiated
Exception TABLE_NOT_ON_DB TYPE table doesn't exist in DB system
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20141030 
SAP Release Created in 2005_1_471