DD_DRTY_ST_ENUM_VALUES_CHAR_3
CDS ST: Enumeration Values CHAR 3
DD_DRTY_ST_ENUM_VALUES_CHAR_3 is a CDS View in S/4HANA. CDS ST: Enumeration Values CHAR 3. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| dd_drty_st_enum_value_t_char_3 | view_entity | from | CDS ST: Enum Values CHAR 3 with Text | |
| ddcds_type_enumval_char3_scp | view_entity | from | CDS Simple Type: Enum Values CHAR3 |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | enumIdentifier | enumIdentifier | 2 |
| KEY | enumValue | enumValue | 2 |
| KEY | simpleType | simpleType | 2 |
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS ST: Enumeration Values CHAR 3'
define root view entity dd_drty_st_enum_values_char_3
as select from dddrty_smpl_type as type
inner join dddrty_smpl_enum as enum on type.type_name = enum.type_name
composition [0..*] of dd_drty_st_enum_value_t_char_3 as _Text
{
key type.type_name as simpleType,
key enum.enum_name as enumIdentifier,
key enum.value_char_3 as enumValue,
_Text
}
where
type.datatype = 'CHAR'
and type.leng = '000003'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDDRTY_SMPL_ENUM",
"DDDRTY_SMPL_TYPE"
],
"ASSOCIATED":
[
"DD_DRTY_ST_ENUM_VALUE_T_CHAR_3"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/