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 Table  DD02L SAP Tables SOURCE VALUE(TABNAME_OLD) LIKE DD02L-TABNAME
2 Table  DD02L SAP Tables SOURCE VALUE(TABNAME_NEW) LIKE DD02L-TABNAME
3 Table  DDREFSTRUC DD: General Reference Structure in ABAP Dictionary SOURCE VALUE(LINK_ALLOWED) LIKE DDREFSTRUC-BOOL DEFAULT ' '
4 Table  DDREFSTRUC DD: General Reference Structure in ABAP Dictionary SOURCE VALUE(TOLERANT) LIKE DDREFSTRUC-BOOL DEFAULT ' '
5 Table  TRDIR Generated Table for View SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE
6 Table  TRDIR Generated Table for View SOURCE VALUE(GENPROG) LIKE TRDIR-NAME