SRAL_LOG SAP (Read Access Logging: Log) Table details

Dictionary Type: Table
Description: Read Access Logging: Log




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




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

SRAL_LOG is a standard SAP Table which is used to store Read Access Logging: Log data and is available within R/3 SAP systems depending on the version and release level.

The SRAL_LOG table consists of various fields, each holding specific information or linking keys about Read Access Logging: Log data available in SAP. These include LOG_ID (Read Access Logging: Log ID), CREATED_AT (Read Access Logging: Created at timestamp), USERNAME (User Name), CHANNEL_ID (RAL: Channel 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRAL_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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LOG_IDRead Access Logging: Log ID SRAL_LOG_IDCHAR32SRAL_GUID
CREATED_ATRead Access Logging: Created at timestamp SRAL_CREATED_ATDEC21(7) TZNTSTMPL
USERNAMEUser Name UNAMECHAR12UNAME
CHANNEL_IDRAL: Channel ID SRAL_CHANNEL_IDCHAR4SRAL_CHANNEL_ID
DIRECTIONRead Access Logging: Direction SRAL_DIRECTIONCHAR1SRAL_DIRECTION
PURPOSERAL: Purpose ID SRAL_LOG_PURPOSECHAR10SRAL_LOG_PURPOSE
READ_STATUSRead Access Logging: Read Access Status SRAL_READ_STATUSCHAR1SRAL_READ_STATUS
READ_INFORead Access Logging: Read Access Status Info Text SRAL_READ_INFOSTRG0SRAL_STRING
CORR_IDRead Access Logging: Correlation ID SRAL_CORR_IDCHAR32SRAL_GUID
APPL_COMPRead Access Logging: Application Component SRAL_APPL_COMPCHAR24UFPS_POSID
SW_COMPRAL: Software component SRAL_SW_COMPCHAR30Assigned to domainDLVUNIT
REMOTE_IPRead Access Logging: IPv4 or IPv6 Address SRAL_IP_ADDRESSCHAR45IPADDNI_NODEADDR
LEGAL_ENT_TYPERead Access Logging: Legal Entity Type SRAL_LEGAL_ENTITY_TYPECHAR10SRAL_LEGAL_ENTITY_TYPE
LEGAL_ENT_VALUERead Access Logging: Legal Entity Value SRAL_LEGAL_ENTITY_VALUECHAR20SRAL_LEGAL_ENTITY_VALUE
APPL_SERVERApplication Server SYHOSTCHAR32HOST_ID
CONFIG_IDRead Access Logging: Log Configuration ID SRAL_CONFIG_IDCHAR32SRAL_GUID
COMPRESSED_ONLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
DATARead Access Logging: Data Field Value SRAL_DATA_VALUERSTR0SRAL_XSTRING
ENVRead Access Logging: Data Field Value SRAL_DATA_VALUERSTR0SRAL_XSTRING

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRAL_LOG
INTO CORRESPONDING FIELDS OF WA_SRAL_LOG
WHERE...

How to access SAP table SRAL_LOG

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