RSDMSC_USER_PARAM SAP (Clustering - User Paramaters) Structure details

Dictionary Type: Structure
Description: Clustering - User Paramaters




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




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

RSDMSC_USER_PARAM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Clustering - User Paramaters" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDMSC_USER_PARAM TYPE RSDMSC_USER_PARAM.

The RSDMSC_USER_PARAM table consists of various fields, each holding specific information or linking keys about Clustering - User Paramaters data available in SAP. These include MODEL_ID (Analytical Model), NO_OF_CLUSTERS (Small Counts), NO_OF_ITERATIONS (Small Counts), CLUSTER_THRESHOLD (Threshold for mean differences).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSDMSC_USER_PARAM structure 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
ALGO_NAMEClustering Algorithms RSDMEC_ALGORITHMCHAR2RSDMDC_ALGOTYPE
MODEL_IDAnalytical Model RSDMEM_MODELCHAR30RSDMDM_SNAME
NO_OF_CLUSTERSSmall Counts RSDMEM_COUNTS_SHDEC5RSDMDM_INTVAL_5
NO_OF_ITERATIONSSmall Counts RSDMEM_COUNTS_SHDEC5RSDMDM_INTVAL_5
CLUSTER_THRESHOLDThreshold for mean differences RSDMEC_THRESHOLD_UIDEC3(3)
SAMPLE_PERCENTPercentage in Distribution RSDMEC_PERCENTDEC5(2) RSDMDM_DEC52
DATASOURCEData Store RSDMEM_DATA_STORECHAR30RSDMDM_DATA_STORE
CHANGE_THRESHOLDThreshold for mean differences RSDMEC_THRESHOLD_UIDEC3(3)
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
RAW_DATASOURCEData Store RSDMEM_DATA_STORECHAR30RSDMDM_DATA_STORE
KEY_DATASOURCEData Store RSDMEM_DATA_STORECHAR30RSDMDM_DATA_STORE
MAX_ATTR_VALUESSmall Counts RSDMEM_COUNTS_SHDEC5RSDMDM_INTVAL_5

Key field Non-key field



How do I retrieve data from SAP structure RSDMSC_USER_PARAM using ABAP code?

As RSDMSC_USER_PARAM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDMSC_USER_PARAM as there is no data to select.

How to access SAP table RSDMSC_USER_PARAM

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