Table list used by SAP ABAP Function Module DB_RENAME_TABLE (Umbenennen einer Tabelle auf der Datenbank (Alter Name -> Neuer Name))
SAP ABAP Function Module
DB_RENAME_TABLE (Umbenennen einer Tabelle auf der Datenbank (Alter Name -> Neuer Name)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD02L | SAP Tables | SOURCE VALUE(TABNAME_OLD) LIKE DD02L-TABNAME |
|
| 2 | DD02L | SAP Tables | SOURCE VALUE(TABNAME_NEW) LIKE DD02L-TABNAME |
|
| 3 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(LINK_ALLOWED) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
|
| 4 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(TOLERANT) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
|
| 5 | TRDIR | Generated Table for View | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
|
| 6 | TRDIR | Generated Table for View | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |
|