MIEQ5F10 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 MIEQ5F10 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!
EQUIPMENT_NUMBER_CHECK CALL FUNCTION 'EQUIPMENT_NUMBER_CHECK' EXPORTING equnr = rm63e-equnr t370t = t370t IMPORTING equnr = rm63e-equnr * condensed = condensed EXCEPTIONS type_not_found = 1 internal_range_not_defined = 2 external_range_not_defined = 3 number_range_not_found = 4 number_range_not_extern = 5 number_not_in_interval = 6 character_invalid = 7 alpha_number_not_allowed = 8 OTHERS = 9.
EQUIPMENT_READ CALL FUNCTION 'EQUIPMENT_READ' EXPORTING equi_no = rm63e-equnr reading_date = sy-datum EXCEPTIONS equi_not_found = 1 equz_not_found = 2 iloa_not_found = 3 eqkt_not_found = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.