SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Audit trail enhancements (ILM)(BC-SRV-ASF-AT) SAP BC

S_AUT_CUST01 SAP ABAP Report - Audit Trail (ILM): Configuration Logging (S_AUT01 & S_AUT03)







S_AUT_CUST01 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 S_AUT_CUST01 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

S_AUT03 - Display Logging Setting
S_AUT01 - Maintain Logging Setting


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 S_AUT_CUST01. "Basic submit
SUBMIT S_AUT_CUST01 AND RETURN. "Return to original report after report execution complete
SUBMIT S_AUT_CUST01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Audit Trail (ILM): Configuration Logging (S_AUT01 & S_AUT03)
Text Symbol: TTS = Adopt Table for Saving
Text Symbol: TCG = Table Change
Text Symbol: DCG = Data Element Change
Text Symbol: CTL = Change Table Logging
Text Symbol: ARE = Scope of Check
Text Symbol: ACT = Activate Inactive DDIC Elements
Text Symbol: 102 = Use in Change Document Object
Text Symbol: 082 = All Loggings Off
Text Symbol: 081 = All Loggings On
Text Symbol: 080 = Variances System <-> Own Settings
Text Symbol: 076 = Deactivated
Text Symbol: 075 = Activated
Text Symbol: 057 = Own Logging Setting
Text Symbol: 044 = Continue
Text Symbol: 043 = Change to System State
Text Symbol: 042 = Change to Customizing State
Text Symbol: 041 = Choose
Text Symbol: 040 = Selection of Table
Text Symbol: 038 = Adopt
Text Symbol: 037 = Adopt for Storage
Text Symbol: 031 = Change
Text Symbol: 030 = Change Data Element Log
Text Symbol: 028 = Layout of Screen
Text Symbol: 019 = Table
Text Symbol: 018 = Change Document Object
Text Symbol: 017 = Transaction
Text Symbol: 016 = Display Details
Text Symbol: 009 = Data Element
Text Symbol: 005 = Data Elements:


INCLUDES used within this REPORT S_AUT_CUST01

INCLUDE S_AUT_CUST_TOP.
INCLUDE S_AUT_CUST01_DEC01.
INCLUDE S_AUT_CUST01_DEC02.
INCLUDE S_AUT_CUST01_DEC03.
INCLUDE S_AUT_CUST01_IMP01.
INCLUDE S_AUT_CUST01_IMP02.
INCLUDE S_AUT_CUST01_IMP03.
INCLUDE S_AUT_CUST_PO100.




INCLUDE S_AUT_CUST_PO200.
INCLUDE S_AUT_CUST_PI100.
INCLUDE S_AUT_CUST_PI200.


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 S_AUT_CUST01 or its description.