dd_drty_st_enum_datatypes_vals
Values of ST DD_DRTY_ST_ENUM_DATATYPES
dd_drty_st_enum_datatypes_vals is a CDS View that provides data about "Values of ST DD_DRTY_ST_ENUM_DATATYPES" in SAP S/4HANA. It reads from 1 data source (dd_drty_st_enum_values_char_4) and exposes 4 fields with key fields simpleType, enumIdentifier, enumValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd_drty_st_enum_values_char_4 | dd_drty_st_enum_values_char_4 | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Values of ST DD_DRTY_ST_ENUM_DATATYPES | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | simpleType | simpleType | ||
| KEY | enumIdentifier | enumIdentifier | ||
| KEY | enumValue | enumValue | ||
| _Text | _Text |
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Values of ST DD_DRTY_ST_ENUM_DATATYPES'
define view entity dd_drty_st_enum_datatypes_vals
as select from dd_drty_st_enum_values_char_4
{
key simpleType,
key enumIdentifier,
key enumValue,
_Text
}
where
simpleType = 'DD_DRTY_ST_ENUM_DATATYPES'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD_DRTY_ST_ENUM_VALUES_CHAR_4"
],
"ASSOCIATED":
[
"DD_DRTY_ST_ENUM_VALUE_T_CHAR_4"
],
"BASE":
[
"DD_DRTY_ST_ENUM_VALUES_CHAR_4"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA