SRAL_ELOG SAP (Errors and Warnings for RAL) Table details

Dictionary Type: Table
Description: Errors and Warnings for RAL




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




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

SRAL_ELOG is a standard SAP Table which is used to store Errors and Warnings for RAL data and is available within R/3 SAP systems depending on the version and release level.

The SRAL_ELOG table consists of various fields, each holding specific information or linking keys about Errors and Warnings for RAL data available in SAP. These include ERRID (RAL Error log identifier), ERRUSER (User Name in User Master Record), TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), ESID (Name of SAP System).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRAL_ELOG 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ERRIDRAL Error log identifier SRAL_ELOG_IDCHAR32SRAL_ELOG_ID
ERRUSERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ESIDName of SAP System SYSYSIDCHAR8SYCHAR08
APPLSRVApplication Server Name MSNAME2CHAR40MSNAME2
LOG_TYPEType of Event log entry SRAL_ELOG_TYPEINT410SRAL_ELOG_TYPE
LOG_OPERRAL Event Log Operation SRAL_ELOG_OPERCHAR1SRAL_ELOG_OPER
LOG_NAMERAL: Entity name SRAL_ELOG_NAMECHAR255SRAL_ELOG_NAME
T100_MSGV1Message Variable SYMSGVCHAR50SYCHAR50
T100_MSGV2Message Variable SYMSGVCHAR50SYCHAR50
T100_MSGV3Message Variable SYMSGVCHAR50SYCHAR50
T100_MSGV4Message Variable SYMSGVCHAR50SYCHAR50
T100AREAApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
T100MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
T100TEXTRAL: String SRAL_STRINGSTRG0SRAL_STRING
T100MESS 0
EXPIREUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ERRLOC_COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
ERRLOC_PACKAGEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
ERR_LOC_PROGRAM 0
ERR_LOC_ROWNO 0
ERR_LOC_FTYPE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRAL_ELOG
INTO CORRESPONDING FIELDS OF WA_SRAL_ELOG
WHERE...

How to access SAP table SRAL_ELOG

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