SAP Reports / Programs

RWWKK001 SAP ABAP Report - Pricing: Create Market-Basket Price Calculation







RWWKK001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RWWKK001 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

WKK1 - Create Market-Basket Price Calc.


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 RWWKK001. "Basic submit
SUBMIT RWWKK001 AND RETURN. "Return to original report after report execution complete
SUBMIT RWWKK001 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_DATUM = Effectivity
Selection Text: SWERKS = Plant
Selection Text: SVTWEG = Distribution Channel
Selection Text: SVKORG = Sales Organization
Selection Text: SMATNR = Material
Selection Text: SMATKL = D Material Group
Selection Text: SFILGR = Plant Group
Selection Text: P_ZREFW = Call up assignmt of ref. plnts
Selection Text: P_WKKTX = Text for m-b price calculation
Selection Text: P_WKKNRA = Ref. market-basket price calc.
Selection Text: P_WKKNR = Market-basket price calc.
Selection Text: P_WKART = Market-basket pricing type
Selection Text: P_VTLWA = All plants of a distr. chain
Selection Text: P_VKPKA = Sales price calculation
Selection Text: P_SAISO = Season
Selection Text: P_SAISJ = Season year
Selection Text: P_RWRKC = Explicit reference plant
Selection Text: P_REFWA = Adopt ref. plant relationships
Selection Text: P_LTSNR = Vendor Subrange
Selection Text: P_LIFNR = Vendor (External Procurement)
Selection Text: P_LIF2S = Vendor (Internal Procurement)
Selection Text: P_KALEB3 = Distr. chain level
Selection Text: P_KALEB2 = Price list level
Selection Text: P_KALEB1 = Plant level
Selection Text: P_DREFW = Def. assignmt reference plants
Selection Text: P_ABBKZ = Sales quantity determination
Title: Pricing: Create Market-Basket Price Calculation
Text Symbol: F0V = Template
Text Symbol: F0S = Control Data
Text Symbol: F04 = Reference plants
Text Symbol: F03 = Price Activation
Text Symbol: F02 = Plant Selection
Text Symbol: F01 = Material selection
Text Symbol: 091 = Distribution center distribution chain
Text Symbol: 090 = Distribution chain for wholesale trade
Text Symbol: 010 = Market-basket price calc.
Text Symbol: 007 = All plants of a distribution chain
Text Symbol: 006 = Call up view for reference plant assignment before start





Text Symbol: 005 = Carry out default assignment of reference plants to calculations
Text Symbol: 004 = Copy reference plant relationships
Text Symbol: 003 = Distribution Chain Level
Text Symbol: 002 = Price List Level
Text Symbol: 001 = Plant Level


INCLUDES used within this REPORT RWWKK001

INCLUDE WKK001TOP.
INCLUDE WKK001S00.
INCLUDE WKK001E00.
INCLUDE WKK001F00.


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:

MARKET_BASKET_PRICING * call function 'MARKET_BASKET_PRICING' * exporting * pi_trtyp = trtyp_hin * exceptions * others = 99.



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