SAP ABAP Function Module IUUC_COPY_DB_TABLE (copy a DB table, optionally with content)
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_COPY_DB_TABLE copy a DB table, optionally with content  
Function Group IUUC_REMOTE   IUUC Remote Components  
Program Name SAPLIUUC_REMOTE    
INCLUDE Name LIUUC_REMOTEU29    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_COUNT_ORIGINAL TYPE I number of entries in original table
Exporting E_COUNT_COPY TYPE I number of entries in copy table
Importing I_NAME_ORIGINAL TYPE TABNAME Table name of original table
Importing I_NAME_COPY TYPE TABNAME Table name of the copy
Importing I_TABART TYPE TABART Data class in technical settings
Importing I_COPY_CONTENT TYPE BOOLEAN also copy table content
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
               
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