MV45AF0K_KUNDEN_PRUEFEN 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 MV45AF0K_KUNDEN_PRUEFEN 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!
SD_PARTNER_DATA_PUT call function 'SD_PARTNER_DATA_PUT' exporting fic_objecttype = da_objtyp fic_objectkey = da_typeid tables frt_xvbpa = da_xvbpa frt_yvbpa = da_yvbpa frt_xvbuv = da_xvbuv frt_hvbuv = da_hvbuv frt_xvbadr = da_xvbadr frt_yvbadr = da_yvbadr exceptions no_object_specified = 1 others = 2.
SD_PARTNER_SINGLE_MODIFY call function 'SD_PARTNER_SINGLE_MODIFY' exporting fic_objecttype = da_objtyp fic_objectkey = da_typeid fis_sdorgdata = da_sdorgdata fif_pargr = tvak-pargr fif_parvw = 'WE' fif_posnr = '000000' fif_kunnr_old = save-we fif_kunnr_new = kuwev-kunnr importing fev_action_done = da_action_done frf_log_count = da_error_messages exceptions parameter_incomplete = 1 object_not_found = 2 check_error = 3 others = 4.
SD_PARTNER_DATA_GET call function 'SD_PARTNER_DATA_GET' exporting fic_objecttype = da_objtyp fic_objectkey = da_typeid fic_xvbuv_merged = charx fic_hvbuv_merged = charx tables fet_xvbpa = xvbpa fet_yvbpa = yvbpa fet_xvbuv = xvbuv fet_hvbuv = hvbuv fet_xvbadr = xvbadr fet_yvbadr = yvbadr exceptions no_object_specified = 1 no_object_found = 2 merge_failed = 3 others = 4.
VIEW_KNA1 call function 'VIEW_KNA1' exporting kunde = kuagv-kunnr importing anschrift = da_kna1 exceptions no_kna1 = 1 others = 2.
VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = 'VBKD-ZLSCH' EXCEPTIONS ID_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV45AF0K_KUNDEN_PRUEFEN - MV45AF0KKUNDENPRUEFEN MV45AF0K_KUAGV_SELECT_XVBPA - MV45AF0KKUAGVSELECTXVBPA MV45AF0K_KUAGV_SELECT_POSITION - Include LS_TWB_HCON MV45AF0K_KUAGV_SELECT - MV45AF0KKUAGVSELECT MV45AF0K_KUAGV-TXTPA_ERMITTELN - MV45AF0KKUAGV-TXTPAERMITTELN MV45AF0K_KOMV_BEARBEITEN_N46 - MV45AF0KKOMVBEARBEITENN46