RSOSP_S_EVENT_INFO is an SAP Structure so does not store data like a database table does but can be used to process "Structure to hold BW Event Subscribe/Unsubscribe Information" 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_RSOSP_S_EVENT_INFO TYPE RSOSP_S_EVENT_INFO .
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_ID | RSRD_EVENT_ID | CHAR | 30 | Event ID in Broadcasting Framework | ||
EVENT_TYPE | RSRD_EVENT_TYPE | CHAR | 2 | Event Type in Broadcasting Framework | ||
EVENT_FLAG | RS_BOOL | CHAR | 1 | Boolean | ||
SAPID | RS_OSP_DT_SAPID | CHAR | 32 | SAP ID - GUID |
Key field | |
Non-key field |
RSOSP_S_EVENT_INFO - Structure to hold BW Event Subscribe/Unsubscribe Information RSOSP_S_BW_VAR_F4_HELP - Structure to hold BW variables with F4 Help Value RSOSP_S_BW_VARIABLES_LIST - Metadata of BW report Variables RSOSP_S_BW_REPORTS_LIST - List of BW Reports (Queries, Webtemplates, Workbooks) RSOSP_S_BW_F4_VALUES - Structure for F4 Help values for BW variables RSOSPRAS - Language key selection criteria internal table