I_BR_NFAdditionImportDoc_C
Brazil Nota Fiscal Import Document
I_BR_NFAdditionImportDoc_C is a Composite CDS View that provides data about "Brazil Nota Fiscal Import Document" in SAP S/4HANA. It reads from 1 data source (I_BR_NFAdditionImportDoc) and exposes 10 fields with key fields BR_NotaFiscal, BR_NotaFiscalItem, BR_NFImportDocument, BR_NFAddition, BR_NFItemSequenceNumber. It has 1 association to related views. Part of development package GLO_LOG_BR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BR_NFAdditionImportDoc | NFAdditionImportDocument | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Currency | _SalesDocumentCurrency | $projection.SalesDocumentCurrency = _SalesDocumentCurrency.Currency |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBRNFADDIMPDOCC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Brazil Nota Fiscal Import Document | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BR_NotaFiscal | BR_NotaFiscal | ||
| KEY | BR_NotaFiscalItem | BR_NotaFiscalItem | ||
| KEY | BR_NFImportDocument | BR_NFImportDocument | ||
| KEY | BR_NFAddition | BR_NFAddition | ||
| KEY | BR_NFItemSequenceNumber | BR_NFItemSequenceNumber | ||
| BR_NFForeignManufacturer | BR_NFForeignManufacturer | |||
| BR_NFAdditionItemDiscountAmt | BR_NFAdditionItemDiscountAmt | |||
| BR_NFImportDrawbackConcession | BR_NFImportDrawbackConcession | |||
| SalesDocumentCurrency | I_BR_NFAdditionImportDoc | SalesDocumentCurrency | ||
| _SalesDocumentCurrency | _SalesDocumentCurrency |
@AbapCatalog.sqlViewName: 'IBRNFADDIMPDOCC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Brazil Nota Fiscal Import Document'
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@AccessControl.personalData.blocking: #NOT_REQUIRED
define view I_BR_NFAdditionImportDoc_C as
select from I_BR_NFAdditionImportDoc as NFAdditionImportDocument
association [0..1] to I_Currency as _SalesDocumentCurrency on $projection.SalesDocumentCurrency = _SalesDocumentCurrency.Currency
{
key BR_NotaFiscal,
key BR_NotaFiscalItem,
@UI.lineItem.position: 10
key BR_NFImportDocument,
@UI.lineItem.position: 20
key BR_NFAddition,
@UI.lineItem.position: 30
key BR_NFItemSequenceNumber,
@UI.lineItem.position: 40
BR_NFForeignManufacturer,
@Semantics.amount.currencyCode:'SalesDocumentCurrency'
BR_NFAdditionItemDiscountAmt,
BR_NFImportDrawbackConcession,
@Semantics.currencyCode:true
NFAdditionImportDocument.SalesDocumentCurrency as SalesDocumentCurrency,
_SalesDocumentCurrency
}
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