RSRA_ER_LOG SAP (Log Information for an RA Setting) Table details

Dictionary Type: Table
Description: Log Information for an RA Setting




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




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

RSRA_ER_LOG is a standard SAP Table which is used to store Log Information for an RA Setting data and is available within R/3 SAP systems depending on the version and release level.

The RSRA_ER_LOG table consists of various fields, each holding specific information or linking keys about Log Information for an RA Setting data available in SAP. These include PACKAGENM (Technical Name of a Report Agent Package), POSIT (Position of an Entry in a Selection), LATEST (Last entry), INFOCUBE (InfoCube).. 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_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
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
PACKAGENMTechnical Name of a Report Agent Package RSRA_PACKAGENMCHAR30Assigned to domainRSZCOMPID
POSITPosition of an Entry in a Selection RSRA_POSITNUMC4RSZELNR
LATESTLast entry RSRA_LATESTCHAR1RS_BOOL
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
QUERYTechnical Name of Query RSZQUERYIDCHAR30Assigned to domainRSZCOMPID
COMPUIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
VARIABLESABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
EVAL_TIMETest DTEL INT4 RSDINT4INT410RSDINT4
MAX_SEVERITYAlert priority RSRA_ALERT_LEVELNUMC2RSRA_ALERT_LEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRA_ER_LOG
INTO CORRESPONDING FIELDS OF WA_RSRA_ER_LOG
WHERE...

How to access SAP table RSRA_ER_LOG

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