MCIEQ SAP (Equipment master PMIS communication struct.) Structure details

Dictionary Type: Structure
Description: Equipment master PMIS communication struct.




ABAP Code to SELECT data from MCIEQ
Related tables to MCIEQ
Access table MCIEQ




Structure field list including key, data, relationships and ABAP select examples

MCIEQ is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Equipment master PMIS communication struct." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MCIEQ TYPE MCIEQ.

The MCIEQ table consists of various fields, each holding specific information or linking keys about Equipment master PMIS communication struct. data available in SAP. These include EQUNR (Equipment Number), BEGRU (PMIS: Authorization group for equipment), EQTYP (Equipment category), EQART (Type of Technical Object).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MCIEQ structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
BEGRUPMIS: Authorization group for equipment EAUTGCHAR4T370BIAUTG
EQTYPEquipment category EQTYPCHAR1T370TEQTYPEQT
EQARTType of Technical Object EQARTCHAR10T370KEQART
INVNRInventory number INVNRCHAR25INVNR_ANLA
ANSDTAcquisition date ANDTIDATS8DATUM
ELIEFVendor number ELIEFCHAR10LFA1ALPHALIFNR
HERSTManufacturer of asset HERSTCHAR30TEXT30
SERGEManufacturer serial number SERGECHAR30CHAR30
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
GERNRSerial Number GERNRCHAR18GERNRGERNRSER
EQLFNConsecutive numbering of EquipUsagePeriods on same day EQLFNNUMC3NUM03EQL
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
SDATEDate DATUMDATS8DATUM
.INCLU--AP 0
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
KMATNConfigurable Material KMATNCHAR18Assigned to domainMATN1MATNRMAT1
.INCLU--AP 0
J_3GEIGNEROwner J_3GEIGNERCHAR12Assigned to domainJ_3GEIGVERJ_3GEE
J_3GVERWALAdministrator J_3GVERWALCHAR12Assigned to domainJ_3GEIGVERJ_3GEV
J_3GKONDEMaterial Pricing Group KONDMCHAR2T178KONDMVKM
J_3GEIFRIndicator for Own/External Equipment J_3GEIFRCHAR1J_3GEIFR
J_3GEQARTProcurement Type for External Equipment J_3GEQARTCHAR10J_3GEQART
ANSWTAcquisition Value ANSWTCURR13(2) WERT
SNUMEQPMIS: Total number of pieces of equipment SNUMEQDEC9MCZAEHLER

Key field Non-key field



How do I retrieve data from SAP structure MCIEQ using ABAP code?

As MCIEQ is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MCIEQ as there is no data to select.

How to access SAP table MCIEQ

Within an ECC or HANA version of SAP you can also view further information about MCIEQ and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!