RSAUSHM_V6 SAP (Security Audit Log: Shared Memory Structure of the Kernel) Structure details

Dictionary Type: Structure
Description: Security Audit Log: Shared Memory Structure of the Kernel




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




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

RSAUSHM_V6 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Security Audit Log: Shared Memory Structure of the Kernel" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSAUSHM_V6 TYPE RSAUSHM_V6.

The RSAUSHM_V6 table consists of various fields, each holding specific information or linking keys about Security Audit Log: Shared Memory Structure of the Kernel data available in SAP. These include SIZE (Size of the Audit Shared Memory), OFFSET_SLOTINFO (Offeset for Slot Info Area of the Audit Shared Memory), OFFSET_SLOTS (Offset for Slot Area of the Audit Shared Memory), FILE_POS (Size of current audit log).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSAUSHM_V6 structure 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
VERSIONVersion of the Audit Shared Memory RSAUSHMVERSIONRAW1
SIZESize of the Audit Shared Memory RSAUSHMSIZEINT410INT4
OFFSET_SLOTINFOOffeset for Slot Info Area of the Audit Shared Memory RSAUSHMOFFINFOINT410INT4
OFFSET_SLOTSOffset for Slot Area of the Audit Shared Memory RSAUSHMOFFSLOTSINT410INT4
FILE_POSSize of current audit log RSAULOGPOSINT410INT4
MAXSIZEMax. size of the audit log per day RSAUMAXSIZINT410INT4
ENABLEActivity Indicator in Audit Shared Memory RSAUSHMENABLEINT410INT4
YEAR_OF_FILEOpening Date of the Current File (Year, Month, Day) RSAUSHMFDATEINT410INT4
MONTH_OF_FILEOpening Date of the Current File (Year, Month, Day) RSAUSHMFDATEINT410INT4
DAY_OF_FILEOpening Date of the Current File (Year, Month, Day) RSAUSHMFDATEINT410INT4
WARN_LEVELCurrent Warning Level for the Fill Level of the Audit File RSAUSHMWARNLEVINT410INT4
FILE_STATEAudit log: Processing status of an audit file RSAUFSTATINT410RSAUFSTAT
NUMBER_OF_FILEAudit log: number of the current audit log RSAUFNUMINT410INT4
MAXSIZE_OF_FILEMax. size of the audit log per day RSAUMAXSIZINT410INT4
TOTAL_SIZEMax. size of the audit log per day RSAUMAXSIZINT410INT4
USER_SELECTIONUser Selection Variant RSAUSHMUSERSELINT410INT4
WP_STATESInitialization Status of the Individual Work Processes RSAUSHMWPSTATERAW512

Key field Non-key field



How do I retrieve data from SAP structure RSAUSHM_V6 using ABAP code?

As RSAUSHM_V6 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSAUSHM_V6 as there is no data to select.

How to access SAP table RSAUSHM_V6

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