RSRREPORT SAP (Nodes with URLs, links, etc.) Table details

Dictionary Type: Table
Description: Nodes with URLs, links, etc.




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




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

RSRREPORT is a standard SAP Table which is used to store Nodes with URLs, links, etc. data and is available within R/3 SAP systems depending on the version and release level.

The RSRREPORT table consists of various fields, each holding specific information or linking keys about Nodes with URLs, links, etc. data available in SAP. These include NODENAME (Name of the hierarchy node), OBJVERS (Object version), URL (Text field length 200), AUTHOR (Name of author).. 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: Not classified


SAP RSRREPORT 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
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
NODENAMEName of the hierarchy node RSNODENAMECHAR32ALPHARSNODENAME
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
URLText field length 200 CHAR200CHAR200CHAR200
AUTHORName of author XUAUTHORCHAR12Assigned to domainXUBNAME
GENTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
LASTUSERLast Changed By LAST_USERCHAR12Assigned to domainXUBNAME
MODTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRREPORT
INTO CORRESPONDING FIELDS OF WA_RSRREPORT
WHERE...

How to access SAP table RSRREPORT

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