EAML_MAP_MR_SE 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 EAML_MAP_MR_SE 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 EAML_MAP_MR_SE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MEASUREM_DOCUM_RFC_SINGLE_001 CALL FUNCTION 'MEASUREM_DOCUM_RFC_SINGLE_001' EXPORTING measurement_point = ls_msmtrdng-measurement_point reading_date = ls_msmtrdng-reading_date reading_time = ls_msmtrdng-reading_time short_text = ls_msmtrdng-short_text reader = ls_msmtrdng-reader recorded_value = ls_msmtrdng-recorded_value difference_reading = ls_msmtrdng-difference_reading valuation_code = ls_msmtrdng-valuation_code commit_work = '' wait_after_commit = '' * EHP5 EAML linear_data =
* End of EHP5 EAML IMPORTING measurement_document = lv_measurement_reading EXCEPTIONS no_authority = 1 point_not_found = 2 index_not_unique = 3 type_not_found = 4 point_locked = 5 point_inactive = 6 timestamp_in_future = 7 timestamp_duprec = 8 unit_unfit = 9 value_not_fltp = 10 value_overflow = 11 value_unfit = 12 value_missing = 13 code_not_found = 14 notif_type_not_found = 15 notif_prio_not_found = 16 notif_gener_problem = 17 update_failed = 18 OTHERS = 19.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = lv_measurement_reading IMPORTING output = lv_measurement_reading_xi.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EAML_MAP_MR_SE - Include EAML_MAP_MR_SE EAML_MAP_LINEAR_DATA_SE - Include EAML_MAP_LINEAR_DATA_SE EAML_MAP_LINEAR_DATA - Assign EAML data in Installation Point Services EAML_MAP_AND_CHECK_LIN_DATA02 - EAML: mapp installation point linear information to XI EAML_MAP_AND_CHECK_LIN_DATA01 - EAML: mapp installation point linear information to XI EAML_MAP_AND_CHECK_LINEAR_DATA - Assign EAML data in Installation Point Services