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

WV001F00 SAP ABAP INCLUDE - documentation and ABAP source code







WV001F00 is a standard ABAP INCLUDE 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 WV001F00 into the relevant SAP transactions such as SE38 or SE80


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 WV001F00. "Basic submit
SUBMIT WV001F00 AND RETURN. "Return to original report after report execution complete
SUBMIT WV001F00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT WV001F00

No INCLUDES are used within this REPORT code!


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_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 pi_saiso = p_saiso px_saiso_alt = saiso_alt IMPORTING pe_lifnrt = p_lifnrt pe_ltsnrt = p_ltsnrt pe_matklt = p_matklt pe_saisot = p_saisot EXCEPTIONS OTHERS = 01.

SELECTION_TEXTS_GET CALL FUNCTION 'SELECTION_TEXTS_GET' EXPORTING pi_lifnr = p_lif2s px_lifnr_alt = lif2s_alt IMPORTING pe_lifnrt = p_lif2st EXCEPTIONS OTHERS = 01.

GET_DYNP_VALUE CALL FUNCTION 'GET_DYNP_VALUE' EXPORTING i_field = field i_repid = repid i_dynnr = sy-dynnr i_conv_input = 'X' CHANGING o_value = value EXCEPTIONS OTHERS = 1. "#EC FB_RC

GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING domname = domname domvalue = domwert langu = sy-langu IMPORTING txt = domtext EXCEPTIONS not_found = 01.

SALES_PRICE_CALCULATE_01 CALL FUNCTION 'SALES_PRICE_CALCULATE_01' EXPORTING pi_i_spc = pispc IMPORTING pe_wslog = kzslog TABLES pe_t_erro = terro pe_t_slog = tslog CHANGING so_matnr = so_matnr so_vkorg = so_vkorg so_vtweg = so_vtweg so_werks = so_werks so_pltyp = so_pltyp so_filgr = so_filgr EXCEPTIONS document_not_found = 01 no_materials_selected = 02 no_plants_selected = 03 too_many_materials = 04 OTHERS = 05.



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