INM_M_OBJ_METRIC SAP (Metric for Application Object) Table details

Dictionary Type: Table
Description: Metric for Application Object




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




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

INM_M_OBJ_METRIC is a standard SAP Table which is used to store Metric for Application Object data and is available within R/3 SAP systems depending on the version and release level.

The INM_M_OBJ_METRIC table consists of various fields, each holding specific information or linking keys about Metric for Application Object data available in SAP. These include GUID (Globally Unique Identifier), METRIC (Metric), OBJECT_GUID (Object ID), OBJECT_TYPE (Object Type).. 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: Cannot Be Enhanced


SAP INM_M_OBJ_METRIC 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique Identifier GUIDRAW16
METRICMetric INM_M_TV_METRICCHAR15Assigned to domainINM_M_TD_METRIC
OBJECT_GUIDObject ID INM_M_TV_OBJECT_IDRAW16SYSUUID
OBJECT_TYPEObject Type INM_M_TV_OBJECT_TYPECHAR15Assigned to domainINM_M_TD_OBJECT_TYPE
CHANGED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CHANGED_ONTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
CREATED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CREATED_ONTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
TEXTText INM_M_TV_TEXTCHAR40TEXT40
FINALIndicator for Whether Metrics Value Is Final INM_M_TV_FINALCHAR1BOOLE
FINAL_DATEDate of Final Value INM_M_TV_FINAL_DATEDATS8

Key field Non-key field



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

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

SELECT SINGLE *
FROM INM_M_OBJ_METRIC
INTO CORRESPONDING FIELDS OF WA_INM_M_OBJ_METRIC
WHERE...

How to access SAP table INM_M_OBJ_METRIC

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