Table/Structure Field list used by SAP ABAP Function Module DB_INDX_SET_CRE_CNV (Save the current DB STORAGE parameter for table or index)
SAP ABAP Function Module
DB_INDX_SET_CRE_CNV (Save the current DB STORAGE parameter for table or index) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD02L - TABNAME | Table Name | SOURCE VALUE(DBTABNAME) LIKE DD02L-TABNAME DEFAULT ' ' |
|
| 2 | DD02L - TABNAME | Table Name | ||
| 3 | DD12L - DBINDEX | Database index | ||
| 4 | DD12L - INDEXNAME | Unique Index ID in a Table | ||
| 5 | DD12L - INDEXNAME | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME DEFAULT '*' |
|
| 6 | DD12L - SQLTAB | Table Name | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB OPTIONAL |
|
| 7 | DD12L - SQLTAB | Table Name | ||
| 8 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | ||
| 9 | DD12V - INDEXNAME | Unique Index ID in a Table | ||
| 10 | DDREFSTRUC - BOOL | DD: truth value | SOURCE VALUE(DROP_CREATE) LIKE DDREFSTRUC-BOOL DEFAULT 'X' |
|
| 11 | DDREFSTRUC - BOOL | DD: truth value | ||
| 12 | DDREFSTRUC - BOOL | DD: truth value | SOURCE VALUE(CHECK_EXISTENCE) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
|
| 13 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 14 | SYST - FDPOS | ABAP System Field: Occurrence in Byte or Character String | ||
| 15 | SYST - SAPRL | ABAP System Field: SAP System Release | ||
| 16 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables |