Table/Structure Field list used by SAP ABAP Function Module DB_ALTER_TABLE_TEST (TEST for ALTER TABLE)
SAP ABAP Function Module
DB_ALTER_TABLE_TEST (TEST for ALTER TABLE) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBFIELD - DEFAULTVAL | Default value for a DB column | ||
| 2 | DBFIELD - NULLABLE | Null values allowed | ||
| 3 | DBFIELD - DEFAULTPFX | Prefix/Suffix for a DB default value | ||
| 4 | DBFTYPE - DEFAULTPFX | Prefix/Suffix for a DB default value | ||
| 5 | DD02L - TABNAME | Table Name | ||
| 6 | DDFIELD - FIELDNAME | Field Name | ||
| 7 | DDFIELD - NULLABLE | Null values allowed | ||
| 8 | DDFIELD - POSITION | Position of the field in the table | ||
| 9 | DDREFSTRUC - BOOL | DD: truth value | SOURCE VALUE(DEFMOD_LOCK) LIKE DDREFSTRUC-BOOL DEFAULT SPACE |
|
| 10 | DDREFSTRUC - BOOL | DD: truth value | ||
| 11 | DDREFSTRUC - BOOL | DD: truth value | SOURCE VALUE(NULLMOD_LOCK) LIKE DDREFSTRUC-BOOL DEFAULT SPACE |
|
| 12 | DDREFSTRUC - BOOL | DD: truth value | SOURCE VALUE(PRINTFLAG) LIKE DDREFSTRUC-BOOL DEFAULT SPACE |
|
| 13 | FIELDSTRUC - DATATYPE | Data Type in ABAP Dictionary | ||
| 14 | FIELDSTRUC - DECIMALS | Number of Decimal Places | ||
| 15 | FIELDSTRUC - DEFAULTVAL | Description for screen field: default value | ||
| 16 | FIELDSTRUC - LENG | Length (No. of Characters) | ||
| 17 | FIELDSTRUC - NAME | FIELDSTRUC-NAME | ||
| 18 | FIELDSTRUC - NULLABLE | Field description for screen: null, not null, undefined | ||
| 19 | FIELDSTRUC - VERSION | FIELDSTRUC-VERSION | ||
| 20 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 21 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 22 | SYST - VLINE | ABAP System Field: Vertical Line for List |