SAP Reports / Programs | Basis Components | Security | Read Access Logging(BC-SEC-RAL) SAP BC

SRAL_ADMIN SAP ABAP Report - Technical administration of RAL settings







SRAL_ADMIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SRAL_ADMIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SRAL_ADMIN - Technical Settings for RAL


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SRAL_ADMIN. "Basic submit
SUBMIT SRAL_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT SRAL_ADMIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Technical administration of RAL settings
Text Symbol: 067 = Runtime parameter
Text Symbol: 066 = Setup
Text Symbol: 065 = Password for service user
Text Symbol: 064 = Use password to create user
Text Symbol: 058 = Check technical Settings
Text Symbol: 056 = Manual setup
Text Symbol: 055 = Automated setup
Text Symbol: 054 = Perform reset of technical setup
Text Symbol: 053 = Technical setup for system
Text Symbol: 050 = Perform technical setup
Text Symbol: 049 = Configuration not successful
Text Symbol: 021 = Configuration performed successfully
Text Symbol: 020 = Obsolete: use transaction SRALMANAGER.
Text Symbol: 019 = Size of SHM use for WP
Text Symbol: 018 = Set size of SHM use for WP
Text Symbol: 017 = Proportion of SHM usage (%)
Text Symbol: 016 = Set proportion of SHM usage
Text Symbol: 015 = Set period for RAL Daemon
Text Symbol: 014 = Set retention time for Event Log
Text Symbol: 013 = Set level for error log
Text Symbol: 012 = Set performance level
Text Symbol: 011 = Period for RAL daemon in seconds
Text Symbol: 010 = Retention time for Event log entries (in days)
Text Symbol: 009 = Level for RAL Error log
Text Symbol: 008 = Local performance level
Text Symbol: 007 = Levels and periods for RAL runtime
Text Symbol: 006 = ABAP Connections
Text Symbol: 005 = Reset of technical settings failed
Text Symbol: 004 = Register ABAP Connection
Text Symbol: 003 = Technical configuration Read access logging
Text Symbol: 002 = Name of ABAP Connection
Text Symbol: 001 = Reset of technical settings for RAL succeeded


INCLUDES used within this REPORT SRAL_ADMIN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SRAL_ADMIN or its description.