P_Cfd_Field_Origin

DDL: P_CFD_FIELD_ORIGIN SQL: P_CFD_FLD_ORIG Type: view

Custom Field: Origin

P_Cfd_Field_Origin is a CDS View that provides data about "Custom Field: Origin" 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 FieldOrigin from

Associations (1)

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

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName P_CFD_FLD_ORIG view
EndUserText.label Custom Field: Origin view
VDM.private true view
AccessControl.authorizationCheck #NOT_ALLOWED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Code P_Cfd_Domain_Value Code
_Text _Text
@AbapCatalog.sqlViewName: 'P_CFD_FLD_ORIG'
@EndUserText.label: 'Custom Field: Origin'
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
define view P_Cfd_Field_Origin
  as select from P_Cfd_Domain_Value as FieldOrigin
  association [1..*] to P_Cfd_Domain_Value_Text as _Text on  _Text.Code = $projection.Code
                                                         and _Text.Name = 'CFD_FIELD_ORIGIN'
{
  key FieldOrigin.Code,

      _Text
}
where
  FieldOrigin.Name = 'CFD_FIELD_ORIGIN' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CFD_DOMAIN_VALUE"
],
"ASSOCIATED":
[
"P_CFD_DOMAIN_VALUE_TEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/