SRAL_DATA SAP (Read Access Logging: Data) Table details

Dictionary Type: Table
Description: Read Access Logging: Data




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




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

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

The SRAL_DATA table consists of various fields, each holding specific information or linking keys about Read Access Logging: Data data available in SAP. These include LOG_ID (Read Access Logging: Log ID), COUNTER (Read Access Logging: Counter), LOG_DOMAIN_SW_COMP (RAL: Software component), LOG_DOMAIN_NAME (Read Access Logging: Log Domain).. 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_DATA 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_LOGSRAL_GUID
COUNTERRead Access Logging: Counter SRAL_COUNTERINT410
LOG_DOMAIN_SW_COMPRAL: Software component SRAL_SW_COMPCHAR30Assigned to domainDLVUNIT
LOG_DOMAIN_NAMERead Access Logging: Log Domain SRAL_LOG_DOMAINCHAR30SRAL_LOG_DOMAIN
NAMERead Access Logging: Data Field Name SRAL_DATA_NAMESTRG0SRAL_STRING
TYPERAL: Data type (procesing step in UI) SRAL_DATA_TYPECHAR1SRAL_DATA_TYPE
VALUERead Access Logging: Data Field Value SRAL_DATA_VALUERSTR0SRAL_XSTRING
VALUE_TYPERAL: Field Data Type SRAL_FIELD_DATA_TYPECHAR1INTTYPE
LENGTHRead Access Logging: Data length SRAL_DATA_LENGTHINT410SRAL_DATA_LENGTH
DECIMALSRead Access Logging: Decimals SRAL_DATA_DECIMALSINT410SRAL_DATA_DECIMALS
VALUE_CHARRAL: Data in character format SRAL_CHAR_DATACHAR50SRAL_CHAR_DATA
CREATED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRAL_DATA
INTO CORRESPONDING FIELDS OF WA_SRAL_DATA
WHERE...

How to access SAP table SRAL_DATA

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