Table list used by SAP ABAP Function Module DB_STORAGE_SAVE (Provides storage clause for tables and indexes)
SAP ABAP Function Module DB_STORAGE_SAVE (Provides storage clause for tables and indexes) is using
# Object Type Object Name Object Description Note
     
1 Table  DD02L SAP Tables SOURCE VALUE(SAVE_UNDER_TABNAME) LIKE DD02L-TABNAME DEFAULT SPACE
2 Table  DD02L SAP Tables SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME
3 Table  DD12L R/3 S_SECINDEX: secondary indexes, header;
4 Table  DD12L R/3 S_SECINDEX: secondary indexes, header; SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX DEFAULT SPACE
5 Table  DD12L R/3 S_SECINDEX: secondary indexes, header; SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME DEFAULT SPACE
6 Table  DDREFSTRUC DD: General Reference Structure in ABAP Dictionary
7 Table  DDREFSTRUC DD: General Reference Structure in ABAP Dictionary SOURCE VALUE(CORRECTION) LIKE DDREFSTRUC-BOOL DEFAULT 'X'
8 Table  DDREFSTRUC DD: General Reference Structure in ABAP Dictionary SOURCE VALUE(FOR_TABLE_AND_INDEXES) LIKE DDREFSTRUC-BOOL DEFAULT SPACE
9 Table  DDSTORAGE Storage clause for tables and indexes SOURCE VALUE(USEFLAG) LIKE DDSTORAGE-USEFLAG DEFAULT SPACE
10 Table  DDSTORAGE Storage clause for tables and indexes
11 Table  DDTEXTDATA Data cluster as text
12 Table  STORAGESRC Source hierarchy for storage structure