MM08RFOI_ADJUST_FACTOR_QUANTIT 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 MM08RFOI_ADJUST_FACTOR_QUANTIT 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!
MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' "SODK002906 MMU EXPORTING "SODK002906 MMU ERFME = MSEG-ERFME "SODK002906 MMU ERFMG = MSEG-ERFMG "SODK002906 MMU MATNR = MSEG-MATNR "SODK002906 MMU IMPORTING "SODK002906 MMU * o_erfme = * o_erfmg = * o_meins = O_MENGE = LOC_MENGE "SODK002906 MMU * O_UMREN = * O_UMREZ = EXCEPTIONS "SODK002906 MMU CONVERSION_NOT_FOUND = 1 "SODK002906 MMU DIFFERENT_DIMENSION = 2 "SODK002906 MMU DIVISION_BY_ZERO = 3 "SODK002906 MMU OVERFLOW = 4 "SODK002906 MMU T006D_ENTRY_MISSING = 5 "SODK002906 MMU T006_ENTRY_MISSING = 6 "SODK002906 MMU OTHERS = 7. "SODK002906 MMU
MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' "SODK002906 MMU EXPORTING "SODK002906 MMU ERFME = MSEG-BSTME "SODK002906 MMU * erfmg = MATNR = MSEG-MATNR "SODK002906 MMU * meins = MENGE = LOC_MENGE "SODK002906 MMU * UMREN = 1 * UMREZ = 0 IMPORTING "SODK002906 MMU * O_ERFME = O_ERFMG = LOC_MENGE "SODK002906 MMU * O_MEINS = * O_MENGE = * O_UMREN = * O_UMREZ = EXCEPTIONS "SODK002906 MMU CONVERSION_NOT_FOUND = 1 "SODK002906 MMU DIFFERENT_DIMENSION = 2 "SODK002906 MMU DIVISION_BY_ZERO = 3 "SODK002906 MMU OVERFLOW = 4 "SODK002906 MMU T006D_ENTRY_MISSING = 5 "SODK002906 MMU T006_ENTRY_MISSING = 6 "SODK002906 MMU OTHERS = 7. "SODK002906 MMU
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.