SRM_GSP_ALV_EVENT_SPEC is an SAP Structure so does not store data like a database table does but can be used to process "Definition of ALV Events that Handle the Dataprovider" 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_SRM_GSP_ALV_EVENT_SPEC TYPE SRM_GSP_ALV_EVENT_SPEC .
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 |
EVENT_TYPE | SRM_GSP_STRING | CHAR | 32 | Free Character String of Limited Length | ||
FCODE | FCODE | CHAR | 20 | Function Code | ||
TEXT | SRM_GSP_STRING | CHAR | 32 | Free Character String of Limited Length | ||
HIERARCHY_LEVEL | INT4 | INT4 | 10 | Natural Number | ||
NODE_TYPE | STRING | Events for User-Defined Node Types |
Key field | |
Non-key field |
SRM_GSP_ALV_EVENT_SPEC - Definition of ALV Events that Handle the Dataprovider SRM_GSP_ALV_DISP_PROPS - Structure for Definition of Columns in ALV Display SRM_GEO_COORDINATES - Proxy Structure (generated) SRM_GENERAL_LEDGER_ACCOUNT_REF - Proxy Structure (generated) SRM_FORM_OF_ADDRESS_CODE - Proxy Structure (Generated) SRM_FAMILY_NAME_PREFIX_CODE - Proxy Structure (Generated)