MV50AF0M 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 MV50AF0M 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!
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = MSEG-ERFMG KZMEINH = 'X' MATNR = LIPS-MATNR MEINH = MSEG-ERFME MEINS = MSEG-MEINS IMPORTING OUTPUT = MSEG-MENGE EXCEPTIONS CONVERSION_NOT_FOUND = 01 INPUT_INVALID = 02 MATERIAL_NOT_FOUND = 03 MEINH_NOT_FOUND = 04 MEINS_MISSING = 05 NO_MEINH = 06 OUTPUT_INVALID = 07 OVERFLOW = 08.
MB_MPN_CHANGE_READ_DATA CALL FUNCTION 'MB_MPN_CHANGE_READ_DATA' EXPORTING O_EMATN = *LIPS-EMATN MATNR = LIPS-MATNR N_EMATN = LIPS-EMATN WERKS = LIPS-WERKS MPROF = LIPS-MPROF * revlv = * importing * mfrnr = * mfrpn = * emnfr = * txz01 = lips-arktx EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50AF0M - Include LV50RF03 MV50AF0L - documentation and ABAP source code MV50AF0K_KUWEV_SELECT_DELIVERY - MV50AF0KKUWEVSELECTDELIVERY MV50AF0K_KORR_XLIPSREF_LSMENG - MV50AF0KKORRXLIPSREFLSMENG MV50AF0K_KORR_VORGAENGER_LSMEN - MV50AF0KKORRVORGAENGERLSMEN MV50AF0K_KORR_UVBAP_AUFBAUEN - MV50AF0KKORRUVBAPAUFBAUEN