P_CFD_DOMAIN_VALUE
Fixed values of a DDIC domain
P_CFD_DOMAIN_VALUE is a CDS View in S/4HANA. Fixed values of a DDIC domain. It contains 1 fields. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CFD_DE_DataSource_Type | view_entity | from | Data Source Type | |
| I_CFD_Release_Status | view_entity | from | Custom Fields: Release Status VH | |
| P_Cfd_Availability_Type | view | from | Possible values of availability of Custom Fields | |
| P_Cfd_Cds_Source_Origin | view_entity | from | Source Origin | |
| P_Cfd_Feature_Map | view | from | Feature Map for Custom Field app | |
| P_Cfd_Field_Origin | view | from | Custom Field: Origin | |
| P_Cfd_Field_Status | view | from | Status Values of Custom Fields | |
| P_Cfd_Field_Type | view | from | Possible types of Custom Fields | |
| P_Cfd_Text_Type | view | from | Text type for Custom Fields | |
| P_CFD_UI_Configuration | view | from | Custom Fields: UI Configuration | |
| P_CFD_UI_Configuration | view | union | Custom Fields: UI Configuration | |
| P_Cfd_Value_Help_Kind | view_entity | from | Value Help Kind |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Code | Code,UISection | 10 |
@AbapCatalog.sqlViewName: 'P_CFD_DOM_VAL'
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Fixed values of a DDIC domain'
@VDM.private: true
define view P_Cfd_Domain_Value
as select from dd07l as Value
association[1..*] to P_Cfd_Domain_Value_Text as _Text
on $projection.Name = _Text.Name
and $projection.Code = _Text.Code
{
key Value.domname as Name,
key Value.domvalue_l as Code,
_Text
} where Value.as4local = 'A'