Data Element list used by SAP ABAP Function Module DD_INDEX_NAME (Calculates the DB index name from table name and index)
SAP ABAP Function Module
DD_INDEX_NAME (Calculates the DB index name from table name and index) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBINDEX_D | Database index | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX |
|
| 2 | INDEXID | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME |
|
| 3 | TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|