/OLC/PMCOEA_OP SAP (Operation Input/output struct for order costs and quantities) Structure details

Dictionary Type: Structure
Description: Operation Input/output struct for order costs and quantities




ABAP Code to SELECT data from /OLC/PMCOEA_OP
Related tables to /OLC/PMCOEA_OP
Access table /OLC/PMCOEA_OP




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

/OLC/PMCOEA_OP 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 "Operation Input/output struct for order costs and quantities" 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_/OLC/PMCOEA_OP TYPE /OLC/PMCOEA_OP.

The /OLC/PMCOEA_OP table consists of various fields, each holding specific information or linking keys about Operation Input/output struct for order costs and quantities data available in SAP. These include OBJWAER (Currency Key), KRKWAER (Controlling area currency), ANLWAER (Key for the currency in which the analysis is carried out), OWAERD (Indicator: Display of values in object currency).. 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 /OLC/PMCOEA_OP 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
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OBJWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
KRKWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
ANLWAERKey for the currency in which the analysis is carried out MCAWAER1CUKY5Assigned to domainWAERS
OWAERDIndicator: Display of values in object currency OWAER_DISPCHAR1XFELD
KWAERDIndicator: Display of values in controlling area currency KWAER_DISPCHAR1XFELD
AWAERDIndicator for displaying the values in the analysis currency AWAER_DISPCHAR1XFELD
ORDERCOSTSEstimated total costs of order AUFUSER4CURR11(2) AUFUSER4
ORDERWAERSOrder Currency AUFWAERSCUKY5Assigned to domainWAERS
IGESAMTActual sum of maintenance order (costs - revenues) DPMISTVALCURR15(2) WERTV8
PGESAMTPlan sum of maintenance order (costs - revenues) DPMPLANVALCURR15(2) WERTV8
SGESAMTEstimated total of maintenance order (costs - revenue) DPMESTVALCURR15(2) WERTV8
IKOSTENTotal(actual) maintenance costs DGESKOSISTCURR15(2) WERTV8
PKOSTENTotal plant maintenance costs (planned) DGESKOPLANCURR15(2) WERTV8
SKOSTENTotal maintenance costs (estimated) DGESKOSSCHCURR15(2) WERTV8
IERTRAGTotal plant maintenance revenues (actual) DGESERTRAGCURR15(2) WERTV8
PERTRAGTotal (planned) maintenance revenues DGPLERTRAGCURR15(2) WERTV8
SERTRAGTotal maintenance revenue (estimated) DGESERTSCHCURR15(2) WERTV8
SELKNZSelection indicator FLG_SELCHAR1XFELD
ACPOSValue category ACPOSCHAR14TPIR1ACPOS
KAGTXText (30 Characters) TEXT30CHAR30TEXT30
IKOSTENKGRMaintenance Costs (Actual) by Value Category DKGRKOSISTCURR15(2) WERTV8
PKOSTENKGRMaintenance Costs (Planned) by Value Category DKGRKOPLANCURR15(2) WERTV8
SKOSTENKGRMaintenance Costs (Estimated) by Value Category DKGRKOSSCHCURR15(2) WERTV8
IERTRAGKGRMaintenance revenue (actual) by value category DKGRISTERTCURR15(2) WERTV8
PERTRAGKGRMaintenance revenue (planned) by value category DKGRPLNERTCURR15(2) WERTV8
SERTRAGKGRMaintenance revenue (estimated) by value category DKGRSCHERTCURR15(2) WERTV8
PRFKNZIndicator: Cost element group belongs to cost profile PMCO_PROFCHAR1XFELD
LISKNZIndicator: Cost element group is relevant for key figures PMIS_KNZCHAR1XFELD
KENNZKey figure: cost of the maintenance order (PMIS) PM_KENNZCHAR10TPMKPM_KENNZ
KNZTXText (20 Characters) TEXT20CHAR20TEXT20
KENWRTGESTotal actual value of a key figure DKENNZGESICURR15(2) WERTV8
KENWRTKGRActual value of a key figure by cost element group DKENNZWRTICURR15(2) WERTV8
DISP_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
BMTTXAccounting Indicator Description BEMOT_TXTCHAR25TEXT25
IMENGENTotal maintenance quantities (actual) DGESMENISTQUAN15(3) MENGV8
PMENGENTotal maintenance quantities (planned) DGESMENPLNQUAN15(3) MENGV8
SMENGENTotal maintenance quantities (estimated) DGESMENSCHQUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
IMENGEKGRQuantity (actual) per value category DKGRMNGISTQUAN15(3) MENGV8
PMENGEKGRQuantity (planned) per value category DKGRMNPLANQUAN15(3) MENGV8
SMENGEKGRQuantity (estimated) per value category DKGRMNGSCHQUAN15(3) MENGV8
IBETRAGKGRAmount (actual) per value category DKGRBTRISTCURR15(2) WERTV8
PBETRAGKGRAmount (planned) per value category DKGRBTPLANCURR15(2) WERTV8
SBETRAGKGRAmount (estimated) per value category DKGRBTRSCHCURR15(2) WERTV8
IKOSTEN_OPTotal(actual) maintenance costs DGESKOSISTCURR15(2) WERTV8
PKOSTEN_OPTotal plant maintenance costs (planned) DGESKOPLANCURR15(2) WERTV8
SKOSTEN_OPTotal maintenance costs (estimated) DGESKOSSCHCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure /OLC/PMCOEA_OP using ABAP code?

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

How to access SAP table /OLC/PMCOEA_OP

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