RSRA_BB_LOG SAP (Log-Table for the Batch Runs of the ResultSet Precalculation) Table details

Dictionary Type: Table
Description: Log-Table for the Batch Runs of the ResultSet Precalculation




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




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

RSRA_BB_LOG is a standard SAP Table which is used to store Log-Table for the Batch Runs of the ResultSet Precalculation data and is available within R/3 SAP systems depending on the version and release level.

The RSRA_BB_LOG table consists of various fields, each holding specific information or linking keys about Log-Table for the Batch Runs of the ResultSet Precalculation data available in SAP. These include JOBCOUNT (Job ID), SETTINGNM (Technical Name of Report Agent Setting), STEP (Numbering for one-dimensional drilldown), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 RSRA_BB_LOG 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
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SETTINGNMTechnical Name of Report Agent Setting RSRA_SETTINGNMCHAR30Assigned to domainRSZCOMPID
STEPNumbering for one-dimensional drilldown RSRA_COUNTERNUMC4RSRA_COUNTER
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
STEP_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
OBJECT_TYPEObject Type of the Reporting Agent RSRA_OBJECTTPCHAR30CHAR30
OBJECT_IDTechnical name of object RSRA_OBJECTNMCHAR30Assigned to domainRSZCOMPID
PARENT_TYPEObject Type of the Reporting Agent RSRA_OBJECTTPCHAR30CHAR30
PARENT_IDTechnical name of object RSRA_OBJECTNMCHAR30Assigned to domainRSZCOMPID
REFOBJ_TYPEObject Type of the Reporting Agent RSRA_OBJECTTPCHAR30CHAR30
REFOBJ_IDTechnical name of object RSRA_OBJECTNMCHAR30Assigned to domainRSZCOMPID
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
UNAMEUser Name UNAMECHAR12UNAME
REQUIDRequest ID (Request Number) RSREQUIDCHAR30CHAR30
STATUSGeneral Status Flag RSRA_STATUSCHAR1CHAR1
CLUSTERKEYBW: Cluster table key RSKEYCHAR32CHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRA_BB_LOG
INTO CORRESPONDING FIELDS OF WA_RSRA_BB_LOG
WHERE...

How to access SAP table RSRA_BB_LOG

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