RSR_VHS_META_DATA is an SAP Structure so does not store data like a database table does but can be used to process "The meta data structure for the value help characteristic" 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_RSR_VHS_META_DATA TYPE RSR_VHS_META_DATA .
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 |
T_META_DATA | RSMD_RS_T_META_DATA | TTYP | meta data for master data read services | |||
T_READ_MODES | RSMD_RS_T_READ_MODES | TTYP | Read(F4)-modes (supported in a given scenario) | |||
T_OTHER_METADATA | RSMD_RS_S_OTHER_METADATA | STRU | The meta data structure for the value help characteristic |
Key field | |
Non-key field |
RSR_VHS_META_DATA - The meta data structure for the value help characteristic RSR_VHS_HIER_SEARCH_RESULTS - Structure for the Hierarchy Nodes returned to VHS RSR_VHS_HIER_NODES - Structure for the Hierarchy Nodes returned to VHS RSR_VHS_HIER_META_DATA - Metadata info about hierarchies for VHS RSR_VARIABLE_SCREEN_SAPGUI - Variable values RSR_TS_S_SELECTION_VALUES - Werte für Selektionsfelder