C_CollabnApplFrtAgrmtRFQNotes

DDL: C_COLLABNAPPLFRTAGRMTRFQNOTES Type: view_entity CONSUMPTION

Freight Agreement RFQ Notes

C_CollabnApplFrtAgrmtRFQNotes is a Consumption CDS View that provides data about "Freight Agreement RFQ Notes" in SAP S/4HANA. It reads from 1 data source (I_TextCollection) and exposes 15 fields with key field TextCollectionContentUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_TextCollection TextCollectionRoot from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_User _TextCollectionTextCrtedByUser $projection.TextCollectionTextCrtedByUser = _TextCollectionTextCrtedByUser.UserID

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey TextCollectionContentUUID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Freight Agreement RFQ Notes view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY TextCollectionContentUUID _TextCollectionContent TextCollectionContentUUID
TextCollectionTypeUUID _TextCollectionType TextCollectionTypeUUID
TextCollectionUUID I_TextCollection TextCollectionUUID
TextCollectionSchema I_TextCollection TextCollectionSchema
TextCollectionType _TextCollectionType TextCollectionType
TextCollectionTextCrtedByUser _TextCollectionType TextCollectionTextCrtedByUser
UserDescription _TextCollectionTextCrtedByUser UserDescription
TextCollectionTextCrtedDteTime _TextCollectionType TextCollectionTextCrtedDteTime
TextCollectionTextChgdDateTime _TextCollectionType TextCollectionTextChgdDateTime
Language _TextCollectionType Language
TextCollectionContentText _TextCollectionContent TextCollectionContentText
HostDocumentBusinessObjectUUID I_TextCollection HostDocumentBusinessObjectUUID
HostDocumentBusObjNodeUUID I_TextCollection HostDocumentBusObjNodeUUID
FrtAgrmtReqForQuotationUUID I_TextCollection HostDocumentUUID
_CollabnApplFrtAgrmtRFQ _CollabnApplFrtAgrmtRFQ
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@VDM.viewType: #CONSUMPTION

@ObjectModel.representativeKey: 'TextCollectionContentUUID'
@ObjectModel.semanticKey: ['TextCollectionContentUUID']
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL

@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Freight Agreement RFQ Notes'

define view entity C_CollabnApplFrtAgrmtRFQNotes
  as select from            I_TextCollection        as TextCollectionRoot
    left outer to many join I_TextCollectionType    as _TextCollectionType    on TextCollectionRoot.TextCollectionUUID = _TextCollectionType.TextCollectionUUID
    left outer to one join  I_TextCollectionContent as _TextCollectionContent on _TextCollectionType.TextCollectionTypeUUID = _TextCollectionContent.TextCollectionTypeUUID
  association        to parent C_CollabnApplFrtAgrmtRFQ as _CollabnApplFrtAgrmtRFQ        on $projection.FrtAgrmtReqForQuotationUUID = _CollabnApplFrtAgrmtRFQ.FrtAgrmtReqForQuotationUUID
  association [0..1] to I_User                          as _TextCollectionTextCrtedByUser on $projection.TextCollectionTextCrtedByUser = _TextCollectionTextCrtedByUser.UserID
{

  key _TextCollectionContent.TextCollectionContentUUID   as TextCollectionContentUUID,

      _TextCollectionType.TextCollectionTypeUUID         as TextCollectionTypeUUID,

      TextCollectionRoot.TextCollectionUUID              as TextCollectionUUID,

      TextCollectionRoot.TextCollectionSchema            as TextCollectionSchema,

      _TextCollectionType.TextCollectionType             as TextCollectionType,

      @Semantics.user.createdBy: true
      @ObjectModel.text.element: ['UserDescription']
      @UI.hidden: true
      _TextCollectionType.TextCollectionTextCrtedByUser  as TextCollectionTextCrtedByUser,
      @Semantics.text: true
      _TextCollectionTextCrtedByUser.UserDescription,

      @Semantics.systemDate.createdAt: true
      @Semantics.dateTime: true
      _TextCollectionType.TextCollectionTextCrtedDteTime as TextCollectionTextCrtedDteTime,

      @Semantics.systemDate.lastChangedAt: true
      @Semantics.dateTime: true
      _TextCollectionType.TextCollectionTextChgdDateTime as TextCollectionTextChgdDateTime,

      _TextCollectionType.Language                       as Language,

      _TextCollectionContent.TextCollectionContentText   as TextCollectionContentText,

      TextCollectionRoot.HostDocumentBusinessObjectUUID  as HostDocumentBusinessObjectUUID,
      TextCollectionRoot.HostDocumentBusObjNodeUUID      as HostDocumentBusObjNodeUUID,

      TextCollectionRoot.HostDocumentUUID                as FrtAgrmtReqForQuotationUUID,

      _CollabnApplFrtAgrmtRFQ

}
where
      TextCollectionRoot.DocumentHasText                = 'X'
  and TextCollectionRoot.HostDocumentBusinessObjectUUID = hextobin('80E0ED0A04961DEBA1C10BC517501070')
  and TextCollectionRoot.HostDocumentBusObjNodeUUID     = hextobin('80E0ED0A04961DEBA1C10BC801824213')
  and _TextCollectionType.TextCollectionTypeIsInternal  = ' '