C_CollectionsInvoiceNote

DDL: C_COLLECTIONSINVOICENOTE Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_CollectionsInvoiceNote I_CollectionsInvoiceNote projection

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/