Data Element list used by SAP ABAP Function Module DB_INDX_SET_CRE (Save the current DB STORAGE parameter for table or index)
SAP ABAP Function Module
DB_INDX_SET_CRE (Save the current DB STORAGE parameter for table or index) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
CNVCONTEXT | Context in which the conversion runs | SOURCE VALUE(CONTEXT) LIKE TICNV-CNVCONTEXT DEFAULT 'DEVEL' |
2 | ![]() |
DDBOOL_D | DD: truth value | SOURCE VALUE(CHECK_EXISTENCE) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
3 | ![]() |
DDBOOL_D | DD: truth value | SOURCE VALUE(DROP_CREATE) LIKE DDREFSTRUC-BOOL DEFAULT 'X' |
4 | ![]() |
DDSCENARIO | Sscenario (graph) of a conversion | SOURCE VALUE(SCENARIO) LIKE TICNV-SCENARIO DEFAULT 'PREUPG' |
5 | ![]() |
INDEXID | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME DEFAULT '*' |
6 | ![]() |
TABNAME | Table Name | SOURCE VALUE(SELECTNAME) LIKE DD12L-SQLTAB DEFAULT ' ' |
7 | ![]() |
TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB OPTIONAL |
8 | ![]() |
TABNAME | Table Name | SOURCE VALUE(DBTABNAME) LIKE DD02L-TABNAME DEFAULT ' ' |