MSAM_MO_CONVERSION 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 MSAM_MO_CONVERSION 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.
Title: Include MSAM_MO_CONVERSION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DIMENSIONCHECK_DIMENSIONLESS CALL FUNCTION 'DIMENSIONCHECK_DIMENSIONLESS' EXPORTING meinh = x_unitc_3 EXCEPTIONS dimension_not_dimensionless = 1 t006_entry_missing = 2.
MSAM_MO_MESSAGE_TO_RETURN CALL FUNCTION 'MSAM_MO_MESSAGE_TO_RETURN' TABLES return = return.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = fltp_value unit_out = x_unitc_3 IMPORTING output = x_fltp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MSAM_MO_CONVERSION - Include MSAM_MO_CONVERSION MSADR_O01 - Include MSADR_O01 MSAD0TOP - Address management: Data and Table Definitions MSAD0O10 - documentation and ABAP source code MSAD0I10 - documentation and ABAP source code MSAD0F10 - Address Administration: Subroutines for Address Admin. via Transaction