OIUME_CHANGE_DOC SAP (Chande document ALV fields) Structure details

Dictionary Type: Structure
Description: Chande document ALV fields




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




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

OIUME_CHANGE_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_CHANGE_DOC TYPE OIUME_CHANGE_DOC.

The OIUME_CHANGE_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), DOCNR (Meas. document number), SRC_DOCYR (Source document year), UMRSL (Conversion Group (Oil, Natural Gas,..)).. 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_CHANGE_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
SRC_DOCNRSource document number OIU_ME_SRC_DOCNRCHAR10ALPHABELNR
UOMGRunit of measure group OIU_ME_UOMGRCHAR3Assigned to domainOIU_ME_UOMGROIU_UOMGR
DOCNRMeas. document number OIU_ME_DOCNRCHAR10ALPHABELNROIU_ME_DOCNR
SRC_DOCYRSource document year OIU_ME_SRC_DOCYRNUMC4GJAHRGJAHR
UMRSLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
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
UDATECreation date of the change document CDDATUMDATS8DATUM
UTIMETime changed CDUZEITTIMS6UZEIT
USERNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
CHNGINDChange type: U,I,E,D CDSHWINDCHAR1XFELD
MRTXSMeas. Reading Short Text OIU_ME_MRTXSCHAR20TXT20
OLD_READINGOld Reading OIU_OLD_READINGCHAR25CHAR25
OLD_RUNITMeas.reading unit OIU_ME_OLD_RUNITUNIT3Assigned to domainCUNITMEINS
OLD_VAL_STATOld Value Status OIU_OLD_VAL_STATCHAR10CHAR10
NEW_READINGNew Value OIU_NEW_READINGCHAR25CHAR25
NEW_RUNITNew Meas.reading unit OIU_ME_NEW_RUNITUNIT3Assigned to domainCUNITMEINS
NEW_VAL_STATNew Value Status OIU_NEW_VAL_STATCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table OIUME_CHANGE_DOC

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