RRO01_S_PARTPROV SAP (Description of SubCube) Structure details

Dictionary Type: Structure
Description: Description of SubCube




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




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

RRO01_S_PARTPROV 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 "Description of SubCube" 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_RRO01_S_PARTPROV TYPE RRO01_S_PARTPROV.

The RRO01_S_PARTPROV table consists of various fields, each holding specific information or linking keys about Description of SubCube data available in SAP. These include GROUP_ID (Grouping ID for PartProviders), NOT_USED (Boolean), PARTPROV (Involved InfoProvider (for MultiProvider)), BASIC (Boolean).. 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 RRO01_S_PARTPROV 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
PROVIDProvID or SID of the InfoProv RRPROVIDINT410RSSID
GROUP_IDGrouping ID for PartProviders RR_GROUP_IDINT410
NOT_USEDBoolean RS_BOOLCHAR1RS_BOOL
PARTPROVInvolved InfoProvider (for MultiProvider) RSPARTPROVCHAR30RSINFOPROVRSI
BASICBoolean RS_BOOLCHAR1RS_BOOL
ODSBoolean RS_BOOLCHAR1RS_BOOL
ELSEBoolean RS_BOOLCHAR1RS_BOOL
TLOGOBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
CUBETYPEInfoProvider Type RSCUBETYPECHAR1RSCUBETYPE
DMPROVTYPEData Manager: Provider Type RSDDMPROVTYPECHAR4RSTLOGO
BIA_STATUSRSD: BW Accelerator Status of InfoCube (BWA Indexes) RSD_BIA_STATUSCHAR1RSD_BIA_STATUS
TRANSACTReal Time / Direct Update RSDTRANSACTCHAR1RS_BOOL
CUBESUBTYPEInfoProvider Subtype RSCUBESUBTYPECHAR1RSCUBESUBTYPE
HASNLSProvider has an adjunct NLS provider RRHASNLSCHAR1RS_BOOL
NCUMFLNon-Cumulative RRNCUMCHAR1RS_BOOL
SVSUPPHIERSupports Hierarchies RSCUBESVSUPPHIERCHAR1XFELD
SIDPREFERREDSID Display Preferred RSDSVSIDPREFERREDCHAR1XFELD
SVINTFORMATInternal Format (Key Figures) RSCUBESVINTFORMATCHAR1XFELD
INPUTABLEInfoProvider is ready for input; there is a write function RRINPUTPROVCHAR1RS_BOOL
INPUTCell Is Ready for Input RRINPUTCHAR1RS_BOOL
COMPInfoProvider is composite provider (HYBRID, MALVL, LPO) RRCOMPPROVCHAR1RS_BOOL
PROVID_COMPMaster data ID RSSIDINT410RSSID
DELTAMETHODDelta Process of the InfoProvider RSRDELTAMETHODCHAR1RSRDELTAMETHOD
DELTACHANMCharacteristic with Which the Deltas Can Be Accessed RSRDELTACHANMCHAR30RSIOBJNM
DELTA_PROVIDMaster data ID RSSIDINT410RSSID
DELTACACHECLSNMName of class that implements IF_RSD_DELTACACHE_SUPPORT RRDCCLSNMCHAR30SEOCLSNAME
DPCLSNMName of class that implements IF_RSD_DELTAPAIR RRDPCLSNMCHAR30SEOCLSNAME
ACTUALDATAData Integrity RRACTUALDATANUMC1RRACTUALDATA
NLREADMODERead Modus for Near-Line Storage RSD_NLREADMODECHAR1RSD_NLREADMODE
ALVL_ON_DSOBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

As RRO01_S_PARTPROV 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 RRO01_S_PARTPROV as there is no data to select.

How to access SAP table RRO01_S_PARTPROV

Within an ECC or HANA version of SAP you can also view further information about RRO01_S_PARTPROV 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!