RSR_S_PART SAP (List of PartProviders) Structure details

Dictionary Type: Structure
Description: List of PartProviders




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




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

RSR_S_PART 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 "List of PartProviders" 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_RSR_S_PART TYPE RSR_S_PART.

The RSR_S_PART table consists of various fields, each holding specific information or linking keys about List of PartProviders data available in SAP. These include INFOPROV (InfoProvider), POSIT (Position of the Field in the Structure / Table), PARTPROV (Involved InfoProvider (for MultiProvider)), APPENDNM (Name of Append (Enhancement)).. 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 RSR_S_PART 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
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
POSITPosition of the Field in the Structure / Table RSPOSITNUMC4AS4POS
PARTPROVInvolved InfoProvider (for MultiProvider) RSPARTPROVCHAR30RSINFOPROVRSI
APPENDNMName of Append (Enhancement) RSAPPENDNMCHAR30ENHNAME
TLOGOBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
CUBETYPEInfoProvider Type RSCUBETYPECHAR1RSCUBETYPE
CUBESUBTYPEInfoProvider Subtype RSCUBESUBTYPECHAR1RSCUBESUBTYPE
DELTAPROVDeltaProvider for an InfoProvider RSDELTAPROVCHAR30RSINFOPROVRSIRSINFOPROV
DELTAPAIRCLASNMName of class that implements IF_RSD_DELTAPAIR RRDPCLSNMCHAR30SEOCLSNAME
DELTACACHECLSNMName of class that implements IF_RSD_DELTACACHE_SUPPORT RRDCCLSNMCHAR30SEOCLSNAME
DMPROVTYPEData Manager: Provider Type RSDDMPROVTYPECHAR4RSTLOGO
BIA_STATUSRSD: BW Accelerator Status of InfoCube (BWA Indexes) RSD_BIA_STATUSCHAR1RSD_BIA_STATUS
PROVIDMaster data ID RSSIDINT410RSSID
DELTA_PROVIDMaster data ID RSSIDINT410RSSID
GROUP_IDGrouping ID for PartProviders RR_GROUP_IDINT410
PROVID_COMPMaster data ID RSSIDINT410RSSID
PROVID_NLSMaster data ID RSSIDINT410RSSID
COMPInfoProvider is composite provider (HYBRID, MALVL, LPO) RRCOMPPROVCHAR1RS_BOOL
NCUMTIMRef. Time-Char. for Non-cums RSNCUMTIMCHAR30RSIOBJNM
ACTUALDATAData Integrity RRACTUALDATANUMC1RRACTUALDATA
NLSThis is an adjunct NLS provider RRNLSCHAR1RS_BOOL
INPUTABLEInfoProvider is ready for input; there is a write function RRINPUTPROVCHAR1RS_BOOL
INPUT_ALVLBoolean RS_BOOLCHAR1RS_BOOL
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 RSR_S_PART using ABAP code?

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

How to access SAP table RSR_S_PART

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