OIUME_MEAS_DOC SAP (Chande document ALV fields) Structure details

Dictionary Type: Structure
Description: Chande document ALV fields




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




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

OIUME_MEAS_DOC 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 "Chande document ALV fields" 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_OIUME_MEAS_DOC TYPE OIUME_MEAS_DOC.

The OIUME_MEAS_DOC table consists of various fields, each holding specific information or linking keys about Chande document ALV fields data available in SAP. These include UOMGR (unit of measure group), DOCYR (Meas. document year), METYP (Measurement Type), MTTXT (Measurement type text).. 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)


SAP OIUME_MEAS_DOC 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
DOCNRMeas. document number OIU_ME_DOCNRCHAR10ALPHABELNROIU_ME_DOCNR
UOMGRunit of measure group OIU_ME_UOMGRCHAR3Assigned to domainOIU_ME_UOMGROIU_UOMGR
DOCYRMeas. document year OIU_ME_DOCYRNUMC4GJAHRGJAHROIU_ME_DOCYR
METYPMeasurement Type OIU_ME_METYPCHAR10Assigned to domainALPHAOIU_ME_METYPOIU_METYP
MTTXTMeasurement type text OIU_ME_METYP_TXCHAR40TXT40
MEAPDMeasurement period OIU_ME_MEAPDNUMC2MONAT
MSCTXMeasurement Source Text OIU_ME_MSCTXCHAR30TXT30
SRCKYMeasurement source key OIU_ME_SRCKYCHAR20OIU_ME_SRCKY
SRC_DOCNRSource document number OIU_ME_SRC_DOCNRCHAR10ALPHABELNR
SRC_DOCYRSource document year OIU_ME_SRC_DOCYRNUMC4GJAHRGJAHR
RDGIDMeasurement Reading Identifier OIU_ME_RDGIDCHAR4Assigned to domainALPHAOIU_ME_RDGID
MRTXSMeas. Reading Short Text OIU_ME_MRTXSCHAR20TXT20
READINGReading OIU_READINGCHAR25CHAR25
MSEHTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
XVOBSFlag: Observed value OIU_ME_XVOBSCHAR1TEXT01
XNVALFlag: Null value OIU_ME_XNVALCHAR1TEXT01
REFMTReading type format OIU_ME_REFMTCHAR1OIU_ME_REFMT

Key field Non-key field



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

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

How to access SAP table OIUME_MEAS_DOC

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