RSRREPDIR_STATUS SAP (Status of Query Generation) Table details

Dictionary Type: Table
Description: Status of Query Generation




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




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

RSRREPDIR_STATUS is a standard SAP Table which is used to store Status of Query Generation data and is available within R/3 SAP systems depending on the version and release level.

The RSRREPDIR_STATUS table consists of various fields, each holding specific information or linking keys about Status of Query Generation data available in SAP. These include OBJSTAT (Object Status), IDVERS (Dictionary version (internal vers.) of report in RSIX), DVERS (Dictionary version (current Release) of report in RSIX), RNAME (ABAP Program Name).. 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_STATUS 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
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_STATUS using ABAP code

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

SELECT SINGLE *
FROM RSRREPDIR_STATUS
INTO CORRESPONDING FIELDS OF WA_RSRREPDIR_STATUS
WHERE...

How to access SAP table RSRREPDIR_STATUS

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