C_FinInvoiceODNFDP

DDL: C_FININVOICEODNFDP Type: view_entity CONSUMPTION Package: FINS_OUTPUT_MGMT_FO_FICUS_INV

Offical Document Number for FI Invoice

C_FinInvoiceODNFDP is a Consumption CDS View that provides data about "Offical Document Number for FI Invoice" in SAP S/4HANA. It reads from 1 data source (I_AccountingDocumentODN) and exposes 10 fields with key fields CompanyCode, AccountingDocument, FiscalYear, OfficialDocumentNumberType, AFDFUniqueKeyUUID. Part of development package FINS_OUTPUT_MGMT_FO_FICUS_INV.

Data Sources (1)

SourceAliasJoin Type
I_AccountingDocumentODN I_AccountingDocumentODN from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Offical Document Number for FI Invoice view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY AccountingDocument AccountingDocument
KEY FiscalYear FiscalYear
KEY OfficialDocumentNumberType OfficialDocumentNumberType
KEY AFDFUniqueKeyUUID AFDFUniqueKeyUUID
AFDFDocumentType AFDFDocumentType
AFDFRecordType AFDFRecordType
OfficialDocumentNumberCountry OfficialDocumentNumberCountry
OfficialDocumentNumber OfficialDocumentNumber
OfficialDocumentNumberIntType OfficialDocumentNumberIntType
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Offical Document Number for FI Invoice'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@ObjectModel.supportedCapabilities: [ #OUTPUT_FORM_DATA_PROVIDER ]
@VDM.viewType: #CONSUMPTION
define view entity C_FinInvoiceODNFDP as select from I_AccountingDocumentODN
{
  key CompanyCode,
  key AccountingDocument,
  key FiscalYear,
  key OfficialDocumentNumberType,
  key AFDFUniqueKeyUUID,
      AFDFDocumentType,
      AFDFRecordType,
      OfficialDocumentNumberCountry,
      OfficialDocumentNumber,
      OfficialDocumentNumberIntType  
}