SCOL_DYN_SAP_STRUC_FIELD_PROP is an SAP Structure so does not store data like a database table does but can be used to process "Screen Fields for Properties of Structure Fields" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SCOL_DYN_SAP_STRUC_FIELD_PROP TYPE SCOL_DYN_SAP_STRUC_FIELD_PROP .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
STRUCTURE_NAME | TABNAME | CHAR | 30 |
* | Table Name | |
FIELD_NAME | FIELDNAME | CHAR | 30 |
* | Field Name | |
FIELD_NAME_STR | STRING | |||||
DEACTIVATED | SCOL_P_DEACTIVATED | CHAR | 1 | Property: Deactivated | ||
DEACTIVATED_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
DEACTIVATED_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
MANDATORY | SCOL_P_MANDATORY | CHAR | 1 | Property: Required Entry | ||
MANDATORY_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
MANDATORY_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
READ_ONLY | SCOL_P_READONLY | CHAR | 1 | Property: Read-Only | ||
READ_ONLY_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
READ_ONLY_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
SELECT_FIELD | SCOL_P_SELECT_FIELD | CHAR | 1 | Property: Selection Field | ||
SELECT_FIELD_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
SELECT_FIELD_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
DEFAULT_VALUE | SCOL_P_DEFAULT_VALUE | STRING | 256 | Property: Read-Only | ||
DEFAULT_VALUE_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
DEFAULT_VALUE_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
HAJO | CHAR | 20 | Field for Icon | |||
HAJO2 | CHAR | 20 | Status Field | |||
DEACTIVATED_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
MANDATORY_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
READ_ONLY_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
SELECT_FIELD_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
DEFAULT_VALUE_& | ICONSHORT | CHAR | 30 | Description of an icon |
Key field | |
Non-key field |
SCOL_DYN_SAP_STRUC_FIELD_PROP - Screen Fields for Properties of Structure Fields SCOL_DYN_SAP_RELATION_PROP - Screen Fields for Properties of Relations SCOL_DYN_SAP_QUERY_PROP - Screen Fields for Properties of Queries SCOL_DYN_SAP_GROUP_PROP - Screen Fields for Properties of Groups SCOL_DYN_SAP_ASPECT_PROP - Screen Fields for Aspect Properties SCOL_DYN_SAP_ACTION_PROP - Screen Fields for Action Properties