SAP Reports / Programs

RWVKP009 SAP ABAP Report - Pricing Worklist: Release by Material







RWVKP009 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program used for processing pricing documents in the pricing worklist...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 RWVKP009 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

WVN1 - Pricing worklist for material


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 RWVKP009. "Basic submit
SUBMIT RWVKP009 AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKP009 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: P_EKORG = Purchasing organization
Selection Text: P_ERNAM = Created by
Selection Text: P_KZVUW = Docs - dist. ch. and plants/PL
Selection Text: P_LIFNR = Vendor
Selection Text: P_LTSNR = Vendor Subrange
Selection Text: P_MATKL = Material group
Selection Text: P_SAISJ = Season year
Selection Text: P_SAISO = Season
Selection Text: S_DATUM = Created on
Selection Text: S_MATNR = Material
Selection Text: S_PLTYP = Price list
Selection Text: S_VKORG = Sales organization
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_WERKS = Plant
Title: Pricing Worklist: Release by Material
Text Symbol: 001 = Selection criteria
Text Symbol: 002 = Restrictions
Text Symbol: 003 = Data for document creation
Text Symbol: 006 = Organizational level selection
Text Symbol: 007 = Display documents for distr. chains and plants/price lists separately


INCLUDES used within this REPORT RWVKP009

INCLUDE FWVKPSEC.


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:

SELECTION_TEXTS_GET call function 'SELECTION_TEXTS_GET' exporting pi_ekorg = p_ekorg px_ekorg_alt = ekorg_alt pi_lifnr = p_lifnr px_lifnr_alt = lifnr_alt pi_ltsnr = p_ltsnr px_ltsnr_alt = ltsnr_alt pi_matkl = p_matkl px_matkl_alt = matkl_alt importing pe_ekorgt = p_ekorgt pe_lifnrt = p_lifnrt pe_ltsnrt = p_ltsnrt pe_matklt = p_matklt exceptions others = 1.

HELP_START call function 'HELP_START' exporting help_infos = help_infos tables dynpselect = dynpselect dynpvaluetab = dynpvaluetab.

PRICING_DOC_DISPLAY call function 'PRICING_DOC_DISPLAY' exporting pi_i_pdd = pipdd tables so_matnr = s_matnr so_pltyp = s_pltyp so_vkorg = s_vkorg so_vtweg = s_vtweg so_werks = s_werks so_bpsta = so_bpsta so_datum = s_datum exceptions others = 2.



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