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

MV50AF0K_KUWEV_SELECT_DELIVERY SAP ABAP INCLUDE - MV50AF0KKUWEVSELECTDELIVERY







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

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:

VIEW_KUWEV_DELIVERY CALL FUNCTION 'VIEW_KUWEV_DELIVERY' EXPORTING comwa = vtcom IMPORTING wewa = kuwev TABLES tknvi = kvi xsadr = xvbadr xvbpa = xvbpa EXCEPTIONS no_authorization = 1 no_address = 2 OTHERS = 3.

SD_PARTNER_DATA_PUT CALL FUNCTION 'SD_PARTNER_DATA_PUT' "#EC ENHOK EXPORTING fic_objecttype = 'LIKP' fic_objectkey = lf_objectkey TABLES frt_xvbpa = xvbpa frt_xvbuv = xvbuv frt_xvbadr = xvbadr EXCEPTIONS no_object_specified = 1 no_object_creation_possible = 2 OTHERS = 3.

SD_PARTNER_DOC_COMPLETE_CHECK CALL FUNCTION 'SD_PARTNER_DOC_COMPLETE_CHECK' EXPORTING fic_objecttype = 'LIKP' fic_objectkey = lf_objectkey fif_check_all = 'X' EXCEPTIONS object_not_found = 1 parameter_incomplete = 2 OTHERS = 3.

SD_PARTNER_DATA_GET CALL FUNCTION 'SD_PARTNER_DATA_GET' EXPORTING fic_objecttype = 'LIKP' fic_objectkey = lf_objectkey fic_xvbuv_merged = 'X' TABLES fet_xvbuv = xvbuv fet_xvbpa = xvbpa EXCEPTIONS no_object_specified = 1 no_object_found = 2 merge_failed = 3 OTHERS = 4.

FT_SLS_PARTNER_ADDR_MEM_FILL CALL FUNCTION 'FT_SLS_PARTNER_ADDR_MEM_FILL' TABLES i_t_vbpavb_partner_new = xvbpa i_t_sadrvb_address_new = xvbadr.

VIEW_XVBPA_FILL CALL FUNCTION 'VIEW_XVBPA_FILL' EXPORTING comwa = vtcom cpd_dialog = space IMPORTING pawa = kupav TABLES xsadr = xvbadr xvbpa = xvbpa EXCEPTIONS error_message = 99 "v_n_643279 no_kna1 = 04 no_lfa1 = 08 no_knvk = 08 no_pernr = 08.

KOPIERTE_PARTNER_PRUEFEN CALL FUNCTION 'KOPIERTE_PARTNER_PRUEFEN' EXPORTING partnergruppe = tvlk-pargr position = posnr_low referenz_beleg = likp-vbeln verkaufsorganisation = likp-vkorg vertriebsweg = rv50a-vtweg sparte = rv50a-spart knref_nachlesen = space rolle_fuer_nachlesen_knvp = 'WE' * no_dialog = v50agl-sammelgang "n_558876 no_dialog = v50agl-no_partner_dialog"628005 TABLES tabelle_xvbpa = xvbpa vbuv_tab = xvbuv EXCEPTIONS "v_n_643279 error_message = 99 .

SD_PARTNER_ABLAD_SELECTION CALL FUNCTION 'SD_PARTNER_ABLAD_SELECTION' EXPORTING fif_kunnr = vtcom-kunnr fif_no_dialog = 'X' IMPORTING fes_knva = ls_knva EXCEPTIONS error_message = 99 "v_n_643279 no_unloading_point = 1 no_selection_done = 2 OTHERS = 3.

VIEW_KUWEV CALL FUNCTION 'VIEW_KUWEV' EXPORTING comwa = vtcom manual_address = 'X' IMPORTING wewa = kuwev EXCEPTIONS error_message = 99 "n_643279 no_kna1 = 4 no_knva = 8 no_knvi = 8 no_knvs = 8 no_knvv = 8 no_tpakd = 8 no_address = 8 OTHERS = 8.



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