RSDMTP_SRV_PARAM - Parameters required for the services
 Parameters required for the services information is stored in SAP table RSDMTP_SRV_PARAM.
It is part of development package RS_DME_DMP in software component BW-EI-DM. This development package consists of objects that can be grouped under "Data mining engines: Provider".
 It is part of development package RS_DME_DMP in software component BW-EI-DM. This development package consists of objects that can be grouped under "Data mining engines: Provider".
Fields for table RSDMTP_SRV_PARAM
| Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table | 
|---|---|---|---|---|---|---|
| SERVICE_ID | Analytical Method | X | RSDMEM_ANALYTICAL_SERVICE | CHAR | 30 | RSDMTP_SERVICES | 
| PARAMETER_ID | Service Parameter GUID | X | RSDMEM_SERVICE_PARAMETER | CHAR | 30 | |
| PARAM_TYPE | Parameter Type (Column or Model) | RSDMEM_PARAMETER_TYPE | CHAR | 1 | ||
| NAME | Parameter Name | RSDMEM_PARAMETER_NAME | CHAR | 30 | ||
| DATA_TYPE | Data Type | RSDMEM_PARAM_DATA_TYPE | CHAR | 4 | ||
| FIELD_LENGTH | Field Length | RSDMEM_PARAM_FIELD_LENGTH | NUMC | 3 | ||
| MANDATORY | Parameter Mandatory | RSDMEM_PARAM_MANDATORY | CHAR | 1 | ||
| TYPE | Parameter type ( Trainin, Prediction, Evaluation or All ) | RSDMEM_PARAM_TYPE | CHAR | 1 | ||
| DEFAULT_VALUE | Default value of the parameter | RSDMEM_PARAM_DEFAULT_VALUE | CHAR | 64 | ||
| RANGE_ALLOWED | If Range for the values is allowed | RSDMEM_RANGE_ALLOWED | CHAR | 1 |