RSRA_ER_LOGN SAP (Log Table for Batch Runs of Exception Reporting) Table details

Dictionary Type: Table
Description: Log Table for Batch Runs of Exception Reporting




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




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

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

The RSRA_ER_LOGN table consists of various fields, each holding specific information or linking keys about Log Table for Batch Runs of Exception Reporting 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_ER_LOGN 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
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
QUERYIDTechnical Name of Query RSZQUERYIDCHAR30Assigned to domainRSZCOMPID
VARIANTEABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
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
ALERTNUMBERAlert Counter RSRA_ALERT_COUNTERNUMC4NUMC4
ALERTLEVELAlert priority RSRA_ALERT_LEVELNUMC2RSRA_ALERT_LEVEL
CLUSTERKEYBW: Cluster table key RSKEYCHAR32CHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRA_ER_LOGN
INTO CORRESPONDING FIELDS OF WA_RSRA_ER_LOGN
WHERE...

How to access SAP table RSRA_ER_LOGN

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