I_CFD_Release_Status

DDL: I_CFD_RELEASE_STATUS Type: view_entity

Custom Fields: Release Status VH

I_CFD_Release_Status is a CDS View that provides data about "Custom Fields: Release Status VH" in SAP S/4HANA. It reads from 1 data source (P_Cfd_Domain_Value) and exposes 2 fields with key field Code. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
P_Cfd_Domain_Value ReleaseStatus from

Associations (1)

CardinalityTargetAliasCondition
[1..*] P_Cfd_Domain_Value_Text _Text _Text.Code = $projection.Code and _Text.Name = 'CFD_UI_RELEASE_STATUS'

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Custom Fields: Release Status VH view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Code P_Cfd_Domain_Value Code
_Text _Text
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Custom Fields: Release Status VH'
define view entity I_CFD_Release_Status
  as select from P_Cfd_Domain_Value as ReleaseStatus
  association [1..*] to P_Cfd_Domain_Value_Text as _Text on  _Text.Code = $projection.Code
                                                         and _Text.Name = 'CFD_UI_RELEASE_STATUS'
{
  key ReleaseStatus.Code,
      _Text
}
where
      ReleaseStatus.Name =  'CFD_UI_RELEASE_STATUS'
  and ReleaseStatus.Code <> 'DECOM'               // Decomissioning Feature is not available yet

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CFD_DOMAIN_VALUE"
],
"ASSOCIATED":
[
"P_CFD_DOMAIN_VALUE_TEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/