SAP Reports / Programs

S_AUT_REP10 SAP ABAP Report - Audit Trail (ILM): Evaluation of Audit Trail Data







S_AUT_REP10 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_REP10 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_AUT10 - Evaluate New Audit Trail


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


Text pool values


Selection Text: P_DAT_FR = Start Date
Selection Text: P_DAT_TO = End Date
Selection Text: P_DETAIL = Evaluate Details
Selection Text: P_DETL_1 = Evaluate Details
Selection Text: P_DS_DBL = Data Source Table Logs
Selection Text: P_DS_LTL = Data Source Long Text Logs
Selection Text: P_LONGTX = Long Text
Selection Text: P_MANDT = ILM: Original Client
Selection Text: P_SOURCE = Data Source Application Log
Selection Text: P_SYSID = ILM: Original System ID
Selection Text: P_TDID = Text ID
Selection Text: P_TDNAME = Text Name
Selection Text: P_TDOBJ = Text Object
Selection Text: P_TIM_FR = Start Time
Selection Text: P_TIM_TO = End Time
Selection Text: P_WORKP = ILM: Audit Package
Selection Text: SO_CHGNR = Change Document Number
Selection Text: SO_FIELD = Table Field
Selection Text: SO_LOGKY = Table Key
Selection Text: SO_OBJCL = Change Document Object
Selection Text: SO_OBJID = Object Value
Selection Text: SO_OPTYP = Type of Change
Selection Text: SO_TABKY = Table Key
Selection Text: SO_TABNA = Table Name
Selection Text: SO_TCODE = Transaction Code
Selection Text: SO_USER = Changed By
Selection Text: S_DATE = D .
Selection Text: S_UNAME = D .
Title: Audit Trail (ILM): Evaluation of Audit Trail Data
Text Symbol: ILM = Information Lifecycle Management
Text Symbol: DSO = Select Data Source
Text Symbol: ARE = Scope of Check
Text Symbol: 001 = Display Details
Text Symbol: 011 = Transaction
Text Symbol: 012 = Table
Text Symbol: 013 = Change Document Object
Text Symbol: 030 = Selection of Header Data
Text Symbol: 031 = Selection of Change Documents





Text Symbol: 032 = Selection of Table Logs
Text Symbol: 033 = not maintained in assignment table!
Text Symbol: 034 = Selection of Log Data
Text Symbol: 079 = Output of Change Documents
Text Symbol: 081 = Output of Table Logs
Text Symbol: 084 = No change documents exist for selection
Text Symbol: 085 = No table logs exist for selection
Text Symbol: 111 = Page
Text Symbol: 112 = (Last Page)
Text Symbol: 113 = Previous Selection Block
Text Symbol: 114 = Next Selection Block
Text Symbol: 115 = Display Messages
Text Symbol: 119 = Text Old/New
Text Symbol: 120 = Display Long Text Before/After Change
Text Symbol: 124 = Standard Mode
Text Symbol: 125 = Enhancement Mode
Text Symbol: 126 = Data Record
Text Symbol: 127 = Deleted/Inserted Data
Text Symbol: 129 = Detail View of
Text Symbol: 130 = Selected Table Logs
Text Symbol: 131 = Close
Text Symbol: 146 = Selection of Long Texts
Text Symbol: 203 = Output of Long Text Logs
Text Symbol: 204 = Output of Table and Long Text Logs
Text Symbol: 205 = No long text logs exist for selection
Text Symbol: 206 = No table or long text logs exist for selection


INCLUDES used within this REPORT S_AUT_REP10

INCLUDE S_AUT_REP10_TOP.
INCLUDE S_AUT_REP10_CONST.
INCLUDE S_AUT_REP10_DEC01.
INCLUDE S_AUT_REP10_DEC02.
INCLUDE S_AUT_REP10_DEC03.
INCLUDE S_AUT_REP10_DEC04.
INCLUDE S_AUT_REP10_IMP01.
INCLUDE S_AUT_REP10_IMP02.
INCLUDE S_AUT_REP10_IMP03.
INCLUDE S_AUT_REP10_IMP04.
INCLUDE S_AUT_REP10_PO01.
INCLUDE S_AUT_REP10_PI01.


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