RSRREPINCL SAP (Processor attributes of a reporting component) Structure details

Dictionary Type: Structure
Description: Processor attributes of a reporting component




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




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

RSRREPINCL 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 "Processor attributes of a reporting component" 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_RSRREPINCL TYPE RSRREPINCL.

The RSRREPINCL table consists of various fields, each holding specific information or linking keys about Processor attributes of a reporting component data available in SAP. These include OBJSTAT (Object Status), SMODE (Special reports), READMODE (Read Mode), NOAGGRFL (Flag: Do not use aggregates for this query).. 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 RSRREPINCL 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
RFCSUPPORTReport suuports access using OLAP API RRTRFCSUPPORTCHAR1RRTRFCSUPPORT
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
SMODESpecial reports RSSMODECHAR1RSSMODE
READMODERead Mode RSRREADMODECHAR1RSRREADMODE
NOAGGRFLFlag: Do not use aggregates for this query RSRNOAGGRFLCHAR1RSBOOL
IDVERSDictionary version (internal vers.) of report in RSIX RSIDVERSNUMC2
DVERSDictionary version (current Release) of report in RSIX RSDVERSNUMC2
RNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
AUTHORName of author XUAUTHORCHAR12Assigned to domainXUBNAME
GENTIMEQuery Generation Time (Cache Invalidation) RSRGENTIMEDEC15TZNTSTMPS
LASTUSERLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
MODTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
REPTIMELast Change of Query Runtime Object RSRREPTIMEDEC15TZNTSTMPS
GEN1TIMEQuery Generation Time RSRGEN1TIMEDEC15TZNTSTMPS
PACKFLProcess key figure with high precision RSDHIGHPRECFLCHAR1RS_BOOL
PACKFL_DEFBoolean RS_BOOLCHAR1RS_BOOL
NOSPBUFSP Cannot be Permanently Buffered RRNOSPBUFCHAR1RS_BOOL
CACHEMODECache Mode RSRCACHEMODECHAR1RSRCACHEMODE
KIDSELUse Selection of Structure Elements RRKIDSELCHAR1RS_BOOL
FAGGR_LATECalculation of commutative formulas after aggregation RRKFAGGRLATECHAR1RS_BOOL
OPT_OCCURSBoolean RS_BOOLCHAR1RS_BOOL
OPT_OCCURS_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
OPT_OCCURS_MODEOptimization Mode RSROPTMODENUMC1RSROPTMODE
OPT_OCCURS_PERDummy for B20 int1 (Local Everywhere) INT1INT13INT1
SUPPRMESSSuppress Messages RSRSUPPRMESSRAW32
CACHEUSEREXITBoolean RS_BOOLCHAR1RS_BOOL
NOPARALLELno parallel processing RRSNOPARALLELCHAR1RS_BOOL
GENPROTBoolean RS_BOOLCHAR1RS_BOOL
INPUTABLEMake All Basic Indicators Ready for Input RRINPUTBASICCHAR1RS_BOOL
PARTITIONMODEType of SP Grouping for Delta Caching RRSPPARTITIONNUMC1RRSPPARTITION
DELTACACHEUpdate Cache Objects in Delta Process RRDELTACACHECHAR1RSBOOL
ACTUALDATAData Integrity RRACTUALDATANUMC1RRACTUALDATA
OLAPSTATOLAP Statistic Properties of the Query RSDDOLAPSTATNUMC1RSDDOLAPSTAT
OLAPSTATDETLEVOLAP Statistics Detail Level RSDDOLAPSTATDETLEVNUMC1RSDDOLAPSTATDETLEV
ADDNLSShould the near-line storage be read too? RRADDNLSCHAR1RRADDNLS
NOHPAObsolete Field (Do Not Use BWA Index) RRSNOHPACHAR1RS_BOOL
READMODE_DEFTBoolean RS_BOOLCHAR1RS_BOOL
ACTUALDATA_DEFBoolean RS_BOOLCHAR1RS_BOOL
CACHEMODE_DEFBoolean RS_BOOLCHAR1RS_BOOL
DELTACACHE_DEFBoolean RS_BOOLCHAR1RS_BOOL
PARTITION_DEFBoolean RS_BOOLCHAR1RS_BOOL
DIS_MODEDisaggregation on Totals RSZDISCHAR1RSZDIS
INFOPROV_SUPPORTQuery is used as InfoProvider RSIPROVSUPPORTCHAR1
NOPARALLEL_DEFBoolean RS_BOOLCHAR1RS_BOOL
KIDSEL_DEFBoolean RS_BOOLCHAR1RS_BOOL
ADDNLS_DEFBoolean RS_BOOLCHAR1RS_BOOL
NOHPA_DEFBoolean RS_BOOLCHAR1RS_BOOL
CHUSEREXIT_DEFBoolean RS_BOOLCHAR1RS_BOOL
TREXOPSOperations in SAP HANA/BWA RSRTREXOPSCHAR1RSRTREXOPS
TREXOPS_DEFBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSRREPINCL

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