P_COLLSACCOUNTSTICKYNOTE

CDS View

P_COLLSACCOUNTSTICKYNOTE is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CollsAccountStickyNote view from COMPOSITE Sticky Note
@AbapCatalog: { sqlViewName: 'PCLLSACSTNT',
                compiler: { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
                  personalData:       { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #COMPOSITE,
        private: true }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #L,
                             dataClass: #CUSTOMIZING },
                representativeKey: 'Customer' }
define view P_CollsAccountStickyNote
  as select distinct from P_CollectionsAccount

  // VDM Association

  association [0..1] to Sgbt_Nte_Cds_Cont as _NoteContent on  $projection.ObjectKey       = _NoteContent.objectid
                                                          and _NoteContent.objectnodetype = 'CollectionsManagementAccount'
                                                          and _NoteContent.notetype       = 'COLL_PR_STICKY'

{

      // VDM Fields

  key Customer,
  key CollectionSegment,
      concat(Customer, CollectionSegment) as ObjectKey,

      // Exposed Associations

      _NoteContent

}

where
      CollectionSegment is not initial
  and CollectionSegment is not null
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_COLLECTIONSACCOUNT"
],
"ASSOCIATED":
[
"SGBT_NTE_CDS_CONT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/