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

MIEQ0F01 SAP ABAP INCLUDE - documentation and ABAP source code







MIEQ0F01 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 MIEQ0F01 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 MIEQ0F01. "Basic submit
SUBMIT MIEQ0F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MIEQ0F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MIEQ0F01

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:

ITOB_BUF_NEW * CALL FUNCTION 'ITOB_BUF_NEW' * IMPORTING * E_HANDLE = G_ITOB_HANDLE * EXCEPTIONS * CREATE_FAILED = 1 * OTHERS = 2.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'EQUI' i_rec_old = *equi i_rec_new = equi.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'EQUZ' i_rec_old = *equz i_rec_new = equz.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'ILOA' i_rec_old = *iloa i_rec_new = iloa.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'EQKT' i_rec_old = *eqkt i_rec_new = eqkt.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'EQBS' i_rec_old = *eqbs i_rec_new = eqbs.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'FLEET' i_rec_old = *fleet i_rec_new = fleet.

COMPARE_STRUCTURE_DATA CALL FUNCTION 'COMPARE_STRUCTURE_DATA' EXPORTING i_ddic_name = 'EFHM' i_rec_old = *efhm i_rec_new = efhm.



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 MIEQ0F01 or its description.