RWVKP05U is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of Release 4...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 RWVKP05U into the relevant SAP transactions such as SE38 or SE80
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.
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_KBELN = Document number
Selection Text: S_DATUM = Created on
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_ERNAM = Created by
Selection Text: P_EKORG = Purchasing Organization
Title: Pricing document conversion: Fill field WKBP-KNUMH_V
Text Symbol: 113 = Runtime details:
Text Symbol: 112 = Duration:
Text Symbol: 111 = End time:
Text Symbol: 110 = Start time:
Text Symbol: 109 = End of conversion program log
Text Symbol: 101 = Start of conversion program:
Text Symbol: 100 = Log for conversion program
Text Symbol: 099 = ********************************************************************************************
Text Symbol: 015 = Number of entries that can be converted:
Text Symbol: 014 = Number of entries selected:
Text Symbol: 013 = Details of database modification:
Text Symbol: 012 = Number of modified database entries:
Text Symbol: 011 = Errors during database modification
Text Symbol: 010 = Modifications completed without error
Text Symbol: 003 = Data for document creation
Text Symbol: 002 = Restrictions
Text Symbol: 001 = Program selection criteria
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_MATNR_TAB_FROM_SELSCR_FILL call function 'SPC_MATNR_TAB_FROM_SELSCR_FILL' exporting pi_i_spc = pispc pi_noart = yes tables so_matnr = s_matnr pe_t_pre03 = xpre03 exceptions no_materials_selected = 1 others = 2.
WKBP_UPDATE call function 'WKBP_UPDATE' in update task exporting pi_updkz = 'U' tables pi_t_wkbp = xwkbp.
WKBP_UPDATE call function 'WKBP_UPDATE' in update task exporting pi_updkz = 'U' tables pi_t_wkbp = xwkbp.
WKBP_UPDATE call function 'WKBP_UPDATE' in update task exporting pi_updkz = 'U' tables pi_t_wkbp = xwkbp.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = 'RWVKP05U' seltext = 'X' tables sel_tab = selection_table.
SALES_PRICE_COND_TYPE_GET call function 'SALES_PRICE_COND_TYPE_GET' exporting pi_vkorg = v_xwkbp-vkorg pi_vtweg = v_xwkbp-vtweg pi_pltyp = v_xwkbp-pltyp pi_waerk = v_xwkbp-vwaer importing pe_i_spr = pespr exceptions plant_not_found = 1 org_structure_not_completed = 2 vkorg_not_found = 3 no_calculation_type_found = 4 no_condition_types_found = 5 invalid_import = 6 customer_is_no_plant = 7 others = 8.
SALES_PRICE_COND_TYPE_GET call function 'SALES_PRICE_COND_TYPE_GET' exporting pi_vkorg = ywkbp-vkorg pi_vtweg = ywkbp-vtweg pi_pltyp = ywkbp-pltyp pi_waerk = ywkbp-vwaer importing pe_i_spr = pespr exceptions plant_not_found = 1 org_structure_not_completed = 2 vkorg_not_found = 3 no_calculation_type_found = 4 no_condition_types_found = 5 invalid_import = 6 customer_is_no_plant = 7 others = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWVKP05U - Pricing document conversion: Fill field WKBP-KNUMH_V RWVKP05U - Pricing document conversion: Fill field WKBP-KNUMH_V RWVKP04U - Convert TWPKO to TWKAO RWVKP04U - Convert TWPKO to TWKAO RWVKP03U - Conversion of Pricing Documents (WKBP-VWAERS, WKBP-EVWRS) RWVKP03U - Conversion of Pricing Documents (WKBP-VWAERS, WKBP-EVWRS)