RSRA_SETTING_BT SAP (RA Settings for Precalculating Templates) Table details

Dictionary Type: Table
Description: RA Settings for Precalculating Templates




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




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

RSRA_SETTING_BT is a standard SAP Table which is used to store RA Settings for Precalculating Templates data and is available within R/3 SAP systems depending on the version and release level.

The RSRA_SETTING_BT table consists of various fields, each holding specific information or linking keys about RA Settings for Precalculating Templates data available in SAP. These include OBJVERS (Object version), TMPLID (Technical Name of a Template), WBID (Workbook ID), PAGEID (Name of the Template (Old Template ID)).. 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: Cannot Be Enhanced


SAP RSRA_SETTING_BT 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
SETTINGNMTechnical Name of Report Agent Setting RSRA_SETTINGNMCHAR30Assigned to domainRSZCOMPID
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
TMPLIDTechnical Name of a Template RSZWTMPLIDCHAR30RSZWOBJID
WBIDWorkbook ID RSRA_WBIDCHAR25RSSGUID25
PAGEIDName of the Template (Old Template ID) RSRA_PAGEIDCHAR20CHAR20S
SINFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
SINFOCUBE_DESCLong description RSTXTLGCHAR60TEXT60
SQUERYTechnical Name of Query RSZQUERYIDCHAR30Assigned to domainRSZCOMPID
SQUERY_DESCLong description RSTXTLGCHAR60TEXT60
SVARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
DSBoolean RS_BOOLCHAR1RS_BOOL
PSBoolean RS_BOOLCHAR1RS_BOOL
PSCSSBoolean RS_BOOLCHAR1RS_BOOL
XLSBoolean RS_BOOLCHAR1RS_BOOL
CSVBoolean RS_BOOLCHAR1RS_BOOL
LOGLANGUBoolean RS_BOOLCHAR1RS_BOOL
ALLLANGUBoolean RS_BOOLCHAR1RS_BOOL
USER_SPECIFICBoolean RS_BOOLCHAR1RS_BOOL
CACHEBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRA_SETTING_BT
INTO CORRESPONDING FIELDS OF WA_RSRA_SETTING_BT
WHERE...

How to access SAP table RSRA_SETTING_BT

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