MIEQ0_F01 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 MIEQ0_F01 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!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = I_TABNAME TABLES DD03P_TAB = L_DD03P_TAB.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' EXPORTING I_MOVE_TO_ITOB = ITOB_BOOL-TRUE CHANGING C_ITOB = L_ITOB_REC C_EQUI = L_EQUI_REC C_EQUZ = L_EQUZ_REC C_ILOA = L_ILOA_REC.
SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING EXIT_NAME = I_BADI_NAME EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' EXPORTING I_MOVE_TO_ITOB = I_MOVE_TO_ITOB CHANGING C_ITOB = C_ITOB_REC C_EQUI = C_EQUI_REC C_EQUZ = C_EQUZ_REC C_ILOA = C_ILOA_REC.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' EXPORTING I_MOVE_TO_ITOB = I_MOVE_TO_ITOB CHANGING C_ITOB = C_ITOB_REC C_EQUI = C_EQUI_REC.
ITOB_DATA_INTERNAL_GET CALL FUNCTION 'ITOB_DATA_INTERNAL_GET' CHANGING c_rec_equi = equi c_rec_eqkt = eqkt c_rec_equz = equz c_rec_iloa = iloa.
ITOB_DATA_INTERNAL_SET CALL FUNCTION 'ITOB_DATA_INTERNAL_SET' EXPORTING I_OBJECT_TYPE = OBJECT_TYPE I_ACTIVITY_TYPE = X_XAKTYP I_DELETION_FLAG = IND_LVM I_REC_EQUI = EQUI I_REC_EQKT = EQKT I_REC_EQUZ = EQUZ I_REC_ILOA = ILOA I_REC_T370 = T370 I_REC_RM63E = RM63E.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.