MIEQ0F80 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 MIEQ0F80 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!
ITOB_CHECK_CATEGORY CALL FUNCTION 'ITOB_CHECK_CATEGORY' EXPORTING ITOBTYPE_IMP = ITOB_TYPE-EQUI CATEGORY_IMP = I_EQTYP DIALOG_MODE = 'X' DIALOG_CURSOR = 'RM63E-EQTYP' INIT_MESSAGE_DATA = ' ' READ_TEXT_TABLES = 'X' IMPORTING T370T_EXP = T370T T370U_EXP = T370U EXCEPTIONS EMPTY_KEY = 1 APPLICATION_ERROR = 2 OTHERS = 3.
ITOB_CHECK_FLEET_CATEGORY CALL FUNCTION 'ITOB_CHECK_FLEET_CATEGORY' EXPORTING ITOBTYPE_IMP = ITOB_TYPE-EQUI FLEETCAT_IMP = I_FLEET_CAT OBJCAT_IMP = I_EQTYP DIALOG_CURSOR = 'RM63E-FLEET_CAT' READ_TEXT_TABLES = 'X' IMPORTING NUM_EXP = L_COUNT T370FLT_EXP = T370FLT T370K_T_EXP = T370K_T T370FLT_R_EXP = T370FLT_R EXCEPTIONS EMPTY_KEY = 0 APPLICATION_ERROR = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.