RSDMTC_MEAN_DTL SAP (Mean Detail) Table details

Dictionary Type: Table
Description: Mean Detail




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




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

RSDMTC_MEAN_DTL is a standard SAP Table which is used to store Mean Detail data and is available within R/3 SAP systems depending on the version and release level.

The RSDMTC_MEAN_DTL table consists of various fields, each holding specific information or linking keys about Mean Detail data available in SAP. These include CLUSTER_ID (Cluster Identification), COLUMN_ID (Model Field ID), VALUE_ID (Value ID for Attr_name & Value combination), WEIGHT (Cumulative Weights).. 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: Not classified


SAP RSDMTC_MEAN_DTL 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
MODEL_IDAnalytical Model RSDMEM_MODELCHAR30RSDMDM_SNAME
CLUSTER_IDCluster Identification RSDMEC_CLUST_IDNUMC3RSDMDM_NUMC3
COLUMN_IDModel Field ID RSDMEM_COLUMN_IDCHAR30
VALUE_IDValue ID for Attr_name & Value combination RSDMEC_VALUE_IDNUMC5RSDMDM_NUMC5
WEIGHTCumulative Weights RSDMEM_WT_SUMDEC19(7) RSDMDM_DEC197
COUNTERCounts (Occurences, Frequency Distributions etc) RSDMEM_COUNTSDEC10RSDMDM_INTVAL_10
VAL_MINIndividual Weights RSDMEM_WT_INDDEC11(7) RSDMDM_DEC117
VAL_MAXIndividual Weights RSDMEM_WT_INDDEC11(7) RSDMDM_DEC117

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDMTC_MEAN_DTL
INTO CORRESPONDING FIELDS OF WA_RSDMTC_MEAN_DTL
WHERE...

How to access SAP table RSDMTC_MEAN_DTL

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