Table/Structure Field list used by SAP ABAP Function Module DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.)
SAP ABAP Function Module
DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
DD12V - INDEXNAME | Unique Index ID in a Table | |
2 | ![]() |
DD12V - INDEXNAME | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12V-INDEXNAME |
3 | ![]() |
DD12V - SQLTAB | Table Name | SOURCE VALUE(TABNAME) LIKE DD12V-SQLTAB |
4 | ![]() |
DD12V - SQLTAB | Table Name | |
5 | ![]() |
SYST - DBSYS | ABAP System Field: Central Database System | |
6 | ![]() |
SYST - TABIX | ABAP System Field: Row Index of Internal Tables | |
7 | ![]() |
TRDIR - NAME | ABAP Program Name | |
8 | ![]() |
TRDIR - NAME | ABAP Program Name | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
9 | ![]() |
TRDIR - NAME | ABAP Program Name | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |