MCIEQUI SAP (PMIS: PM equipment master) Structure details

Dictionary Type: Structure
Description: PMIS: PM equipment master




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




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

MCIEQUI 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 "PMIS: PM equipment master" 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_MCIEQUI TYPE MCIEQUI.

The MCIEQUI table consists of various fields, each holding specific information or linking keys about PMIS: PM equipment master data available in SAP. These include BEGRU (PMIS: Authorization group for equipment), EQTYP (Equipment category), EQART (Type of Technical Object), INVNR (Inventory number).. 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)


SAP MCIEQUI 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

Key field Non-key field



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

As MCIEQUI 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 MCIEQUI as there is no data to select.

How to access SAP table MCIEQUI

Within an ECC or HANA version of SAP you can also view further information about MCIEQUI 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!