SAP Reports / Programs

RWVKP004 SAP ABAP Report - Pricing document: display list by organization







RWVKP004 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for organizational level...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 RWVKP004 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

VKP4 - Pricing document for org. structure


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 RWVKP004. "Basic submit
SUBMIT RWVKP004 AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKP004 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_DATUM = Created on
Selection Text: S_BPSTA = Document item status
Selection Text: P_VARIA = List variant for list viewer
Selection Text: P_SAISO = Season
Selection Text: P_SAISJ = Season Year
Selection Text: P_MATKL = Material Group
Selection Text: P_LTSNR = Vendor Subrange
Selection Text: P_LIFNR = Vendor
Selection Text: P_KZVUW = Docs - Dist. Ch. and Plants/PL
Selection Text: P_ERNAM = Created by
Selection Text: P_EKORG = Purchasing Organization
Title: Pricing document: display list by organization
Text Symbol: 014 = Layout for ALV Grid Control
Text Symbol: 013 = Layout for SAP List Viewer
Text Symbol: 012 = SAP List Viewer, Grid Control
Text Symbol: 011 = SAP List Viewer, classic version
Text Symbol: 010 = List of several lines, arranged in blocks
Text Symbol: 007 = Display documents for distr. chains and plants/price lists separately
Text Symbol: 006 = Organizational level selection
Text Symbol: 005 = SAP standard list variant
Text Symbol: 004 = Display
Text Symbol: 003 = Data for document creation
Text Symbol: 002 = Restrictions
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT RWVKP004

INCLUDE FWVKPSEA.
INCLUDE FWVKPSED.


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.

SPC_F4_ALV_VARIANTS call function 'SPC_F4_ALV_VARIANTS' exporting pi_relid = 'LT' pi_report = 'RWVKP003' pi_handle = ' ' pi_log_group = ' ' pi_username = sy-uname importing pe_variant = p_varia exceptions no_values_found = 1 others = 2.

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

PROPOSE_CHECK_VALID_FROM_DATE call function 'PROPOSE_CHECK_VALID_FROM_DATE' exporting pi_first = yes exceptions others = 1.

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 = s_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 RWVKP004 or its description.