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 |
|---|---|---|---|---|---|---|---|
| |
E_COUNT_ORIGINAL | TYPE | I | number of entries in original table | |||
| |
E_COUNT_COPY | TYPE | I | number of entries in copy table | |||
| |
I_NAME_ORIGINAL | TYPE | TABNAME | Table name of original table | |||
| |
I_NAME_COPY | TYPE | TABNAME | Table name of the copy | |||
| |
I_TABART | TYPE | TABART | Data class in technical settings | |||
| |
I_COPY_CONTENT | TYPE | BOOLEAN | also copy table content | |||
| |
ET_MESSAGES | TYPE | DMC_MSG_STRUCT | message structure (message type + message text) | |||
| |
ORIG_TABLE_NOT_EXIST | TYPE | original table does not exist | ||||
| |
TABLE_CREATION_FAILED | TYPE | creation of new table failed | ||||
| |
TABLE_ACTIVATION_FAILED | TYPE | activation of new table failed | ||||
Processing Type
| Normal Function 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 |