FV50CF0V 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 FV50CF0V 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.
INCLUDE FV50XF0V.
No SAP DATABASE tables are accessed within this REPORT code!
SHP_QUANTITY_SET call function 'SHP_QUANTITY_SET' exporting if_action = 'G' changing cf_lfimg = lf_lfimg_dummy cf_lgmng = lf_lgmng_dummy cf_lfimg_flo = vbfa-rfmng_flo cf_lgmng_flo = vbfa-rfmng_flt cf_umvkz = lips-umvkz cf_umvkn = lips-umvkn cf_umrev = lips-umrev cf_akmng = lf_dummy_akmng exceptions conversion_overflow = 1 essential_data_missing = 2 error = 3 others = 4.
RV_XVBFA_MAINTAIN call function 'RV_XVBFA_MAINTAIN' exporting f_vorgang = vp_vorgang fvbfa = vbfa tables fxvbfa = xvbfa fyvbfa = yvbfa fxvbapf = xvbapf.
RV_SCHEDULE_CHECK_DELIVERIES call function 'RV_SCHEDULE_CHECK_DELIVERIES' exporting fbeleg = cvbak-vbeln fposnr = xposnr tables fvbfa = xvbfa fvbup = xvbup fxvbep = xvbep fvbap = cvbap.
SHP_CHECK_PARTNER_COMBINATION call function 'SHP_CHECK_PARTNER_COMBINATION' "AIP exporting if_temp_vbeln = xvbeln if_rfbel = cvbap-vbeln if_rfpos = cvbap-posnr if_vkorg = likp-vkorg if_vtweg = rv50a-vtweg if_spart = rv50a-spart if_ablad = lf_ablad is_tvlk = tvlk if_analysis_request = charx if_deliver_sales_order = v50agl-deliver_sales_order"n_546203 is_v50agl = v50agl importing et_analyse = gt_likp_analyse ef_partners_identical = lf_partners_identical tables it_vbpa_exist = xvbpa it_cvbpa = cvbpa exceptions error_in_interface = 1 address_copying_error = 2 "n_690763 others = 99.
SHP_COPY_PARTNER_FROM_PREC_DOC call function 'SHP_COPY_PARTNER_FROM_PREC_DOC' "AIP exporting if_temp_vbeln = likp-vbeln if_rfbel = cvbap-vbeln if_rfpos = cvbap-posnr if_vkorg = likp-vkorg if_vtweg = rv50a-vtweg if_spart = rv50a-spart if_ablad = lf_ablad if_aland = tvst-aland is_tvlk = tvlk if_flag_merge_tables = 'X' is_v50agl = v50agl importing es_kuwev = kuwev es_kuagv = kuagv tables ct_xvbpa = xvbpa ct_yvbpa = yvbpa ct_xvbuv = xvbuv ct_yvbuv = yvbuv ct_vbadr = xvbadr "n_623808 it_cvbpa = cvbpa exceptions error_message = 99 "n_643279 error_in_interface = 1 address_copying_error = 2 ship_to_party_error = 3 sold_to_party_error = 4 others = 5.
SD_GATE_DETERMINE call function 'SD_GATE_DETERMINE' exporting ilikp = likp importing elgtor = likp-lgtor elgbzo = likp-lgbzo exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50CF0V - Compare Delivery Headers for Split Decision FV50CF0P - documentation and ABAP source code FV50CF0L_LPSPLIT_QUANTITY_SYNC - FV50CF0LLPSPLITQUANTITYSYNC FV50CF0L_LPSPLIT_COMPLETE_FROM - FV50CF0LLPSPLITCOMPLETEFROM FV50CF0L_LIKP_FUELLEN_VORGABE - FV50CF0LLIKPFUELLENVORGABE FV50CF0L_LIKP_FUELLEN_VBEP - FV50CF0LLIKPFUELLENVBEP