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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.