OIU_ME_CNTNR SAP (General measurement container) Table details

Dictionary Type: Table
Description: General measurement container




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




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

OIU_ME_CNTNR is a standard SAP Table which is used to store General measurement container data and is available within R/3 SAP systems depending on the version and release level.

The OIU_ME_CNTNR table consists of various fields, each holding specific information or linking keys about General measurement container data available in SAP. These include MCNUM (Measurement container number), MCCTG (Measurement container category), KOKRS (Controlling Area), KOSTL (Cost Center).. 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)


SAP OIU_ME_CNTNR 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
MCNUMMeasurement container number OIU_ME_MCNUMCHAR10ALPHAOIU_ME_MCNUMOIU_MCNUM
MCCTGMeasurement container category OIU_ME_MCCTGCHAR2OIU_ME_MCCATALPHAOIU_ME_MCCTGOIU_MCCTG
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
ETYPEEquity type JV_ETYPECHAR3Assigned to domainALPHAJV_ETYPE
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
OBJNRMeasurement object number OIU_ME_OBJNRCHAR10ALPHAOIU_ME_OBJNROIU_MEOBJ
MCTXSMeasurement container label OIU_ME_MCTXSCHAR20TXT20
MCTXLMeasurement container description OIU_ME_MCTXLCHAR50TXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_ME_CNTNR
INTO CORRESPONDING FIELDS OF WA_OIU_ME_CNTNR
WHERE...

How to access SAP table OIU_ME_CNTNR

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