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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50AF0K_KUWEV_SELECT_DELIVERY - MV50AF0KKUWEVSELECTDELIVERY MV50AF0K_KORR_XLIPSREF_LSMENG - MV50AF0KKORRXLIPSREFLSMENG MV50AF0K_KORR_VORGAENGER_LSMEN - MV50AF0KKORRVORGAENGERLSMEN MV50AF0K_KORR_UVBAP_AUFBAUEN - MV50AF0KKORRUVBAPAUFBAUEN MV50AF0K_KORR_MENGE_SETZEN - MV50AF0KKORRMENGESETZEN MV50AF0K_KORR_MENGEN_KOMPLETT - MV50AF0KKORRMENGENKOMPLETT