RSAU_CLASS_AUDITLIST_IMPL is a standard ABAP INCLUDE 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 RSAU_CLASS_AUDITLIST_IMPL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSLG_SEL_DUMP CALL FUNCTION 'RSLG_SEL_DUMP' IMPORTING itself = ta.
RSAU_SEL_DUMP CALL FUNCTION 'RSAU_SEL_DUMP' IMPORTING itself = ta_audit.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage_done text = 'Liste aufbereiten'(691).
RSLG_SEL_DUMP CALL FUNCTION 'RSLG_SEL_DUMP' IMPORTING itself = ta.
RSAU_SEL_DUMP CALL FUNCTION 'RSAU_SEL_DUMP' IMPORTING itself = ta_audit.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage_done text = space.
SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING bname = ls_outtab-alguser mandt = ls_outtab-algclient no_display = ' '.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ_mode = '2' " Nice output processing displ = 'X' " Display only id = 'SL' " Docu class System-Log langu = sy-langu object = object " object key typ = 'E'. " Docu type: user
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = mc_repid i_callback_user_command = 'CALLBACK_ALV_USER_COMMAND' * is_layout = gs_layout it_fieldcat = gt_fieldcat it_excluding = gt_excluding i_save = gx_save is_variant = gs_variant IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = mt_outtab_l EXCEPTIONS OTHERS = 0.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_bypassing_buffer = 'X' i_callback_program = mc_repid i_callback_user_command = 'CALLBACK_ALV_USER_COMMAND' i_callback_top_of_page = 'CALLBACK_TOP_OF_PAGE' is_layout = gs_layout it_fieldcat = gt_fieldcat it_excluding = gt_excluding i_save = gx_save is_variant = gs_variant IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = mt_outtab_l EXCEPTIONS OTHERS = 0.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * I_LOGO = 'MYSAPCOM' it_list_commentary = m_standard_header.
RSLG_SEL_DUMP call function 'RSLG_SEL_DUMP' importing itself = ls_rslgsel.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.