ALM_ME_MEASUREM_DOCUMENT_LIST SAP (Measurement Document List) Structure details

Dictionary Type: Structure
Description: Measurement Document List




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




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

ALM_ME_MEASUREM_DOCUMENT_LIST 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 "Measurement Document List" 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_ALM_ME_MEASUREM_DOCUMENT_LIST TYPE ALM_ME_MEASUREM_DOCUMENT_LIST.

The ALM_ME_MEASUREM_DOCUMENT_LIST table consists of various fields, each holding specific information or linking keys about Measurement Document List data available in SAP. These include MEASPOINT (Measuring Point), MEASDATE (Date of the Measurement), TIME (Time of Measurement), INVTIMEST (Inverted Time Stamp: 99.999.999.999 - Seconds AD).. 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: Cannot Be Enhanced


SAP ALM_ME_MEASUREM_DOCUMENT_LIST 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
MEASDOCMeasurement Document IMRC_MDOCMCHAR20Assigned to domainALPHAIMRC_MDOCMIMDIMRM
MEASPOINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MEASDATEDate of the Measurement IMRC_IDATEDATS8DATUM
TIMETime of Measurement IMRC_ITIMETIMS6UZEIT
INVTIMESTInverted Time Stamp: 99.999.999.999 - Seconds AD IMRC_INVTSNUMC11NUMC11
CTRRDGDOCIndicator: Counter Reading Document IMRC_CNTRGCHAR1X
TEXTMeasurement Document Text IMRC_MDTXTCHAR40TEXT40
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
LONG_TEXTIndicator: Long text exists ILOM_KZLTXCHAR1X
READ_BYPerson who Took the Measurement Reading IMRC_READRCHAR12USNAM
CREATE_DATEDate on which the object was created ICRDTDATS8DATUM
CREATE_TIMETime at which the object was created ICRTMTIMS6UZEIT
CREATE_NAMEName of User Who Created the Object ICRNACHAR12USNAM
CHANGE_DATEDate on which the object was last changed IUPDTDATS8DATUM
CHANGE_NAMEName of the user who last changed the object IUPNACHAR12USNAM
DELETFLAGDeletion Flag for 1-Level Deletion Logic IMRC_DEL1CHAR1IMRC_DEL1
ORIGINOrigin Indicator IMRC_GENERCHAR1IMRC_GENER
INSPLOTInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
CHARACTERISTICInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
DETAILERGDevelopment reserve: Format NUMC, length 8 RESERVE_NUMC_008NUMC8NUMC8
ORIGDOCSource Document for Measurement Reading Transfer IMRC_ROOTDCHAR20Assigned to domainALPHAIMRC_MDOCMIMRM
TYPECIM Resource Object Type for Production Resources/Tools IMRC_TOLTYCHAR2CR_OBJTY
PRTProduction Resource/Tool Object ID IMRC_TOLIDNUMC8Assigned to domainCR_OBJID
OPOBJNOObject Number of Order IMRC_WOOBJCHAR22Assigned to domainJ_OBJNRONR
AFTER_TASKIndicator: MeasDoc. Created After Associated Task IMRC_DOCAFCHAR1X
MEASRDG_SIMeasurement Reading/Total Counter Reading in SI Unit IMRC_READGFLTP16(16) IMRC_FLTPS
CONTVALUE_MEASRDG_SIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MEASRDG_ENTRYUNITMeasurement Reading in Unit of Entry IMRC_RECDVFLTP16(16) IMRC_FLTPS
CONTVALUE_MEASRDG_ENTRYUNITIndicator: Associated Number Field Contains a Value IVALUCHAR1X
DOCMEASUNITUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
DOCMEASUNIT_ISOUnit of measure for display in ISO code MEINH_ISOCHAR3Assigned to domainISOCD_UNIT
CNTRRDGCounter Reading in SI Unit IMRC_CNTRRFLTP16(16) IMRC_FLTPS
CONTVALUE_CNTRRDGIndicator: Associated Number Field Contains a Value IVALUCHAR1X
DIFF_CNTRRDGCounter Reading Difference in SI Unit IMRC_CDIFFFLTP16(16) IMRC_FLTPS
CONTVALUE_DIFF_CNTRRDGIndicator: Associated Number Field Contains a Value IVALUCHAR1X
DIFF_CONTVALUEIndicator: Counter Reading Entered as Difference IMRC_IDIFFCHAR1X
CNTRREPLCDIndicator: Counter Replaced IMRC_EXCHGCHAR1X
EXTIndicator: Total Counter Reading Set Externally IMRC_TOTEXCHAR1X
CATLGTYPECatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1Assigned to domainQKATART
CODEGRPCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8Assigned to domainQCODEGRP
VALCODEValuation Code IMRC_VLCODCHAR4Assigned to domainQCODE
VERSIONVersion Number QVERSNRCHAR6ALPHAQVERSNR
PROCSTATUSProcessing Status IMRC_PRESTCHAR1IMRC_PREST
REVERSEReversal Indicator IMRC_CANCLCHAR1X
OPOBJNUMBObject Number of Order Operation/Confirmation Counter etc. IMRC_WOOB1CHAR22Assigned to domainJ_OBJNRONR
PARTSAMPLENumber of the Partial Sample QSTIPRONRNUMC6Assigned to domainQPROBENR
EVALUATIONInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG

Key field Non-key field



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

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

How to access SAP table ALM_ME_MEASUREM_DOCUMENT_LIST

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