SAP Reports / Programs | Logistics - General | Logistics Basic Data | Retail Pricing(LO-MD-RPC) SAP LO

RWVKP001 SAP ABAP Report - Sales Price Calculation: Change/display price calculation







RWVKP001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to calculate sales prices for a number of materials and organizational levels in the one transaction...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 RWVKP001 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

VKP8 - Display Price Calculation
VKP1 - Sales price calculation


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 RWVKP001. "Basic submit
SUBMIT RWVKP001 AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKP001 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_WERKS = Plant
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_VKORG = Sales organization
Selection Text: S_PLTYP = Price list
Selection Text: S_MATNR = Material
Selection Text: S_FILGR = Plant group
Selection Text: P_VKERV = Sales price determination seq.
Selection Text: P_SLOG = Issue update log
Selection Text: P_SAISO = Season
Selection Text: P_SAISJ = Season Year
Selection Text: P_PRSDT = Valid On
Selection Text: P_MATKL = Material Group
Selection Text: P_LTSNR = Vendor Subrange
Selection Text: P_LIVAR = List variant
Selection Text: P_LIS2 = with successful postings
Selection Text: P_LIS1 = without successful postings
Selection Text: P_LIGRU = List Group
Selection Text: P_LIFNR = Vendor (External Procurement)
Selection Text: P_LIF2S = Vendor (Internal Procurement)
Selection Text: P_KABVP = Only pricng lvls with spec.SP
Selection Text: P_EKERV = Purchase Price Determ. Seq.
Title: Sales Price Calculation: Change/display price calculation
Text Symbol: 050 = Pricing levels with specific sales prices only
Text Symbol: 046 = Program documentation for Sales Price Calculation
Text Symbol: 045 = Calculate markup from default price
Text Symbol: 044 = Calculate price change in percentage
Text Symbol: 043 = Calculate markup from existing sales price
Text Symbol: 042 = Calculate sales price with planned markup
Text Symbol: 012 = With correct update items for the sales prices
Text Symbol: 011 = Without correct update items (only items with errors)
Text Symbol: 010 = Issue update log
Text Symbol: 009 = Restrictions
Text Symbol: 008 = Update log
Text Symbol: 007 = Sales Price Calculation: Update log
Text Symbol: 005 = Display
Text Symbol: 004 = Pricing Procedure
Text Symbol: 003 = Material selection criteria
Text Symbol: 001 = Pricing levels





INCLUDES used within this REPORT RWVKP001

INCLUDE WV001TOP.
INCLUDE WV001E00.
INCLUDE WV001F00.
INCLUDE WV001F01.


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