/RPM/MET_GRP SAP (Application specific customizing for Metric Group) Table details

Dictionary Type: Table
Description: Application specific customizing for Metric Group




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




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

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

The /RPM/MET_GRP table consists of various fields, each holding specific information or linking keys about Application specific customizing for Metric Group data available in SAP. These include OBJECT_TYPE (Object Type), ITEM_TYPE (Type), METRIC_GROUP (Metrics Group).. 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/MET_GRP 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

Key field Non-key field



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

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

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

How to access SAP table /RPM/MET_GRP

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