SCOL_DYN_SAP_ACTION_PROP is an SAP Structure so does not store data like a database table does but can be used to process "Screen Fields for Action Properties" 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_ACTION_PROP TYPE SCOL_DYN_SAP_ACTION_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 |
ACTION_NAME | SCOOLACTION | CHAR | 30 | Action | ||
DEACTIVATED | SCOL_P_DEACTIVATED | CHAR | 1 | Property: Deactivated | ||
DEACTIVATED_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
DEACTIVATED_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
DEACTIVATED_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
AFFECTS | SCOL_AFFECTS | NUMC | 1 | Attribute for Side Effect Modeling | ||
AFFECTS_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
AFFECTS_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
AFFECTS_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean |
Key field | |
Non-key field |
SCOL_DYN_SAP_ACTION_PROP - Screen Fields for Action Properties SCOL_DYN_RELATION - SCOOL: Screen Fields for Relations SCOL_DYN_QUERY - SCOOL: Screen Fields Query SCOL_DYN_PRX - Proxy Generation: Detailed Data of Subscreen 'Structure' SCOL_DYN_PROP_VAR_REL - Properties for Variant Relations SCOL_DYN_PROP_VAR_FIELD - Properties for Variant Fields