SAP Reports / Programs | Logistics - General | Electronic Data Records(LO-ELR) SAP LO

AUT_CUST01 SAP ABAP Report - AUT_CUST01; Customizing tool for AUDIT TRAILs







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

AUT01 - Configuration of Logging
AUT03 - Display Configuration


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 AUT_CUST01. "Basic submit
SUBMIT AUT_CUST01 AND RETURN. "Return to original report after report execution complete
SUBMIT 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: AUT_CUST01; Customizing tool for AUDIT TRAILs
Text Symbol: 066 = Change
Text Symbol: 065 = Selection via the menu tree
Text Symbol: 064 = Short description of transactions
Text Symbol: 063 = Fields in the chosen table
Text Symbol: 062 = Configuration of logging
Text Symbol: 061 = Tables to be logged
Text Symbol: 060 = Comment on configuration
Text Symbol: 059 = Short description of objects
Text Symbol: 058 = Active setting for logging
Text Symbol: 057 = Own setting for logging
Text Symbol: 056 = Data elements to be logged
Text Symbol: 055 = SAP Menu
Text Symbol: 054 = Own assignments
Text Symbol: 053 = Dictionary elements and Customizing tables
Text Symbol: 052 = Enter transport requests for changes to the
Text Symbol: 051 = Transaction references are maintained here (menu tree)
Text Symbol: 050 = Enter transport request for the table AUTTRANSLOG
Text Symbol: 049 = Transport requests
Text Symbol: 048 = Assigned transaction code
Text Symbol: 047 = Deletion of the objects to be saved
Text Symbol: 046 = Do you want to delete all objects marked for deletion?
Text Symbol: 067 = Display
Text Symbol: 068 = CAUTION!
Text Symbol: 069 = You are using cross-client Customizing. Changes in tables
Text Symbol: 070 = or data elements affect the whole system
Text Symbol: 071 = Do you want to continue with the Customizing?
Text Symbol: 072 = Yes
Text Symbol: 073 = Help
Text Symbol: 074 = Information on effects of Customizing
Text Symbol: 075 = Activated
Text Symbol: 076 = Deactivated
Text Symbol: 077 = ORIGINAL
Text Symbol: 078 = Settings before first Customizing
Text Symbol: 079 = Table is contained in a change document object. Copy?
Text Symbol: 080 = Differences between System <=> Customizing
Text Symbol: 081 = Logging on
Text Symbol: 082 = Logging off





Text Symbol: 083 = No change document object registered for selected table.
Text Symbol: 100 = Status
Text Symbol: 101 = Change status of object
Text Symbol: 102 = Use in change document object
Text Symbol: 103 = Where-used list: data elements in change document objects
Text Symbol: 001 = Change document objects
Text Symbol: 002 = Choose a means of access
Text Symbol: 003 = Table:
Text Symbol: 004 = From
Text Symbol: 005 = Data elements:
Text Symbol: 006 = Change document object:
Text Symbol: 007 = Logging
Text Symbol: 009 = Data element
Text Symbol: 010 = Unsaved data exists. Do you want to save the data?
Text Symbol: 011 = SAVE
Text Symbol: 012 = Unsaved data will be lost. Do you want to cancel?
Text Symbol: 013 = EXIT
Text Symbol: 014 = Short description
Text Symbol: 015 = Selection
Text Symbol: 016 = Display details
Text Symbol: 017 = Transaction
Text Symbol: 018 = Change document object
Text Symbol: 019 = Table
Text Symbol: 020 = DATA ELEMENT
Text Symbol: 021 = CUSTOMIZING
Text Symbol: 022 = SYSTEM
Text Symbol: 023 = NAME
Text Symbol: 024 = COMMENT
Text Symbol: 025 = TABLES
Text Symbol: 026 = LOGGING
Text Symbol: 027 = TABLE FIELDS
Text Symbol: 028 = Structure of the screen
Text Symbol: 030 = Selection of objcts to be chgd
Text Symbol: 031 = Change
Text Symbol: 032 = Changeable
Text Symbol: 033 = Already changed
Text Symbol: 034 = Inactive version exists
Text Symbol: 035 = Currently locked
Text Symbol: 036 = Double entry





Text Symbol: 037 = Copy for saving
Text Symbol: 038 = Copy
Text Symbol: 039 = Customizing already complete
Text Symbol: 040 = Choose table
Text Symbol: 041 = Choose
Text Symbol: 042 = Change to Customizing status
Text Symbol: 043 = Change to system status
Text Symbol: 044 = Continue
Text Symbol: 045 = Delete all changes made before now


INCLUDES used within this REPORT AUT_CUST01

INCLUDE AUTCUST_TOP.
INCLUDE AUTCUST_E100.
INCLUDE AUTCUST_E200.
INCLUDE AUTCUST_PO200.
INCLUDE AUTCUST_PI200.
INCLUDE AUTCUST_F200.
INCLUDE AUTCUST_F100.
INCLUDE AUTCUST_PI100.
INCLUDE AUTCUST_PO100.
INCLUDE AUTCUST_F200T.


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