MCQMFEB SAP (Communication Structure: Notification Item) Structure details

Dictionary Type: Structure
Description: Communication Structure: Notification Item




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




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

MCQMFEB 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 "Communication Structure: Notification Item" 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_MCQMFEB TYPE MCQMFEB.

The MCQMFEB table consists of various fields, each holding specific information or linking keys about Communication Structure: Notification Item data available in SAP. These include MANDT (Client), QMNUM (Notification No), FENUM (Item Number in Item Record), ERNAM (Name of Person who Created the 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 MCQMFEB 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
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
MANDTClient MANDTCLNT3T000MANDT
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
FENUMItem Number in Item Record FELFDNUMC4Assigned to domainFELFD
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
FETXTNotification Item Short Text FETXTCHAR40TEXT40
FEKATCatalog Type - Problems/Defects FEKATCHAR1TQ15QKATART
FEGRPCode Group - Problem FEGRPCHAR8QPGRQCODEGRP
FECODProblem or Damage Code FECODCHAR4Assigned to domainQCODE
FEVERVersion Number QVERSNRCHAR6ALPHAQVERSNR
OTKATCatalog Type - Object Parts OTKATCHAR1TQ15QKATART
OTGRPCode Group - Object Parts OTGRPCHAR8QPGRQCODEGRP
OTEILPart of Object OTEILCHAR4Assigned to domainQCODE
OTVERVersion Number QVERSNRCHAR6ALPHAQVERSNR
BAUTLAssembly BAUTLCHAR18MARAMATN1MATNRMAT
EBORTInstallation Point for Subitem EBORTCHAR20TEXT20
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
AEZEITTime of Change AEZEITTIMS6UHRZT
KZORGOriginating Defect KZORGCHAR1QKZ
WDFEHRepetitive Defect WDFEHCHAR1QKZ
FEQKLASDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
FCOAUFNROrder Number (CO Order) for Item QCOAUFNRCHAR12AUFKALPHAAUFNRANR
FMGFRDDefective Quantity for Item (External) QMGFRDQUAN13(3) MENGE
FMGEIGDefective Quantity for Item (Internal) QMGEIGQUAN13(3) MENGE
FMGEINUnit of Measure for Item QMGEINUNIT3T006CUNITMEINS
ANZFEHLERNumber of Defects Found QANZFEHL4INT410QANZAHL4
FEHLBEWDefect Valuation QFEHLBEWFLTP16(16) FLTP
UNITFLBEWUnit for Defect Valuation QUNITFLBEWUNIT3T006CUNITMEINS
FEARTReport Type for Defects Recording QFEARTCHAR8TQ86QFEARTQFE
PNLKNCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
PROBENRSample Number QPROBENRNUMC6QASVQPROBENRQPO
PHYNRPhysical Sample Number QPHYSPRNRCHAR12QPRSALPHAQPHYSPRNRQPN
PRUEFLINRSingle-Unit Number for the Unit to Be Inspected QPRUEFLINRCHAR18ALPHAQSERIALNRQPRFNR
CROBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
ARBPLObject ID of the Work Center LGWIDNUMC8CRIDCR_OBJID
ARBPLWERKPlant for Work Center QARBPWERKSCHAR4T001WWERKSWRK
FENUMORGNumber of Original Item to Which Reference Is Made QFENUMORGNUMC4QFELFD
KZSYSFESystematic Defect QKZSYSFECHAR1QKZ
KZLOESCHDelete Data Record KZLOESCHCHAR1CHAR1
POSNRSort Number for Item QLFDPOSNUMC4QFELFD
HERPOSOrigin of Item Record QMFEHERKCHAR1QMFEHERK
AUTKZData Record Created with Function 'Create with Copy Model' QAUTKZCHAR1QKZ
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
INFNRNumber of Purchasing Info Record INFNRCHAR10EINAALPHAINFNRINFMEIN_C
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
MENGEDefective Quantity for Item (Internal) QMGPOSQUAN13(3) MENGE
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
ZHLPROBLProblem Frequency QZHLPROBLINT410INT4
BFMGFRDExtern. Defective Quantity for Item in Base Units of Measure BQMGFRDQUAN13(3) MENGE
BFMGEIGInternal Defective Quantity for Item in Base Unit of Measure BQMGEIGQUAN13(3) MENGE

Key field Non-key field



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

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

How to access SAP table MCQMFEB

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