DD_DRTY_ST_ENUM_VALUES_NUMC_7
CDS ST: Enumeration Values NUMC 7
DD_DRTY_ST_ENUM_VALUES_NUMC_7 is a CDS View in S/4HANA. CDS ST: Enumeration Values NUMC 7. 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_numc_7 | view_entity | from | CDS ST: Enum Values NUMC 7 with Text | |
| ddcds_type_enumval_numc7_scp | view_entity | from | CDS Simple Type: Enum Values NUMC7 |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | enumIdentifier | enumIdentifier | 1 |
| KEY | enumValue | enumValue | 1 |
| KEY | simpleType | simpleType | 1 |
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS ST: Enumeration Values NUMC 7'
define root view entity dd_drty_st_enum_values_numc_7
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_numc_7 as _Text
{
key type.type_name as simpleType,
key enum.enum_name as enumIdentifier,
key enum.value_numc_7 as enumValue,
_Text
}
where
type.datatype = 'NUMC'
and type.leng = '000007'