C_CollsAccountStickyNote
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CollsAccountStickyNote | I_CollsAccountStickyNote | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA