/RPM/METRIC SAP (Application specific customization for Metric) Table details

Dictionary Type: Table
Description: Application specific customization for Metric




ABAP Code to SELECT data from /RPM/METRIC
Related tables to /RPM/METRIC
Access table /RPM/METRIC




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

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

The /RPM/METRIC table consists of various fields, each holding specific information or linking keys about Application specific customization for Metric data available in SAP. These include OBJECT_TYPE (Object Type), ITEM_TYPE (Type), METRIC_GROUP (Metrics Group), METRIC (Metric).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /RPM/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
OBJECT_TYPEObject Type /RPM/OBJECT_TYPECHAR15Assigned to domain/RPM/OBJECT_TYPE
ITEM_TYPEType /RPM/TV_ITEM_IDCHAR15/RPM/ITEM_TYPE/RPM/TD_ITEM_TYPE
METRIC_GROUPMetrics Group INM_M_TV_METRIC_GROUPCHAR15INM_M_C_MET_GRPINM_M_TD_METRIC_GROUP
METRICMetric INM_M_TV_METRICCHAR15INM_M_C_METRICINM_M_TD_METRIC

Key field Non-key field



How do I retrieve data from SAP table /RPM/METRIC using ABAP code

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

SELECT SINGLE *
FROM /RPM/METRIC
INTO CORRESPONDING FIELDS OF WA_/RPM/METRIC
WHERE...

How to access SAP table /RPM/METRIC

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