RSDMTD_CLASSFREQ SAP (Class Frequency of Learnt Data) Table details

Dictionary Type: Table
Description: Class Frequency of Learnt Data




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




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

RSDMTD_CLASSFREQ is a standard SAP Table which is used to store Class Frequency of Learnt Data data and is available within R/3 SAP systems depending on the version and release level.

The RSDMTD_CLASSFREQ table consists of various fields, each holding specific information or linking keys about Class Frequency of Learnt Data data available in SAP. These include CLASS_GUID (Model Field ID), CLASSVAL_ID (Enumerated Value), CLASS_TECHNAME (Model Field Name), CLASS_VALUE (Value of the prediction field in the data).. 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 RSDMTD_CLASSFREQ 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
MODELAnalytical Model RSDMEM_MODELCHAR30RSDMDM_SNAME
CLASS_GUIDModel Field ID RSDMEM_COLUMN_IDCHAR30
CLASSVAL_IDEnumerated Value RSDMED_ENUMIDNUMC5RSDMDM_NUMC5
CLASS_TECHNAMEModel Field Name RSDMEM_COLUMN_NAMECHAR30RSDMDM_ATTR_DBNAME
CLASS_VALUEValue of the prediction field in the data RSDMED_CLASS_VALCHAR64RSDMDM_VALUE64
SUPPORTCounts (Occurences, Frequency Distributions etc) RSDMEM_COUNTSDEC10RSDMDM_INTVAL_10
WEIGHTCumulative Weights RSDMEM_WT_SUMDEC19(7) RSDMDM_DEC197

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDMTD_CLASSFREQ
INTO CORRESPONDING FIELDS OF WA_RSDMTD_CLASSFREQ
WHERE...

How to access SAP table RSDMTD_CLASSFREQ

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