C_CollsAccountStickyNote

DDL: C_COLLSACCOUNTSTICKYNOTE Type: view_entity CONSUMPTION

Sticky Note

C_CollsAccountStickyNote is a Consumption CDS View that provides data about "Sticky Note" in SAP S/4HANA. It reads from 1 data source (I_CollsAccountStickyNote) and exposes 8 fields with key fields Customer, CollectionSegment.

Data Sources (1)

SourceAliasJoin Type
I_CollsAccountStickyNote I_CollsAccountStickyNote projection

Annotations (9)

NameValueLevelField
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey Customer view
EndUserText.label Sticky Note view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY Customer Customer
KEY CollectionSegment CollectionSegment
ObjectKey ObjectKey
NoteText NoteText
NoteID NoteID
_CollectionSegment _CollectionSegment
_Customer _Customer
_NoteContent _NoteContent
@Metadata: { allowExtensions: true }
@VDM: { usage: { type:     [ #TRANSACTIONAL_PROCESSING_SERVICE ] },
                 viewType: #CONSUMPTION }
@AccessControl: { personalData:       { blocking: #BLOCKED_DATA_EXCLUDED },
                  authorizationCheck: #CHECK }
@ObjectModel: { usageType: { serviceQuality: #X,
                             sizeCategory:   #L,
                             dataClass:      #TRANSACTIONAL },
                representativeKey: 'Customer',
                semanticKey: [ 'Customer',
                               'CollectionSegment' ] }
@EndUserText: { label: 'Sticky Note' }
define root view entity C_CollsAccountStickyNote
  as projection on I_CollsAccountStickyNote
{
      // VDM Fields

  key Customer,
  key CollectionSegment,
      ObjectKey,
      NoteText,
      NoteID,

      // Exposed Associations

      _CollectionSegment,
      _Customer,
      _NoteContent
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COLLSACCOUNTSTICKYNOTE"
],
"ASSOCIATED":
[
"I_COLLECTIONSEGMENT",
"I_CUSTOMER",
"SGBT_NTE_CDS_CONT"
],
"BASE":
[
"I_COLLSACCOUNTSTICKYNOTE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/