RSDPROVDATA SAP (Data Handling of an InfoProvider) Structure details

Dictionary Type: Structure
Description: Data Handling of an InfoProvider




ABAP Code to SELECT data from RSDPROVDATA
Related tables to RSDPROVDATA
Access table RSDPROVDATA




Structure field list including key, data, relationships and ABAP select examples

RSDPROVDATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data Handling of an 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_RSDPROVDATA TYPE RSDPROVDATA.

The RSDPROVDATA table consists of various fields, each holding specific information or linking keys about Data Handling of an InfoProvider data available in SAP. These include DATATRUSTED (Data will be provided 'exactly' (no superset)), MATERIALIZE (Materialization of Read Data), MAT_CHAVL (Materialize CHAVL-Based Queries), MATININDEX (Create as New Index (BWA Index)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDPROVDATA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DATASORTEDData will be sorted first RSDSVDATASORTEDCHAR1XFELD
DATATRUSTEDData will be provided 'exactly' (no superset) RSDSVDATATRUSTEDCHAR1XFELD
MATERIALIZEMaterialization of Read Data RSDMATERIALIZECHAR1XFELD
MAT_CHAVLMaterialize CHAVL-Based Queries RSDMATCHAVLCHAR1XFELD
MATININDEXCreate as New Index (BWA Index) RSDMATININDEXCHAR1XFELD
AGGR_TRUSTEDReturn Aggregated Result Set RSDAGGRTRUSTEDCHAR1XFELD
SIMULATEDisplay of Access Plans RSDSIMULATECHAR1XFELD
SIDPREFERREDSID Display Preferred RSDSVSIDPREFERREDCHAR1XFELD
SVINTERNALUse of Internal Remote Provider Interface RSDSVINTERNALCHAR1XFELD
SVSUPPREQUIDInfoProvider Supports Ranges on 0REQUID RSCUBESVSUPPREQUIDCHAR1XFELD
SVSIDX4DATASIDs Exist for all Data of Provider RSDSVSIDX4DATACHAR1RS_BOOL

Key field Non-key field



How do I retrieve data from SAP structure RSDPROVDATA using ABAP code?

As RSDPROVDATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDPROVDATA as there is no data to select.

How to access SAP table RSDPROVDATA

Within an ECC or HANA version of SAP you can also view further information about RSDPROVDATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!