COCF_S_MEAS_DOC_SEL SAP (Measurement Document Selection for Shift Reports) Structure details

Dictionary Type: Structure
Description: Measurement Document Selection for Shift Reports




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




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

COCF_S_MEAS_DOC_SEL 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 Selection for Shift Reports" 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_SEL TYPE COCF_S_MEAS_DOC_SEL.

The COCF_S_MEAS_DOC_SEL table consists of various fields, each holding specific information or linking keys about Measurement Document Selection for Shift Reports 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_SEL 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
DESIRMeasuring Point Target Value IMRC_DESIRFLTP16(16) IMRC_FLTPS
DESIRIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
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
MRMINLower Measurement Range Limit/Minimum Total Counter Reading IMRC_MRMINFLTP16(16) IMRC_FLTPS
MRMINIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRMAXUpper Measurement Range Limit/Maximum Total Counter Reading IMRC_MRMAXFLTP16(16) IMRC_FLTPS
MRMAXIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
CJUMPCounter Overflow Reading in SI Unit IMRC_CJUMPFLTP16(16) IMRC_FLTPS
PYEARAnnual Estimate in SI Unit IMRC_PYEARFLTP16(16) IMRC_FLTPS
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
READGMeasurement Reading/Total Counter Reading in SI Unit IMRC_READGFLTP16(16) IMRC_FLTPS
RECDVMeasurement Reading in Unit of Entry IMRC_RECDVFLTP16(16) IMRC_FLTPS
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
CNTRRCounter Reading in SI Unit IMRC_CNTRRFLTP16(16) IMRC_FLTPS
CDIFFCounter Reading Difference in SI Unit IMRC_CDIFFFLTP16(16) IMRC_FLTPS
CDIFFIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
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
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
EXPONPower of Ten Exponent for Floating Point Display IMRC_EXPONINT25IMRC_EXPON
DECIMNumber of Decimal Places for Number Display IMRC_DECIMINT25IMRC_DECIM

Key field Non-key field



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

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

How to access SAP table COCF_S_MEAS_DOC_SEL

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