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

MIEQ0I30 SAP ABAP INCLUDE - PAI Modules for Production Resources/Tools







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


Text pool values


Title: PAI Modules for Production Resources/Tools


INCLUDES used within this REPORT MIEQ0I30

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:

CF_CK_FORMEL CALL FUNCTION 'CF_CK_FORMEL' EXPORTING FORMEL_IMP = EFHM-EWFORM MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_BZOFF CALL FUNCTION 'CF_CK_BZOFF' EXPORTING BZOFF_IMP = EFHM-BZOFFB BZOFF_NOT_INITIAL_IMP = 'X' MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_BZOFF CALL FUNCTION 'CF_CK_BZOFF' EXPORTING BZOFF_IMP = EFHM-BZOFFE BZOFF_NOT_INITIAL_IMP = 'X' MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_EINH_TIME CALL FUNCTION 'CF_CK_EINH_TIME' EXPORTING MEINS_IMP = EFHM-EHOFFB MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU EXCEPTIONS OK_DIMENSION_TIME = 01.

CF_CK_EINH_TIME CALL FUNCTION 'CF_CK_EINH_TIME' EXPORTING MEINS_IMP = EFHM-EHOFFE MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU EXCEPTIONS OK_DIMENSION_TIME = 01.

CF_CK_STEUF CALL FUNCTION 'CF_CK_STEUF' EXPORTING STEUF_IMP = EFHM-STEUF STEUF_NOT_INITIAL_IMP = EFHM-STEUF_REF MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_FGRUP CALL FUNCTION 'CF_CK_FGRUP' EXPORTING FGRUP_IMP = EFHM-FGRU1 MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_FGRUP CALL FUNCTION 'CF_CK_FGRUP' EXPORTING FGRUP_IMP = EFHM-FGRU2 MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_PLANV CALL FUNCTION 'CF_CK_PLANV' EXPORTING PLANV_IMP = EFHM-PLANV PLANV_NOT_INITIAL_IMP = 'X' MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

CF_CK_PLANV_CHANGE CALL FUNCTION 'CF_CK_PLANV_CHANGE' EXPORTING PLANV_NEW_IMP = EFHM-PLANV PLANV_OLD_IMP = *EFHM-PLANV OBJTY_IMP = EFHM-OBJTY OBJID_IMP = EFHM-OBJID MSGTY_IMP = 'E' EXCEPTIONS OK_PLANV_CHANGE = 01 NO_OBJID = 02 NO_OBJTY = 03.

CF_CK_KTSCH CALL FUNCTION 'CF_CK_KTSCH' EXPORTING KTSCH_IMP = EFHM-KTSCH MSGTY_IMP = 'E' SPRAS_IMP = SY-LANGU.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING CUCOL = 0 CUROW = 0 DIMID = YDIMID_TIME DISPLAY = DISPLAY IMPORTING SELECT_UNIT = EFHM-EHOFFB.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING CUCOL = 0 CUROW = 0 DIMID = YDIMID_TIME DISPLAY = DISPLAY IMPORTING SELECT_UNIT = EFHM-EHOFFE.

C_VALID_FORMULA CALL FUNCTION 'C_VALID_FORMULA' EXPORTING VKAPF_IMP = 'X' IMPORTING IDENT_EXP = EFHM-EWFORM.



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