SCOL_DYN_SAP_GROUP_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 Groups" 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_GROUP_PROP TYPE SCOL_DYN_SAP_GROUP_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 |
GROUP_NAME | SCOOLGROUP | CHAR | 30 | Group | ||
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 | ||
SCOL_P_AUTH_CHECK | CHAR | 1 | Authority Check Property | |||
SCOL_BOOLEAN | CHAR | 1 | Boolean | |||
SCOL_BOOLEAN | CHAR | 1 | Boolean | |||
PAGING_MODES | SCOL_P_PAGING_MODE | NUMC | 2 | Paging Properties | ||
PAGING_MODES_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
PAGING_MODES_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
TARGET_CARDINALITY | SCOOLTARGETCARDINALITY | NUMC | 2 | Cardinality | ||
TARGET_CARDINALITY_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
TARGET_CARDINALITY_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
QUICK_SEARCH | SCOL_P_QUICKSEARCH | CHAR | 1 | Property: Quick Search | ||
QUICK_SEARCH_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
QUICK_SEARCH_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
AFFECTS | SCOL_AFFECTS | NUMC | 1 | Attribute for Side Effect Modeling | ||
AFFECTS_F | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
AFFECTS_IA | SCOL_BOOLEAN | CHAR | 1 | Boolean | ||
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 | ||
ICONSHORT | CHAR | 30 | Description of an icon | |||
PAGING_MODES_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
TARGET_CARDINALITY_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
QUICK_SEARCH_& | ICONSHORT | CHAR | 30 | Description of an icon | ||
AFFECTS_& | ICONSHORT | CHAR | 30 | Description of an icon |
Key field | |
Non-key field |
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 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'