RSRREPDIR_STAT SAP (Generation Status for Non Client-Specific Queries) Table details

Dictionary Type: Table
Description: Generation Status for Non Client-Specific Queries




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




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

RSRREPDIR_STAT is a standard SAP Table which is used to store Generation Status for Non Client-Specific Queries data and is available within R/3 SAP systems depending on the version and release level.

The RSRREPDIR_STAT table consists of various fields, each holding specific information or linking keys about Generation Status for Non Client-Specific Queries data available in SAP. These include GENUNIID (Internal display of the report identifier), OBJSTAT (Object Status), IDVERS (Dictionary version (internal vers.) of report in RSIX), DVERS (Dictionary version (current Release) of report in RSIX).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRREPDIR_STAT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GENUNIIDInternal display of the report identifier RSGENUNIIDCHAR25GENIDRSRREPDIR_SYSUUID_25GID
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
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
OPT_OCCURSBoolean RS_BOOLCHAR1RS_BOOL
OPT_OCCURS_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
OPT_OCCURS_PERDummy for B20 int1 (Local Everywhere) INT1INT13INT1

Key field Non-key field



How do I retrieve data from SAP table RSRREPDIR_STAT using ABAP code

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

SELECT SINGLE *
FROM RSRREPDIR_STAT
INTO CORRESPONDING FIELDS OF WA_RSRREPDIR_STAT
WHERE...

How to access SAP table RSRREPDIR_STAT

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