RSRREPDIR SAP (Directory of all reports) Table details

Dictionary Type: Table
Description: Directory of all reports




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




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

RSRREPDIR is a standard SAP Table which is used to store Directory of all reports data and is available within R/3 SAP systems depending on the version and release level.

The RSRREPDIR table consists of various fields, each holding specific information or linking keys about Directory of all reports data available in SAP. These include OBJVERS (Object version), INFOCUBE (InfoCube), GENUNIID (Internal display of the report identifier), COMPTYPE (Type of a reporting component).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRREPDIR table 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
COMPUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
OBJVERSObject version RSOBJVERSCHAR1RSZELTDIRRSOBJVERS
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
GENUNIIDInternal display of the report identifier RSGENUNIIDCHAR25GENIDRSRREPDIR_SYSUUID_25GID
COMPTYPEType of a reporting component RSZCOMPTPCHAR3RSZCOMPTP
COMPIDName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
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 table RSRREPDIR using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSRREPDIR to SELECT all data from the table
DATA: WA_RSRREPDIR TYPE RSRREPDIR.

SELECT SINGLE *
FROM RSRREPDIR
INTO CORRESPONDING FIELDS OF WA_RSRREPDIR
WHERE...

How to access SAP table RSRREPDIR

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