RSDG_S_IPRO_SEL is an SAP Structure so does not store data like a database table does but can be used to process "Selection Bar for InfoProvider (Main Object / Append)" 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_RSDG_S_IPRO_SEL TYPE RSDG_S_IPRO_SEL .
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 |
INFOPROV | RSINFOPROV | CHAR | 30 | InfoProvider | ||
TLOGO | RSTLOGO | CHAR | 4 | BW: Object Type (TLOGO) | ||
ICON | RSD_ICON_STAT | CHAR | 4 |
* | Icon for object status of InfoObjects | |
TXTLG | RSTXTLG | CHAR | 60 | Long description | ||
APPENDNM | RSAPPENDNM | CHAR | 30 | Name of Append (Enhancement) | ||
RAD_MAIN | CHAR | 1 | Edit Main Object | |||
RAD_APPEND | CHAR | 1 | Edit Append | |||
RAD_WORK | CHAR | 1 | Maintn | |||
RAD_DELETE | CHAR | 1 | Delete |
Key field | |
Non-key field |
RSDG_S_IPRO_SEL - Selection Bar for InfoProvider (Main Object / Append) RSDG_S_IPROV_MAPPING_ALV - Structure for HANA Mapping (for ALV Display) RSDG_S_IOBJ_SCPROP - InfoObject Properties that can be displayed RSDG_S_IOBJ_IDENT - Identification of InfoObjects in MultiProvider RSDG_S_IOBJ_DET_STACK - Navigation Stack for InfoObejcts RSDG_S_IOBJ_COMPARE - Comparison of 2 InfoObject Versions