SAP Reports / Programs | Plant Maintenance | Technical Objects(PM-EQM) SAP PM

EAML_MAP_MR_SE SAP ABAP INCLUDE - Include EAML_MAP_MR_SE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EAML_MAP_MR_SE. "Basic submit
SUBMIT EAML_MAP_MR_SE AND RETURN. "Return to original report after report execution complete
SUBMIT EAML_MAP_MR_SE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include EAML_MAP_MR_SE


INCLUDES used within this REPORT EAML_MAP_MR_SE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EAML_MAP_MR_SE or its description.