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 |
|---|---|---|---|---|---|---|---|
| |
I_NAME_SOURCE | TYPE | TABNAME | name of source table | |||
| |
I_NAME_TARGET | TYPE | TABNAME | name of target table | |||
| |
I_DB_SCHEMA | TYPE | CHAR10 | DB schema name | |||
| |
I_DEL_SOURCE_TABLE | TYPE | BOOLEAN | delete the original table | |||
| |
I_RENAME_INDEXES | TYPE | BOOLEAN | 'X' | copy DB indexes | ||
| |
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 | ||||
| |
TABLE_DROP_FAILED | TYPE | drop of new table failed | ||||
| |
TABLE_RENAME_FAILED | TYPE | table rename 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 |