RSRA_S_ER_OBJECT SAP (Internal Data Retention in the Class cl_rsra_setting) Structure details

Dictionary Type: Structure
Description: Internal Data Retention in the Class cl_rsra_setting




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




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

RSRA_S_ER_OBJECT 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 "Internal Data Retention in the Class cl_rsra_setting" 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_RSRA_S_ER_OBJECT TYPE RSRA_S_ER_OBJECT.

The RSRA_S_ER_OBJECT table consists of various fields, each holding specific information or linking keys about Internal Data Retention in the Class cl_rsra_setting data available in SAP. These include RELATKEY (Tree Control: Node Key), T_IMAGE (Tree Control: Icon / Image), ISFOLDER (Flag (X or Blank)), OBJECT_TYPE (Object Type for Batch Printing Components).. 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: Not classified


SAP RSRA_S_ER_OBJECT 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
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
RELATKEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
T_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ISFOLDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
OBJECT_TYPEObject Type for Batch Printing Components RSRA_OBJECT_TYPECHAR1RSRA_OBJECT_TYPE
DESCRIPTIONLong description RSTXTLGCHAR60TEXT60
SETTINGNMTechnical Name of Report Agent Setting RSRA_SETTINGNMCHAR30RSRA_SETTINGRSZCOMPID
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
POSITPosition of an Entry in a Selection RSRA_POSITNUMC4RSZELNR
HRY_START_LEVELLevel to which you drilldown within the hierarchy RSRA_START_LEVELNUMC2SEU_LEVEL
HRY_DRILL_LEVELHierarchy level, from which drilldown will recommence RSRA_DRILL_LEVELNUMC2SEU_LEVEL
HIENMHierarchy name RSHIENMCHAR30RSHIENM
VERSIONHierarchy version RSVERSIONCHAR3RSVERSION
DATETOValid-to date RSDATETODATS8DATUM
EVENT_IDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
EXCEPTION_IDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
CONDITION_IDSequence Number RSZENUMNUMC4NUMC4
FOLLOW_UP_IDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
FOLLOW_UP_TYPEClassification of a reporting agent follow-up action RSRA_FOLLOW_UP_TYPECHAR1RSRA_FOLLOW_UP_TYPE
AUTH_CHECKBoolean RS_BOOLCHAR1RS_BOOL
RECIPIENT_TYPEReport Agent Information Receiver RSRA_RECIPIENTCHAR1RSRA_RECIPIENT
RECIPIENT_VALRA Information Receiver: Specification RSRA_RECIPIENT_VALCHAR60RSRA_RECIPIENT_VAL
ALERTLEVELAlert priority RSRA_ALERT_LEVELNUMC2RSRA_ALERT_LEVEL
RECIPIENT_SCREEN_NRDynpro Number SYDYNNRCHAR4SYCHAR04
DOC_TYPEType of E-mail Document RSRA_DOC_TYPECHAR3RSRA_DOC_TYPE
DOC_IDID of e-mail document RSRA_DOC_IDCHAR70RSRA_DOC_ID
ALLUSERSSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RSRA_S_ER_OBJECT

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