PMCO_OP SAP (Cost structure of maintenance order) Table details

Dictionary Type: Table
Description: Cost structure of maintenance order




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




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

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

The PMCO_OP table consists of various fields, each holding specific information or linking keys about Cost structure of 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 PMCO_OP 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
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
ABKATCategory for Variance/Results Analysis ABKATNUMC2ABKATABKAT
WRT00Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT01Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT02Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT03Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT04Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT05Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT06Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT07Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT08Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT09Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT10Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT11Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT12Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT13Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT14Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT15Period value in ledger currency BP_WPLCURR15(2) WERTV8
WRT16Period value in ledger currency BP_WPLCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM PMCO_OP
INTO CORRESPONDING FIELDS OF WA_PMCO_OP
WHERE...

How to access SAP table PMCO_OP

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