SAP VDML_DEF_SET Default settings for grouping procedure Table
Overview
VDML_DEF_SET is a standard SAP S/4HANA table that stores Default settings for grouping procedure data. There are total 5 fields in the VDML_DEF_SET table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VDML_DEF_SET belongs to Loans Management (FS-CML) module and is located in the package CML: Machine Learning (FVVD_ML).
In addition, following links provide an overview of foreign key relationships, if any, that link VDML_DEF_SET to other SAP tables and standard CDS views available based on VDML_DEF_SET table in S/4HANA 2020.
Techincal Settings of VDML_DEF_SET
Below are technical details of the table VDML_DEF_SET
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of VDML_DEF_SET Fields
The following table gives you an overview of the fields available in VDML_DEF_SET
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT | 3 | |
| GROUP_ID | Grouping Procedure ID | VDML_GROUP_ID | VDML_CLUSTER | NUMC | 6 |
| DEF_CURR | Default Currency | VDML_DEF_CUR | TCURC | CUKY | 5 |
| DEF_EX_RATE | Exchange Rate Type | KURST | TCURV | CHAR | 4 |
| DEF_GRADE_METH | Rating Procedure | BP_GRADE_METHOD | TPZ21 | CHAR | 10 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VDML_DEF_SET
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VDML_DEF_SET | DEF_CURR | : | TCURC |
| VDML_DEF_SET | DEF_EX_RATE | : | TCURV |
| VDML_DEF_SET | DEF_GRADE_METH | : | TPZ21 |
| VDML_DEF_SET | GROUP_ID | : | VDML_CLUSTER |