MSAM10_MEAS_DOC SAP (MSAM Measurement document structure) Structure details

Dictionary Type: Structure
Description: MSAM Measurement document structure




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




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

MSAM10_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 "MSAM Measurement document structure" 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_MSAM10_MEAS_DOC TYPE MSAM10_MEAS_DOC.

The MSAM10_MEAS_DOC table consists of various fields, each holding specific information or linking keys about MSAM Measurement document structure data available in SAP. These include CNTRG (Indicator: Counter Reading Document), CNTRR_CHAR (Measurement Reading), CNTRR_DIFF (Indicator: Counter Reading Entered as Difference), CODCT (Catalog Type - Measurement Reading Valuation Code).. 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 MSAM10_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
CHECK_CUSTOM_DUPRECYes/No (X/ ) OAXCHAR1X
CNTRGIndicator: Counter Reading Document IMRC_CNTRGCHAR1X
CNTRR_CHARMeasurement Reading IMRC_READCCHAR22FLTP_INOUT
CNTRR_DIFFIndicator: Counter Reading Entered as Difference IMRC_IDIFFCHAR1X
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1Assigned to domainQKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8Assigned to domainQCODEGRP
CODE_VERSIONVersion Number QVERSNRCHAR6ALPHAQVERSNR
CREATE_NOTIFICATIONYes/No (X/ ) OAXCHAR1X
ENHANCEMENT_FLAGEnhancement for This Object Active ALM_ME_ENHANCEMENT_FLAGCHAR1CHAR01
ERDATDate on which the object was created ICRDTDATS8DATUM
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
ERUHRTime at which the object was created ICRTMTIMS6UZEIT
READING_DATEDate of the Measurement IMRC_IDATEDATS8DATUM
READING_TIMETime of Measurement IMRC_ITIMETIMS6UZEIT
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
DOCUMENTMeasurement Document IMRC_MDOCMCHAR20Assigned to domainALPHAIMRC_MDOCMIMDIMRM
SHORT_TEXTMeasurement Document Text IMRC_MDTXTCHAR40TEXT40
MLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NOTIFICATION_PRIOPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
NOTIFICATION_TYPENotification Type QMARTCHAR2Assigned to domainQMARTQMR
MEASUREMENT_POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
READG_CHARMeasurement Reading IMRC_READCCHAR22FLTP_INOUT
READERPerson who Took the Measurement Reading IMRC_READRCHAR12USNAM
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
RECDV_CHARMeasurement Reading IMRC_READCCHAR22FLTP_INOUT
RECORDED_UNITUnit of Measurement for Document Entry IMRC_UNITRCHAR6Assigned to domainLUNITMSEC6
RECORDED_VALUEMeasurement Reading in Unit of Entry IMRC_RECDCCHAR22FLTP_INOUT
SECONDARY_INDEXPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
VALUATION_CODEValuation Code IMRC_VLCODCHAR4Assigned to domainQCODE

Key field Non-key field



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

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

How to access SAP table MSAM10_MEAS_DOC

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