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

MV50AF0D SAP ABAP INCLUDE - Include LV50R_VIEWF58







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

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:

CUABUFFER_READ call function 'CUABUFFER_READ' exporting function = ds_fcode importing l_text = cua_long exceptions others = 01.

SHP_DLFLD_GET_COMPLETE call function 'SHP_DLFLD_GET_COMPLETE' exporting it_dlfld_key = lt_dlfld_key tables ct_dlfld = ct_dlfld.

SD_VBLB_SELECT call function 'SD_VBLB_SELECT' exporting i_document_number = if_vgbel i_item_number = if_vgpos i_type = if_abart importing e_vblb = lf_vblbvb.

ND_EXITS_ACTIVE_CHECK call function 'ND_EXITS_ACTIVE_CHECK' exceptions exits_not_active = 1 others = 2.

SD_TZONE_CUSTOBJECT call function 'SD_TZONE_CUSTOBJECT' exporting adrnr = xvbpa-adrnr country = kuwev-land1 region = kuwev-regio changing timezone = lf_tzone_we exceptions invalid_parameters = 0 missing_parameters = 0 others = 0.

SD_TZONE_CUSTOBJECT call function 'SD_TZONE_CUSTOBJECT' exporting country = tvst-aland adrnr = tvst-adrnr changing timezone = lf_tzone_sp exceptions invalid_parameters = 0 missing_parameters = 0 others = 0.

ME_CONFIRMATION_DELIVERY_TYPE call function 'ME_CONFIRMATION_DELIVERY_TYPE' exporting i_func = '1' iv_sit = lv_sit_flag "n_^_1576541 changing c_ibtyp = lf_ibtyp c_lfart = likp-lfart exceptions function_not_valid = 1 param_value_missing = 2 no_item_found = 3.

ME_CONFIRMATION_READ_AVIS call function 'ME_CONFIRMATION_READ_AVIS' exporting ldate = likp-lfdat tables t_kom = lt_komdlgn t_wueb = lt_wueb errors = lt_errors.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting defaultoption = '2' textline1 = lf_textline1 textline2 = lf_textline2 text_option1 = text-094 "Delete" text_option2 = text-095 "Error log" icon_text_option1 = '@11@' "ICON_DELETE icon_text_option2 = '@DR@' "ICON_ERROR_PROTOCOL titel = text-096 "Delete items" cancel_display = 'X' importing answer = lf_answer.

RV_MESSAGES_DELETE call function 'RV_MESSAGES_DELETE' exporting msg_objky = xobjky msg_objky_to = xobjky_to delete_all_status = 'X'.

SD_DEADLINE_DELETE call function 'SD_DEADLINE_DELETE' exporting deadline_no_in = likp-ternr exceptions "v_n_568823 not_found = 0 delete_error = 0 others = 0. "^_n_568823

W_APPOINTMENT_SN_DELETE call function 'W_APPOINTMENT_SN_DELETE' exporting i_vbeln = likp-vbeln i_vbtyp = likp-vbtyp exceptions others = 0.

RV_XVBFA_MAINTAIN call function 'RV_XVBFA_MAINTAIN' exporting fvbfa = ls_vbfa f_vorgang = 'L' i_do_not_rebuild_vbapf = 'X' tables fxvbfa = xvbfa fyvbfa = yvbfa.

RV_XVBAPF_CREATE call function 'RV_XVBAPF_CREATE' exporting vbeln = -vbeln i_call_from_del = charx "n_1779473 tables fxvbapf = lt_xvbapf_uepos fxvbfa = lt_xvbfa_uepos.

RV_XVBUP_MAINTAIN call function 'RV_XVBUP_MAINTAIN' exporting f_posnr = -uepos f_vbeln = -vbeln f_xvbap_sortiert = space f_xvbuv_beruecksichtigen = space tables fxvbap = xvbap fxvbapf = lt_xvbapf_uepos fxvbep = lt_xvbep fxvbup = lt_xvbup_uepos fxvbuv = lt_xvbuv fyvbup = lt_yvbup.

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING it_delivery_keys = lt_inb_key is_data = ls_data CHANGING cx_deliveries = ct_inb_dlv EXCEPTIONS no_item_selected = 1 selected_item_enqueued = 2 no_key_specified = 3 OTHERS = 4.



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