RSEXT_ALV_INFOPROV is an SAP Structure so does not store data like a database table does but can be used to process "ALV Structure for InfoProvider" 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_RSEXT_ALV_INFOPROV TYPE RSEXT_ALV_INFOPROV .
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 |
ICON | ICON_D | CHAR | 4 |
* | Icon in text fields (substitute display, alias) | |
INFOPROV | RSINFOPROV | CHAR | 30 | InfoProvider | ||
INFOPROV_TXTLG | RSTXTLG | CHAR | 60 | Long description | ||
RS_BOOL | CHAR | 1 | Boolean | |||
IOBJNM | RSIOBJNM | CHAR | 30 | InfoObject | ||
RS_BOOL | CHAR | 1 | Boolean | |||
TLOGOTP | RSTLOGO | CHAR | 4 | BW: Object Type (TLOGO) |
Key field | |
Non-key field |
RSEXT_ALV_INFOPROV - ALV Structure for InfoProvider RSEXTCUBELOOKUP - Lookup Table for the Object ID of External Cubes RSEXSCRN - Business Add-Ins: Screen fields RSEXPOBUF64 - Object Structure for Tabel Buffer Statistics 64 Bit RSEXPOBUF - Table buffer statistics object structure RSEXPBUFINFO - Variable Information About EXP Buffer Instances