ML01AFKD5 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 ML01AFKD5 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!
WAUF_T024W_LESEN CALL FUNCTION 'WAUF_T024W_LESEN' EXPORTING im_werks = upi_fiwrk im_ekorg = upi_ekorg IMPORTING ex_t024w = t024w EXCEPTIONS no_record_found = 01.
WAUF_T001W_LESEN CALL FUNCTION 'WAUF_T001W_LESEN' EXPORTING im_werks = upi_fiwrk IMPORTING ex_t001w = t001w EXCEPTIONS no_valid_input = 1 no_record_found = 2.
WAUF_T001W_LESEN CALL FUNCTION 'WAUF_T001W_LESEN' EXPORTING im_werks = upi_vzwrk IMPORTING ex_t001w = l_t001w.
SD_TRANSFERDATA_DETERMINE CALL FUNCTION 'SD_TRANSFERDATA_DETERMINE' EXPORTING lkunwe = upi_filnr llwerk = upi_vzwrk lmatnr = upi_matnr lspart = l_t001w-spart lvkorg = l_t001w-vkorg lvtweg = l_t001w-vtweg iekpv = l_ekpv vtbfi = l_t001w-vtbfi IMPORTING fekpv = l_ekpv EXCEPTIONS * wichtig: die Zuordnung der Fehler-Nr zur Exception darf nicht geƤndert * werden, da im Langtext der Meldung (-> UVP) auf diese Nummer * Bezug genommen wird kunde_nicht_vorhanden = 01 material_hat_loeschvormerkung = 02 material_nicht_vorhanden = 03 parameter_material_fehlt = 04 parameter_organisation_fehlt = 05 parameter_werk_fehlt = 06 vstel_nicht_bestimmbar = 07 vertrbereich_nicht_bestimmbar = 08.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.