RSRA_S_BP_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_BP_OBJECT
Related tables to RSRA_S_BP_OBJECT
Access table RSRA_S_BP_OBJECT




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

RSRA_S_BP_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_BP_OBJECT TYPE RSRA_S_BP_OBJECT.

The RSRA_S_BP_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)), SETTINGNM (Technical Name of Report Agent Setting).. 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_BP_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
SETTINGNMTechnical Name of Report Agent Setting RSRA_SETTINGNMCHAR30RSRA_BPRSZCOMPID
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
OBJECT_TYPEObject Type for Batch Printing Components RSRA_OBJECT_TYPECHAR1RSRA_OBJECT_TYPE
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
SUB_OBJECTDim: Field for Characteristic Value (Maximum Length) RSCHAVL_MAXLENCHAR250RSCHAVL_MAXLEN
POSITPosition of an Entry in a Selection RSRA_POSITNUMC4RSZELNR
AREAPrint filter RSRA_PRINT_AREACHAR1RSRA_PRINT_AREA
HRY_ACTIVEFlag: Entered hierarchy is active display hierarchy RRXHRYACTIVECHAR1CHAR1
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
HRY_PRSNTBrowser view RRPRHRYPRSNTCHAR1RRPRHRYPRSNT
NOSUMSDim: Suppression of totals rows RRXNOSUMSCHAR1RRXNOSUMS
FORCE_NEW_PAGEForce new page RSRA_FORCE_NEW_PAGECHAR1RS_BOOL
IOBJPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
COL1_FIXColumn is repeated on every 'columns' page RRPRFIXCHAR1RS_BOOL
COL2_FIXColumn is repeated on every 'columns' page RRPRFIXCHAR1RS_BOOL
AUTO_WIDTHDetermine column width automatically RRPRAUTOWIDTHCHAR1RS_BOOL
COL1_WIDTHLength Type for Printing RRPRLENGTHINT410RRPRLENGTH
COL2_WIDTHLength Type for Printing RRPRLENGTHINT410RRPRLENGTH
COL1_ALIGNColumn alignment RRPRALIGNCHAR1RRPRALIGN
COL2_ALIGNColumn alignment RRPRALIGNCHAR1RRPRALIGN
HIENMHierarchy name RSHIENMCHAR30RSHIENM
VERSIONHierarchy version RSVERSIONCHAR3RSVERSION
DATETOValid-to date RSDATETODATS8DATUM
COL1_HEADERLong description RSTXTLGCHAR60TEXT60
COL2_HEADERLong description RSTXTLGCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table RSRA_S_BP_OBJECT

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