PMCOQT SAP (Quantity structure for the maintenance order) Table details

Dictionary Type: Table
Description: Quantity structure for the maintenance order




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




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

PMCOQT is a standard SAP Table which is used to store Quantity structure for the maintenance order data and is available within R/3 SAP systems depending on the version and release level.

The PMCOQT table consists of various fields, each holding specific information or linking keys about Quantity structure for the maintenance order data available in SAP. These include OBJNR (Object number), COCUR (Currency), BELTP (Debit type), WRTTP (Value Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PMCOQT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJNRObject number BP_OBJEKTCHAR22Assigned to domainJ_OBJNR
COCURCurrency BP_WAERSCUKY5Assigned to domainWAERSFWS
BELTPDebit type BP_INOUTNUMC1BP_INOUT
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ACPOSValue category ACPOSCHAR14Assigned to domainACPOS
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
PERBLPeriod block PERBLNUMC3PERBLVPE
VORGABudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
ABKATCategory for Variance/Results Analysis ABKATNUMC2ABKATABKAT
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
MENTPQuantity Type MENTPCHAR1GRTYP
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
MEG000Total Quantity MEGXXXQUAN15(3) MENGV8
MEG001Total Quantity MEGXXXQUAN15(3) MENGV8
MEG002Total Quantity MEGXXXQUAN15(3) MENGV8
MEG003Total Quantity MEGXXXQUAN15(3) MENGV8
MEG004Total Quantity MEGXXXQUAN15(3) MENGV8
MEG005Total Quantity MEGXXXQUAN15(3) MENGV8
MEG006Total Quantity MEGXXXQUAN15(3) MENGV8
MEG007Total Quantity MEGXXXQUAN15(3) MENGV8
MEG008Total Quantity MEGXXXQUAN15(3) MENGV8
MEG009Total Quantity MEGXXXQUAN15(3) MENGV8
MEG010Total Quantity MEGXXXQUAN15(3) MENGV8
MEG011Total Quantity MEGXXXQUAN15(3) MENGV8
MEG012Total Quantity MEGXXXQUAN15(3) MENGV8
MEG013Total Quantity MEGXXXQUAN15(3) MENGV8
MEG014Total Quantity MEGXXXQUAN15(3) MENGV8
MEG015Total Quantity MEGXXXQUAN15(3) MENGV8
MEG016Total Quantity MEGXXXQUAN15(3) MENGV8
MUV000Quantities Incomplete MUVXXCHAR1XFELD
MUV001Quantities Incomplete MUVXXCHAR1XFELD
MUV002Quantities Incomplete MUVXXCHAR1XFELD
MUV003Quantities Incomplete MUVXXCHAR1XFELD
MUV004Quantities Incomplete MUVXXCHAR1XFELD
MUV005Quantities Incomplete MUVXXCHAR1XFELD
MUV006Quantities Incomplete MUVXXCHAR1XFELD
MUV007Quantities Incomplete MUVXXCHAR1XFELD
MUV008Quantities Incomplete MUVXXCHAR1XFELD
MUV009Quantities Incomplete MUVXXCHAR1XFELD
MUV010Quantities Incomplete MUVXXCHAR1XFELD
MUV011Quantities Incomplete MUVXXCHAR1XFELD
MUV012Quantities Incomplete MUVXXCHAR1XFELD
MUV013Quantities Incomplete MUVXXCHAR1XFELD
MUV014Quantities Incomplete MUVXXCHAR1XFELD
MUV015Quantities Incomplete MUVXXCHAR1XFELD
MUV016Quantities Incomplete MUVXXCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table PMCOQT using ABAP code

The following ABAP code Example will allow you to do a basic selection on PMCOQT to SELECT all data from the table
DATA: WA_PMCOQT TYPE PMCOQT.

SELECT SINGLE *
FROM PMCOQT
INTO CORRESPONDING FIELDS OF WA_PMCOQT
WHERE...

How to access SAP table PMCOQT

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