RSAUDITC 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 RSAUDITC into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_LOCK = Locked
Selection Text: S_MENU = Menu transactions
Selection Text: S_PARA = Parameter transactions
Selection Text: S_REPO = Report transactions
Selection Text: S_TRAN = Transactions
Selection Text: S_UNLOCK = Not locked
Selection Text: TCODE = Transaction
Title: Audit Info System: Display Locked/Unlocked Transactions
Text Symbol: 001 = Dialog Transaction
Text Symbol: 002 = Parameter Transaction
Text Symbol: 003 = Report Transaction
Text Symbol: 004 = Menu
Text Symbol: 100 = Lock Status
Text Symbol: 101 = Transaction is locked
Text Symbol: 102 = Transaction is not locked
Text Symbol: 104 = Transaction Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAUDITC - Audit Info System: Display Locked/Unlocked Transactions RSAUDITC - Audit Info System: Display Locked/Unlocked Transactions RSAUCONSTANTS - documentation and ABAP source code RSAUCMAC - documentation and ABAP source code RSAT_ISOURCE_CLEAN_UP - Update global InfoSource, due to local InfoSource RSAT_ISOURCE_CLEAN_UP - Update global InfoSource, due to local InfoSource