RIWP_DISPLAY_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays the system logs from generating and deleting the content of an audit package in SAP NetWeaver BI...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RIWP_DISPLAY_LOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IWP_LOG_DISPLAY - Display Logs
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: DFROM = D .
Selection Text: DTO = D .
Selection Text: P_WP = D .
Selection Text: TFROM = D .
Selection Text: TTO = D .
Title: Audit Package Handling: Display Logs
Text Symbol: 001 = Time Restriction
Text Symbol: 002 = From (Date/Time)
Text Symbol: 003 = To (Date/Time)
Text Symbol: 004 = Audit Package Handling: Logs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = lr_log->mc_log_obj * subobject = lr_log->mc_log_sub_obj * subobject_attribute = '1' external_number = ext_number date_from = dfrom time_from = tfrom date_to = dto time_to = tto * TITLE_SELECTION_SCREEN = title_list_screen = 'Audit Package Handling: Logs'(004) suppress_selection_dialog = 'X' i_s_display_profile = ls_profile IMPORTING number_of_protocols = l_number_of_records EXCEPTIONS no_authority = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIWP_DISPLAY_LOG - Audit Package Handling: Display Logs RIWP_DISPLAY_LOG - Audit Package Handling: Display Logs RIWP_DELETE_DYN_TAB - Program to delete dynamically created tables for a workset RIWP_DELETE_DYN_TAB - Program to delete dynamically created tables for a workset RIWP_DELETE_DATAPROV - Deleting the contents of the provisioning layer during deletion of AP RIWP_DELETE_DATAPROV - Deleting the contents of the provisioning layer during deletion of AP