RWWP001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Selection Screen: Settings for Planning Workbench...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 RWWP001 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WWP1 - Online Planning in the Planning WB
WWP2 - Settings for Planning Workbench
WWP3 - Order Cancelation in Planning WB
WWP4 - Load Building in Replenishment WB
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: 03PODE4 = Date
Selection Text: 03PRED = Not Fulfilled (Red)
Selection Text: 03PSHO1 = Plant
Selection Text: 03PSHO2 = Purchasing Organization
Selection Text: 03PSHO3 = Vendor
Selection Text: 03PSHO4 = Date
Selection Text: 03PYEL = Postprocess. Required (Yellow)
Selection Text: 03P_SHOW = Display Application
Selection Text: 03S02_M = Weight Restriction (Gross)
Selection Text: 03S05_M = Weight Restriction (Net)
Selection Text: 99_MAX = Maximum Number of Parameters
Selection Text: 01PAKTNR = D .
Selection Text: 01PBEDAT = D .
Selection Text: 01PBSART = D .
Selection Text: 01PCAPA = D .
Selection Text: 01PDISPO = D .
Selection Text: 01PEINDT = D .
Selection Text: 01PFOREG = D .
Selection Text: 01PKNTTP = D .
Selection Text: 01PKZAUT = D .
Selection Text: 01PKZKON = D .
Selection Text: 01PKZLIS = D .
Selection Text: 01PKZVAR = D .
Selection Text: 01PLGORT = D .
Selection Text: 01PLTSSP = D .
Selection Text: 01PPSTYP = D .
Selection Text: 01PKZPOA = Only Materials in PO
Selection Text: 01PLFRHY = Order Cycle
Selection Text: 01PMRPPP = Delivery Cycle
Selection Text: 01PUPBRW = Range of Coverage Upper Limit
Selection Text: 01P_SOR1 = Sorting Algorithm
Selection Text: 01P_SOR2 = Sorting Algorithm
Selection Text: 01SLTSNR = Vendor Subrange
Selection Text: 01_LIN = Internet Address (URL)
Selection Text: 02PBETYP = Plant Category
Selection Text: 02PRESTP = Supplying Plant Type
Selection Text: 02REXT = External Purchase Order
Selection Text: 02RINT = Internal Purchase Order
INCLUDE RWWP001TOP.
INCLUDE RWWP001LAY.
INCLUDE RWWP001X04. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = text-011 info = text-100 IMPORTING result = but1 EXCEPTIONS OTHERS = 99.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = text-011 info = text-101 IMPORTING result = but2 EXCEPTIONS OTHERS = 99.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = text-011 info = text-102 IMPORTING result = but3 EXCEPTIONS OTHERS = 99.
WOD2_CHECK_SCREEN_DATA_OV CALL FUNCTION 'WOD2_CHECK_SCREEN_DATA_OV' EXPORTING i_call_by = wwp1_c_callby_wb_01 IMPORTING e_param_name = g_sel_param_name CHANGING ie_s_sel_scr_data = g_s_sel_scr_data EXCEPTIONS wrong_screen_data = 1 error_message = 98 OTHERS = 99.
WOD2_CHECK_SCREEN_DATA_OV_ACC CALL FUNCTION 'WOD2_CHECK_SCREEN_DATA_OV_ACC' EXPORTING i_call_by = wwp1_c_callby_wb_01 IMPORTING e_param_name = g_sel_param_name CHANGING ie_s_sel_scr_data = g_s_sel_scr_data EXCEPTIONS wrong_screen_data = 1 error_message = 98 OTHERS = 99.
WOD6_CHECK_SCREEN_DATA_OV CALL FUNCTION 'WOD6_CHECK_SCREEN_DATA_OV' EXPORTING i_call_by = wwp1_c_callby_po_03 IMPORTING e_param_name = g_sel_param_name CHANGING ie_s_sel_scr_data = g_s_sel_scr_data EXCEPTIONS wrong_screen_data = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RWWP001 or its description.