RSAUTYPE SAP (System audit log: Data types for screens and FM parameters) Structure details

Dictionary Type: Structure
Description: System audit log: Data types for screens and FM parameters




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




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

RSAUTYPE 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 "System audit log: Data types for screens and FM parameters" 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_RSAUTYPE TYPE RSAUTYPE.

The RSAUTYPE table consists of various fields, each holding specific information or linking keys about System audit log: Data types for screens and FM parameters data available in SAP. These include SECCLS2 (System audit log: Security class 2 (Logon/logoff)), SECCLS3 (System Audit Log: Security Class 3 (Transaction Start)), SECCLS4 (System audit log: Security class 4 (report start)), SECCLS5 (System audit log: Security class 5 (RFC logon)).. 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 RSAUTYPE 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
SECCLS1System audit log: Security class 1 (other events) RSAUCLS_1CHAR1RSLGS_
SECCLS2System audit log: Security class 2 (Logon/logoff) RSAUCLS_2CHAR1RSLGS_
SECCLS3System Audit Log: Security Class 3 (Transaction Start) RSAUCLS_3CHAR1RSLGS_
SECCLS4System audit log: Security class 4 (report start) RSAUCLS_4CHAR1RSLGS_
SECCLS5System audit log: Security class 5 (RFC logon) RSAUCLS_5CHAR1RSLGS_
SECCLS6System audit log: Security class 6 (user authorizations) RSAUCLS_6CHAR1RSLGS_
SECCLS7Audit log: Security class 7 (RFC call) RSAUCLS_7CHAR1RSLGS_
SECCLS8Audit Log: Security Class 8 (System) RSAUCLS_8CHAR1RSLGS_
SECLEVLOWSystem audit log: Security level 1 (low) RSAUSEV_1CHAR1RSLGS_
SECLEVMEDSystem audit log: Security level 2 (average) RSAUSEV_2CHAR1RSLGS_
SECLEVHIGHAudit Log: Security Level 3 (High) RSAUSEV_3CHAR1RSLGS_
SAPUSERUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
ENTREADSystem audit log: Number of audit log entries read RSAUENTREANUMC10RSLGENTCNT
NTABTABLESTable Name TABNAMECHAR30DD02LAS4TABDTB
SECLEVELSecurity Level RSAUSECLEVELCHAR1RSAU_SEVERITY

Key field Non-key field



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

As RSAUTYPE 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 RSAUTYPE as there is no data to select.

How to access SAP table RSAUTYPE

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