SAP ABAP Function Module IUUC_REDEFINE_DB_TRIGGERS (redefine 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_REDEFINE_DB_TRIGGERS redefine DB triggers  
Function Group IUUC_REMOTE   IUUC Remote Components  
Program Name SAPLIUUC_REMOTE    
INCLUDE Name LIUUC_REMOTEU46    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_RC TYPE SYSUBRC Return Value, Return Value After ABAP Statements
Exporting EV_ERROR_MESSAGE TYPE DBSQLMSG SQL Error Message
Exporting ET_ERROR TYPE TSFOTABL Table Type for ABAP Programs
Importing IV_ORIGINAL_TABLE TYPE TABNAME name of original table
Importing IV_LOGGING_TABLE TYPE TABNAME name of logging table
Importing IV_TABCLASS TYPE TABCLASS Table category
Importing IV_PROCESS_OPTION_NEW TYPE NUM1 new process option
Importing IV_PROCESS_OPTION_OLD TYPE NUM1 old process option
Importing IV_SCENARIO TYPE CHAR4 'GBSL' to distinghish IUUC and GBSL
Importing IV_LOGICAL_POOL_TABLE TYPE TABNAME Table Name
Importing IV_CONFIG_GUID TYPE IUUC_POINTER_GUID Configuration GUID
Importing IV_DATA_IN_LOGTAB TYPE BOOLEAN data fields are included in logging table
Importing IT_SPECIFIC_CONDITIONS TYPE ABAPPROG Table Type for ABAP Programs
Importing IV_PHASE TYPE IUUC_FREEZE_PHASE phase in which trigger is to be changed from delta to freeze
Importing IV_LOCK_TIMEOUT TYPE IUUC_LOCK_TIMEOUT_VALUE 1 lock timeout value for trigger creation (MS SQL)
Importing IV_CONNECTION_NAME TYPE DBCON_NAME 'R/3*' Logical name for a database connection
Importing IV_SEQUENCE_CACHE_SIZE TYPE NUMC_5 100 sequence cache size
Importing IV_EXEC_CONDITION TYPE BOOLEAN execution subject to condition
Importing IV_ACTIVE_MT_ID TYPE CHAR3 execution subject to switch
Importing IV_RFC_DEST TYPE RFCDEST Logical Destination (Specified in Function Call)
Importing IV_ADD_CLIENT_COND TYPE BOOLEAN add trigger condition for client field
Importing IV_DB_OPERAT TYPE IUUC_OPERATION IUUC: Operation
Importing IV_LOGTAB_MULTIUSE TYPE BOOLEAN 1 to N replication flag
Importing IV_ARCH_DELETE TYPE BOOLEAN distinguish deletes from archive runs
Importing IV_DBSYS TYPE SYST-DBSYS SY-DBSYS R/3 System, Name of Central Database System
Exception TABLE_NOT_EXIST TYPE the specified table doesn't exist
Exception LOGGING_TAB_NOT_EXIST TYPE the specified shadow table doesn't exist
Exception TABLE_NOT_ON_DB TYPE table doesn't exist in DB system
Exception REDEFINITION_FAILED TYPE redefinition failed
Exception DELETE_ORIG_TRIGGERS_FAILED TYPE deletion of original triggers failed
Exception LOGTAB_CHANGE_FAILED TYPE logging table could not be changed
Exception NOT_SUPPORTED_FOR_DB TYPE not supported for MaxDB or Sybase
Exception DELETE_TEMP_TRIGGERS_FAILED TYPE deletion of temporary triggers failed
Exception NO_AUTHORIZATION TYPE no authorization
               
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