SAP Reports / Programs

RWRF_PPW_CONDITIONS_CREATE SAP ABAP Report - Price Plans: Create Conditions







RWRF_PPW_CONDITIONS_CREATE 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 can use to create conditions for the planned sales prices for the relevant price plans...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_CONDITIONS_CREATE 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_PPW03 - Price Plans: Create Conditions


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_CONDITIONS_CREATE. "Basic submit
SUBMIT RWRF_PPW_CONDITIONS_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_PPW_CONDITIONS_CREATE 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: S_VTWEG = D .
Selection Text: S_VKORG = D .
Selection Text: S_USRGRP = Price Planner Group
Selection Text: S_PPDTYP = Price Plan Category
Selection Text: S_PPDNR = D .
Selection Text: S_DATAB = Validity Start Date
Selection Text: S_CRENAM = Created By
Selection Text: P_THR_PR = Future Period in Days
Selection Text: P_THR1 = Postdating in Days
Selection Text: PA_PARAL = Parallel Processing
Title: Price Plans: Create Conditions
Text Symbol: S04 = Correct Validity Start Date
Text Symbol: S03 = Restrict Promotion Price Plans
Text Symbol: S02 = Price Plan Selection Criteria
Text Symbol: 012 = Parallel Processing According to Setting in Customizing
Text Symbol: 011 = External Number:
Text Symbol: 010 = Subobject
Text Symbol: 009 = Object:
Text Symbol: 008 = Log Statistics
Text Symbol: 007 = Number of Warning Messages:
Text Symbol: 006 = Days
Text Symbol: 005 = Number of Success Messages:
Text Symbol: 004 = Number of Information Messages:
Text Symbol: 003 = The following application log was created:
Text Symbol: 002 = PricePlan
Text Symbol: 001 = Number of Error Messages:


INCLUDES used within this REPORT RWRF_PPW_CONDITIONS_CREATE

INCLUDE WRF_PPW_CONDTIONS_CREATE_TOP.
INCLUDE WRF_PPW_CONDTIONS_CREATE_E01.
INCLUDE WRF_PPW_CONDTIONS_CREATE_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_CONDITIONS_CREATE or its description.