SAP ABAP Function Module IUUC_RENAME_DB_TABLE (rename DB table)
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_RENAME_DB_TABLE rename DB table  
Function Group IUUC_REMOTE   IUUC Remote Components  
Program Name SAPLIUUC_REMOTE    
INCLUDE Name LIUUC_REMOTEU28    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing I_NAME_SOURCE TYPE TABNAME name of source table
Importing I_NAME_TARGET TYPE TABNAME name of target table
Importing I_DB_SCHEMA TYPE CHAR10 DB schema name
Importing I_DEL_SOURCE_TABLE TYPE BOOLEAN delete the original table
Importing I_RENAME_INDEXES TYPE BOOLEAN 'X' copy DB indexes
Tables ET_MESSAGES TYPE DMC_MSG_STRUCT message structure (message type + message text)
Exception ORIG_TABLE_NOT_EXIST TYPE original table does not exist
Exception TABLE_CREATION_FAILED TYPE creation of new table failed
Exception TABLE_ACTIVATION_FAILED TYPE activation of new table failed
Exception TABLE_DROP_FAILED TYPE drop of new table failed
Exception TABLE_RENAME_FAILED TYPE table rename failed
               
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