RSDMTP_SERVICES SAP (List of all the analytical services) Table details

Dictionary Type: Table
Description: List of all the analytical services




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




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

RSDMTP_SERVICES is a standard SAP Table which is used to store List of all the analytical services data and is available within R/3 SAP systems depending on the version and release level.

The RSDMTP_SERVICES table consists of various fields, each holding specific information or linking keys about List of all the analytical services data available in SAP. These include TYPE_ID (Service Type GUID), TYPE (Analytical Method Type), PRED_LIMIT (Number of Prediction the service can provide), TRNG_COMPLEXITY (Indicates Expected time for Training).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSDMTP_SRV_DSC


SAP RSDMTP_SERVICES 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
SERVICE_IDAnalytical Method RSDMEM_ANALYTICAL_SERVICECHAR30
TYPE_IDService Type GUID RSDMEM_SRV_TYPECHAR30
TYPEAnalytical Method Type RSDMEM_ANALYTICAL_SERVICE_TYPENUMC3Assigned to domainRSDMDM_SERVICE_TYPES
PRED_LIMITNumber of Prediction the service can provide RSDMEM_PREDICTION_LIMITNUMC2
TRNG_COMPLEXITYIndicates Expected time for Training RSDMEM_TRAINING_COMPLEXITYCHAR1RSDMDM_OPT1
PRED_COMPLEXITYIndicates Expected time for Prediction RSDMEM_PREDICTION_COMPLEXITYCHAR1RSDMDM_OPT1
EXPT_QUALITYExpected Quality of Model RSDMEM_EXPECTED_QUALITYCHAR1RSDMDM_OPT1
SCALINGIndicates the level of scalability of the service RSDMEM_SCALIBILITYCHAR1RSDMDM_OPT1
DUPLICATE_KEYAllow Duplicate Key RSDMEM_DUPLICATE_KEYCHAR1RSDMDM_CHAR_BOOL
INCR_INSERTTrue if additional inserts are allowed after training RSDMEM_INCREMENTAL_INSERTCHAR1RSDMDM_CHAR_BOOL
PMML_INITTrue if creation of a model based on XML string is allowed RSDMEM_PMML_INITILIZATIONCHAR1RSDMDM_CHAR_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDMTP_SERVICES
INTO CORRESPONDING FIELDS OF WA_RSDMTP_SERVICES
WHERE...

How to access SAP table RSDMTP_SERVICES

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