SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

FV50VF0V SAP ABAP INCLUDE - Include LV56EF05







FV50VF0V 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 FV50VF0V 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 FV50VF0V. "Basic submit
SUBMIT FV50VF0V AND RETURN. "Return to original report after report execution complete
SUBMIT FV50VF0V 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 FV50VF0V

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:

RV_AVAILABILITY_SHOW CALL FUNCTION 'RV_AVAILABILITY_SHOW' EXPORTING prreg = da_prreg sdbeleg = lips-vbeln belegtyp = likp-vbtyp IMPORTING tmvf_verpn = lf_no_avail_check "n_647068 TABLES xmverf_pos = xmverf_pos avbbd = avbbd xekpo = xekpo xeket = xeket EXCEPTIONS error_message = 1.

RV_AVAILABILITY_CHECK CALL FUNCTION 'RV_AVAILABILITY_CHECK' EXPORTING aufrufer = da_modus material = lips-matnr werk = lips-werks vbtyp = likp-vbtyp beleg = lips-vbeln position = lips-posnr ergebnisuebergabe = chara "Einmallieferung call_modus = da_modus IMPORTING sperre = da_lock TABLES xmverf_pos = xmverf_pos avbbd = avbbd vvbfs = da_vvbfs * >>> begin of deletion * xekpo = xekpo * xeket = xeket.

SHP_QUANTITY_SET CALL FUNCTION 'SHP_QUANTITY_SET' EXPORTING if_action = 'B' CHANGING cf_lfimg = cs_quan_new-lfimg "#& cf_lgmng = cs_quan_new-lgmng cf_lfimg_flo = cs_quan_new-lfimg_flo "#& cf_lgmng_flo = cs_quan_new-lgmng_flo cf_umvkz = cs_quan_new-umvkz cf_umvkn = cs_quan_new-umvkn cf_umrev = cs_quan_new-umrev cf_akmng = cs_quan_new-akmng EXCEPTIONS conversion_overflow = 1 essential_data_missing = 2 OTHERS = 3.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING bedarf_kopieren = kz_bedarfe_verrechnen einmalref_aendern = da_update_ervfp omeng_ref = lips-kcmeng vmeng_ref = lips-kcmeng IMPORTING bedarf_zuordnen = avbbd_update TABLES avbbd = avbbd bvbbd = bvbbd EXCEPTIONS keine_steuerung = 01.



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