SAP Reports / Programs

RWRF_PPW_PPD_DELETE SAP ABAP Report - Price Plans: Reorganize







RWRF_PPW_PPD_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can delete price plans that are no longer used...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_PPD_DELETE 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_PPW09 - Price Plans: Reorganize


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_PPD_DELETE. "Basic submit
SUBMIT RWRF_PPW_PPD_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_PPW_PPD_DELETE 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: PA_06 = Active
Selection Text: PA_08 = Cancelled
Selection Text: PA_09 = Flagged for Deletion
Selection Text: PA_10 = Promotion Price Plans Ended
Selection Text: PA_11 = Ignore Price Plan Status
Selection Text: PA_DATUM = Key Date
Selection Text: PA_DAYS = Past Date for End of Validity
Selection Text: PA_DAY_V = Start of Validity Older Than
Selection Text: PA_VKORG = Sales Organization
Selection Text: PA_VTWEG = Distribution Channel
Selection Text: SO_AKTNR = Promotion
Selection Text: SO_CRENA = Created by
Selection Text: SO_PPDNR = Price Plan
Selection Text: SO_PPDTX = Description
Selection Text: SO_TYPE = Category
Selection Text: SO_USRGR = Price Planner Group
Title: Price Plans: Reorganize
Text Symbol: 035 = Price Plan Selection
Text Symbol: 034 = though promotion still exists
Text Symbol: 033 = The following promotion price plans were deleted even
Text Symbol: 032 = Do not delete price plan if promotion still exists
Text Symbol: 031 = Price Plans: Delete
Text Symbol: 029 = Do you really want to delete the data?
Text Symbol: 028 = Distribution Channel
Text Symbol: 027 = Sales Organization
Text Symbol: 001 = Price Plan
Text Symbol: 002 = Categ.
Text Symbol: 003 = Status of Price Plan
Text Symbol: 004 = Additional Selection Criteria
Text Symbol: 005 = Additional Constraint for Promotion Price Plans
Text Symbol: 006 = Status
Text Symbol: 007 = Valid. Start Date
Text Symbol: 008 = Changed by
Text Symbol: 009 = PPD Text
Text Symbol: 010 = Promotion No.
Text Symbol: 011 = Sales Organization
Text Symbol: 012 = DistrChannel
Text Symbol: 013 = List of Deleted Price Plans





Text Symbol: 014 = The following price plans are blocked and were not deleted:
Text Symbol: 015 = The following price plans were not deleted because they are still valid:
Text Symbol: 016 = The following price plans were not deleted because the end of the promotion is too recent
Text Symbol: 017 = or the budget correction for these price plans is not yet complete
Text Symbol: 020 = Past Period for Validity End Date
Text Symbol: 021 = Key Date for Validity End Date
Text Symbol: 022 = Days
Text Symbol: 023 = Time Selection Criteria
Text Symbol: 024 = Start of Validity Older Than
Text Symbol: 025 = Distribution Chain
Text Symbol: 026 = Header Data of Price Plan


INCLUDES used within this REPORT RWRF_PPW_PPD_DELETE

INCLUDE WRF_PPW_PPD_DELETE_TOP.
INCLUDE WRF_PPW_PPD_DELETE_E01.
INCLUDE WRF_PPW_PPD_DELETE_F01.


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