C_CollectionsInvoiceNote
Collections Invoice Note
C_CollectionsInvoiceNote is a Consumption CDS View that provides data about "Collections Invoice Note" in SAP S/4HANA. It reads from 1 data source (I_CollectionsInvoiceNote) and exposes 17 fields with key fields CompanyCode, AccountingDocument, FiscalYear, AccountingDocumentItem, NoteID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CollectionsInvoiceNote | I_CollectionsInvoiceNote | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Collections Invoice Note | view | |
| ObjectModel.representativeKey | NoteID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.query.implementedBy | ABAP:CL_COLL_PR_INV_NOTE_QUERY | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | AccountingDocument | AccountingDocument | ||
| KEY | FiscalYear | FiscalYear | ||
| KEY | AccountingDocumentItem | AccountingDocumentItem | ||
| KEY | NoteID | NoteID | ||
| ObjectKey | ObjectKey | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| NoteText | NoteText | |||
| NoteIconURL | NoteIconURL | |||
| virtualUserDescriptionad_namtext | ||||
| virtualFullNamead_namtext | ||||
| virtualDepartmentad_dprtmnt | ||||
| virtualPhoneNumbercontactcardphonenumber | ||||
| virtualFaxNumbercontactcardfaxnumber | ||||
| virtualNoteDescriptiontext60 | ||||
| _CreatedByContactCard | _CreatedByContactCard |
@EndUserText: { label: 'Collections Invoice Note' }
@ObjectModel: { representativeKey: 'NoteID',
semanticKey: [ 'NoteID' ],
usageType: { dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #X },
query: { implementedBy: 'ABAP:CL_COLL_PR_INV_NOTE_QUERY' } }
@AccessControl: { authorizationCheck: #CHECK,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #CONSUMPTION,
usage: { type: [ #TRANSACTIONAL_PROCESSING_SERVICE ] } }
@Metadata: { allowExtensions: true }
define root view entity C_CollectionsInvoiceNote
as projection on I_CollectionsInvoiceNote
{
// VDM Fields
key CompanyCode,
key AccountingDocument,
key FiscalYear,
key AccountingDocumentItem,
key NoteID,
ObjectKey,
CreatedByUser,
CreationDateTime,
NoteText,
NoteIconURL,
virtual UserDescription : ad_namtext,
virtual FullName : ad_namtext,
virtual Department : ad_dprtmnt,
virtual EmailAddress : contactcardemailaddress,
virtual PhoneNumber : contactcardphonenumber,
virtual MobilePhoneNumber : contactcardmobilephonenumber,
virtual FaxNumber : contactcardfaxnumber,
virtual NoteDescription : text60,
@ObjectModel: { sort: { enabled: false },
filter: { enabled: false } }
_CreatedByContactCard
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COLLECTIONSINVOICENOTE"
],
"ASSOCIATED":
[
"I_USERCONTACTCARD"
],
"BASE":
[
"I_COLLECTIONSINVOICENOTE"
],
"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