SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

FV50CF0V SAP ABAP INCLUDE - Compare Delivery Headers for Split Decision







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


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

INCLUDE FV50XF0V.


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:

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.



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