RPR_WAF_DEBUGGING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Debugging Offline Applications This report debugs the processing of data that was created by an offline application (such as
If you would like to execute this report or see the full code listing simply enter RPR_WAF_DEBUGGING 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: APPL = D Application
Selection Text: C_DATE = D Changed On
Selection Text: FNAME = D Function Module
Selection Text: UNAME = D User
Title: Display Log File for Offline Application
Text Symbol: A10 = Log Selection
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.
RPR_WAF_DEBUGGING - Display Log File for Offline Application RPR_WAF_DEBUGGING - Display Log File for Offline Application RPR_VAT_REFUND_DATA_TOP - RPRVATREFUNDDATATOP RPR_VAT_REFUND_DATA_F01 - RPRVATREFUNDDATAF01 RPR_UPDATE_TRAVEL_STATISTICS - Statistics Manager RPR_UPDATE_TRAVEL_STATISTICS - Statistics Manager