CRMD_MPK_READING SAP (Reading of the Measuring Point) Table details

Dictionary Type: Table
Description: Reading of the Measuring Point




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




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

CRMD_MPK_READING is a standard SAP Table which is used to store Reading of the Measuring Point data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_MPK_READING table consists of various fields, each holding specific information or linking keys about Reading of the Measuring Point data available in SAP. These include MANDT (Client), GUID (GUID of a Kernel Object), CREATED_AT (Transaction was Created at this Time), CREATED_BY (User that Created the Transaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMD_MPK_READING table 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
MANDTClient MANDTCLNT3T000MANDT
GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16SYSUUID
CREATED_ATTransaction was Created at this Time CRMT_MPK_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYUser that Created the Transaction CRMT_MPK_CREATED_BYCHAR12UNAME
CHANGED_ATTime of Last Change to the Transaction CRMT_MPK_CHANGED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_MPK_CHANGED_BYCHAR12UNAME
MP_GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16CRMD_MPK_MPOINTSYSUUID
OBJECT_IDReading Number CRMT_MPK_OBJECT_ID_READINGCHAR20ALPHACRM_MPK_OBJECT_ID_READINGCRM_MPK_RD_IDCRMH_MPK_READING
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ERROR_FLAGReading Error CRMT_MPK_ERRORCHAR1CRM_MPK_BOOLEAN
CANCELCancel Reading CRMT_MPK_CANCELCHAR1CRM_MPK_BOOLEAN
DELETE_FLAGDeletion Flag for One-stage Deletion CRMT_MPK_DELETECHAR1CRM_MPK_BOOLEAN
DESCRIPTIONCounter Description CRMT_MPK_DESCRCHAR40CRM_MPK_DESCR
TEXT_EXISTSLong Text Exists for this Object CRMT_MPK_TEXT_EXISTSCHAR1CRM_MPK_BOOLEAN
UNITUnit for Counter Reading CRMT_MPK_UNIT_ENTERUNIT3T006CUNITMEINS
READERPerson who took the reading CRMT_MPK_READERCHAR10Assigned to domainALPHABU_PARTNER
READER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
SOURCEReading Origin CRMT_MPK_SOURCECHAR1CRM_MPK_SOURCE
INPUT_MODEInput Mode for Readings CRMT_MPK_INPUT_MODECHAR1CRM_MPK_INPUT_MODE
TIMESTAMP_FROMValid from timestamp CRMT_MPK_TIMESTAMP_FROMDEC15TZNTSTMPS
TIMEZONE_FROMTime Zone from CRMT_MPK_TIMEZONE_FROMCHAR6Assigned to domainTZNZONE
TIMESTAMP_TOValid to timestamp CRMT_MPK_TIMESTAMP_TODEC15TZNTSTMPS
TIMEZONE_TOTime Zone to CRMT_MPK_TIMEZONE_TOCHAR6Assigned to domainTZNZONE
VALUEVisible value CRMT_MPK_VALUE_VISIBLEFLTP16(16) CRM_MPK_FLTPS
VALUE_XAssociated Number Field Contains a Value CRMT_MPK_IS_VALUECHAR1CRM_MPK_BOOLEAN
VALUE_DELTADifference Value from Last Reading CRMT_MPK_VALUE_DIFFFLTP16(16) CRM_MPK_FLTPS
VALUE_DELTA_XAssociated Number Field Contains a Value CRMT_MPK_IS_VALUECHAR1CRM_MPK_BOOLEAN
SI_VALUEVisible value in SI unit of measure CRMT_MPK_VALUE_VISIBLE_SIFLTP16(16) CRM_MPK_FLTPS
SI_VALUE_XAssociated Number Field Contains a Value CRMT_MPK_IS_VALUECHAR1CRM_MPK_BOOLEAN
SI_OVERALLOverall value in SI unit of measure CRMT_MPK_VALUE_OVERALL_SIFLTP16(16) CRM_MPK_FLTPS
SI_OVERALL_XAssociated Number Field Contains a Value CRMT_MPK_IS_VALUECHAR1CRM_MPK_BOOLEAN
SI_DELTADifference Value in SI Unit of Measure CRMT_MPK_VALUE_DIFF_SIFLTP16(16) CRM_MPK_FLTPS
SI_DELTA_XAssociated Number Field Contains a Value CRMT_MPK_IS_VALUECHAR1CRM_MPK_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table CRMD_MPK_READING using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMD_MPK_READING to SELECT all data from the table
DATA: WA_CRMD_MPK_READING TYPE CRMD_MPK_READING.

SELECT SINGLE *
FROM CRMD_MPK_READING
INTO CORRESPONDING FIELDS OF WA_CRMD_MPK_READING
WHERE...

How to access SAP table CRMD_MPK_READING

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