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

SAPMIEQ0 SAP ABAP Report - Equipment







SAPMIEQ0 is a standard Executable ABAP Report 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 SAPMIEQ0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IE31 - Create Fleet Object
IE03 - Display Equipment
IE08 - Create Equipment
IQ04 - Create Material Serial Number
IQ03 - Display Material Serial Number
IE25 - Create Production Resource/Tool
IQ01 - Create Material Serial Number
IQSP - Split software license
IE02 - Change Equipment
IE01 - Create Equipment
IQ02 - Change Material Serial Number


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


Text pool values


Title: Equipment
Text Symbol: WST = Data will be lost
Text Symbol: WSQ = Save first?
Text Symbol: SER = SerialNumber
Text Symbol: D31 = DetailProfile
Text Symbol: D20 = List Entry
Text Symbol: D18 = Manual transaction
Text Symbol: D17 = ConfigReference
Text Symbol: D16 = ConfigReference
Text Symbol: D15 = Configuration
Text Symbol: D14 = Material change
Text Symbol: D13 = Dummy
Text Symbol: D12 = Change of SerNo.
Text Symbol: D11 = SerNo.Detail
Text Symbol: D10 = Initial
Text Symbol: D02 = Vehicle Technology
Text Symbol: D01 = Vehicle ID/Measmnts
Text Symbol: 901 = Owner <-> Administratr
Text Symbol: 900 = ETM
Text Symbol: 020 = Document Types
Text Symbol: 019 = AdditnlData 3
Text Symbol: 018 = AdditnlData 2
Text Symbol: 017 = Address
Text Symbol: 016 = View Selection
Text Symbol: 015 = AdditnlData 1
Text Symbol: 014 = Do you want to cancel?
Text Symbol: 013 = Classification
Text Symbol: 012 = Structure
Text Symbol: 011 = Save first?
Text Symbol: 010 = Data will be lost
Text Symbol: 009 = IS Data
Text Symbol: 008 = Warranty
Text Symbol: 007 = PRT Data
Text Symbol: 006 = Administrative Info.
Text Symbol: 005 = Sales/Distribution
Text Symbol: 004 = Organization
Text Symbol: 003 = Location
Text Symbol: 002 = General Data





Text Symbol: 001 = Initial Screen
Text Symbol: 000 = Other Data


INCLUDES used within this REPORT SAPMIEQ0

INCLUDE MIEQ0TOP.
INCLUDE MIEQ0O00. "ALLGEMEINE INITALISIERUNG
INCLUDE MIEQ0O10. "MODULE EQUI FELDER
INCLUDE MIEQ0O30. "MODULE FERTIGUNGSHILFSMITTEL
INCLUDE MIEQ0O50. "MODULE SERIALNUMMER
INCLUDE MIEQ0O99. "MODULE DATENHERKUNFT
INCLUDE MIEQ0I00. "STEUERUNG/ABLAUF/FELDAUSWAHL
INCLUDE MIEQ0I10. "MODULE EQUI FELDER
INCLUDE MIEQ0I30. "MODULE FHM FELDER
INCLUDE MIEQ0I50. "MODULE FÜR SERIALNUMMER
INCLUDE MIEQ0I99. "MODULE DATENHERKUNFT
INCLUDE MIEQ0F00. "ALLGEMEINE
INCLUDE MIEQ0F10. "PRÜFUNGEN
INCLUDE MIEQ0F50. "FORMS FÜR DIE SERIALNUMMER
INCLUDE MIEQ0F55. "FORMS FÜR DIE CHARGEN/BWARTEN
INCLUDE MIEQ0F69. "FORMS FÜR USER-EXITS
INCLUDE MIEQ0F99. "FORMS DATENHERKUNFT
INCLUDE MIEQ0OIU.
INCLUDE MIEQ0IIU.
INCLUDE MIEQ0F20.
INCLUDE MIEQ0F30.
INCLUDE MIEQ0F68.
INCLUDE MIEQ0F01.
INCLUDE MIEQ0I80.
INCLUDE MIEQ0F80.
INCLUDE MIEQ0O80.
INCLUDE MIEQ0F90.
INCLUDE MIEQ0I70.
INCLUDE MIEQ0F70.
INCLUDE MIEQ0_F01.
INCLUDE MIEQ0_O01.
INCLUDE MIEQ0_I01.
INCLUDE MIEQ0I100.
INCLUDE MIEQ0FTZ.
INCLUDE MIEQ0I110.
INCLUDE EAML_MIEQ0.
INCLUDE EAML_INIT_EQUI.





INCLUDE EAML_MIEQ0_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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