SAP Reports / Programs | Logistics - General | Logistics Basic Data | Price Planning Workbench(LO-MD-PPW) SAP LO

RWRF_PPW_WORKLIST_EXTEND SAP ABAP Report - Worklist: Enhance Markdown Proposals







RWRF_PPW_WORKLIST_EXTEND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program in the price planning application that you use to enrich markdown proposals in the worklist that were transferred frm SAP BI to the ECC system...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 RWRF_PPW_WORKLIST_EXTEND into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WRF_PPW20 - Worklist: Enhance


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RWRF_PPW_WORKLIST_EXTEND. "Basic submit
SUBMIT RWRF_PPW_WORKLIST_EXTEND AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_PPW_WORKLIST_EXTEND VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_WRGH = Mat. Grp / Mat. Grp Hierarchy
Selection Text: SO_NODE = Hierarchy Node
Selection Text: SO_MATNR = Material
Selection Text: SO_MATKL = Material Group
Selection Text: P_DAT2 = Select Validity Start Date
Selection Text: P_DAT1 = Select Postdating
Selection Text: PA_NEW = New (Not Enriched)
Selection Text: PA_ERROR = Incorrect
Selection Text: PA_ENRCH = Enriched
Selection Text: PA_DAYS = Postdating in Days
Selection Text: PA_DATUM = Validity Start Date
Selection Text: PAHIERID = Hierarchy
Title: Worklist: Enhance Markdown Proposals
Text Symbol: 025 = Worklist: Enrich
Text Symbol: 024 = enrich the the data?
Text Symbol: 023 = Do you really want to
Text Symbol: 022 = Days
Text Symbol: 021 = Validity Start Date
Text Symbol: 020 = Postdating in Days
Text Symbol: 005 = Define Validity Start Date for Price Plan
Text Symbol: 004 = Selection Criteria
Text Symbol: 003 = Material Data
Text Symbol: 002 = Article Hierarchy Data
Text Symbol: 001 = Status of Markdown Proposal


INCLUDES used within this REPORT RWRF_PPW_WORKLIST_EXTEND

INCLUDE WRF_PPW_WORKLIST_TOP.
INCLUDE WRF_PPW_WORKLIST_E01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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 RWRF_PPW_WORKLIST_EXTEND or its description.