RWRF_PCTR_REM_QTY_MAIN 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 RWRF_PCTR_REM_QTY_MAIN 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!
WRF_PCTR_REM_QTY CALL FUNCTION 'WRF_PCTR_REM_QTY' STARTING NEW TASK f_taskname DESTINATION IN GROUP p_server_group PERFORMING feedback ON END OF TASK EXPORTING it_worklist = t_worklist_h i_rfc_call = 'X' CHANGING ct_messages = t_messages EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
WRF_PCTR_REM_QTY CALL FUNCTION 'WRF_PCTR_REM_QTY' EXPORTING it_worklist = t_worklist_h IMPORTING et_wl_output = t_wl_output CHANGING ct_messages = t_messages EXCEPTIONS error = 1 OTHERS = 2.
WRF_PCTR_REM_QTY_OUTPUT CALL FUNCTION 'WRF_PCTR_REM_QTY_OUTPUT' EXPORTING it_wl_output = gt_wl_output.
WRF_PCTR_REM_QTY_OUTTXT CALL FUNCTION 'WRF_PCTR_REM_QTY_OUTTXT' EXPORTING it_wl_output = gt_wl_output.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWRF_PCTR_REM_QTY_MAIN - RWRFPCTRREMQTYMAIN RWRF_PCTR_REM_QTY_FORMS - RWRFPCTRREMQTYFORMS RWRF_PCTR_REM_QTY - Handling of Remaining Quantities for Purchase Order Items RWRF_PCTR_REM_QTY - Handling of Remaining Quantities for Purchase Order Items RWRF_PCTR_RCT_WL_DELETE - Delete Completed Order Items in Reactive Purchase Order Monitor RWRF_PCTR_RCT_WL_DELETE - Delete Completed Order Items in Reactive Purchase Order Monitor