C_FinInvoiceODNFDP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_AccountingDocumentODN | I_AccountingDocumentODN | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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