COCF_S_MEAS_DOC SAP (Measurement Documents) Structure details

Dictionary Type: Structure
Description: Measurement Documents




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




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

COCF_S_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 "Measurement Documents" 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_COCF_S_MEAS_DOC TYPE COCF_S_MEAS_DOC.

The COCF_S_MEAS_DOC table consists of various fields, each holding specific information or linking keys about Measurement Documents data available in SAP. These include MPOBJ (Object Number for the Measuring Point Object), PSORT (Position Number of the Object Measuring Point (Sort Field)), LOCAS (Assembly for Localization of Measuring Point), ATINN (Internal characteristic).. 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 (Deep)


SAP COCF_S_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
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MPOBJObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
PSORTPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
LOCASAssembly for Localization of Measuring Point IMRC_LOCASCHAR18Assigned to domainMATN1MATNRMAT
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
MDOCMMeasurement Document IMRC_MDOCMCHAR20Assigned to domainALPHAIMRC_MDOCMIMDIMRM
IDATEDate of the Measurement IMRC_IDATEDATS8DATUM
ITIMETime of Measurement IMRC_ITIMETIMS6UZEIT
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
TOTACTotal Counter Reading IMRC_TOTACCHAR22FLTP_INOUT
CNTRCCounter Reading IMRC_CNTRCCHAR22FLTP_INOUT
CDIFCCounter Reading Difference IMRC_CDIFCCHAR22FLTP_INOUT
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1Assigned to domainQKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8Assigned to domainQCODEGRP
PRESTProcessing Status IMRC_PRESTCHAR1IMRC_PREST
CANCLReversal Indicator IMRC_CANCLCHAR1X
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
DIMIDDimension key DIMIDCHAR6Assigned to domainDIMID
INDCTIndicator to Show that Measuring Point Is a Counter IMRC_INDCTCHAR1X
VLCODValuation Code IMRC_VLCODCHAR4Assigned to domainQCODE
DOCAFIndicator: MeasDoc. Created After Associated Task IMRC_DOCAFCHAR1X
FUNC_LOCFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUIPMENTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
LONGTEXTLong Text of Measurement Document COCF_MEASDOC_LONGTEXTSTRG0
COUNTERNumber of Data Records That Have Contributed to Line COCF_SR_CNTINT410

Key field Non-key field



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

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

How to access SAP table COCF_S_MEAS_DOC

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