DD_DRTY_ST_ENUM_VALUES_INT2

CDS View

CDS ST: Enumeration Values INT2

DD_DRTY_ST_ENUM_VALUES_INT2 is a CDS View in S/4HANA. CDS ST: Enumeration Values INT2. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
dd_drty_st_enum_value_t_int2 view_entity from CDS ST: Enum Values INT2 with Text
ddcds_type_enumval_int2_scp view_entity from CDS Simple Type: Enum Values INT2

Fields (3)

KeyField CDS FieldsUsed 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 INT2'
define root view entity dd_drty_st_enum_values_int2
  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_int2 as _Text
{
  key type.type_name  as simpleType,
  key enum.enum_name  as enumIdentifier,
  key enum.value_int1 as enumValue,
      _Text
}
where
  type.datatype = 'INT2'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDDRTY_SMPL_ENUM",
"DDDRTY_SMPL_TYPE"
],
"ASSOCIATED":
[
"DD_DRTY_ST_ENUM_VALUE_T_INT2"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/