ISU_AUDIT 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 ISU_AUDIT 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_MANDT = D .
Title: Call Measurement Module ISU_AUDIT_01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_AUDIT_01 CALL FUNCTION 'ISU_AUDIT_01' EXPORTING sgroup = lv_sgroup iv_ind_no_check_industy_releas = 'X' TABLES period = lt_period result = lt_result t_rg_mandt = s_mandt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_AUDIT - Call Measurement Module ISU_AUDIT_01 ISU_AUDIT - Call Measurement Module ISU_AUDIT_01 ISU_AMIO_READ_ARCHIVE - Program ISU_AMIO_READ_ARCHIVE ISU_AMIO_READ_ARCHIVE - Program ISU_AMIO_READ_ARCHIVE ISU_AMIO_DELETE - Delete Archived Parked Documents ISU_AMIO_DELETE - Delete Archived Parked Documents