SAIS_LOG SAP (Log for Usage of Audit Log) Table details

Dictionary Type: Table
Description: Log for Usage of Audit Log




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




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

SAIS_LOG is a standard SAP Table which is used to store Log for Usage of Audit Log data and is available within R/3 SAP systems depending on the version and release level.

The SAIS_LOG table consists of various fields, each holding specific information or linking keys about Log for Usage of Audit Log data available in SAP. These include AUDIT_NAME (Audit Structure (Same as in Area Menu)), CHECK_NUM (Check Number), APPL_NAME (Check Application Name), CNAME (Last Changed By).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAIS_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AUDIT_NAMEAudit Structure (Same as in Area Menu) SAIS_ASCHAR30
CHECK_NUMCheck Number SAIS_CNUMCHAR25SAIS_CNUM
APPL_NAMECheck Application Name SAIS_APPCHAR30
CNAMELast Changed By XUMODIFIERCHAR12BNAME
CDATEModification date XUMODDATEDATS8DATUM
CTIMEModification time XUMODTIMETIMS6UZEIT
STATUSAudit Check Status SAIS_STATUSCHAR4SAIS_STATUS
TEXT Documentation on Audit Step0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAIS_LOG
INTO CORRESPONDING FIELDS OF WA_SAIS_LOG
WHERE...

How to access SAP table SAIS_LOG

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