I_BR_NFDocumentReferenceCube
Brazil Nota Fiscal Document Ref - Cube
I_BR_NFDocumentReferenceCube is a Composite CDS View (Cube) that provides data about "Brazil Nota Fiscal Document Ref - Cube" in SAP S/4HANA. It reads from 1 data source (I_BR_NFDocumentReference) and exposes 5 fields with key fields BR_NotaFiscal, BR_NFDocRefSequenceNumber, BR_NFDocumentReferenceType, BR_NFDocReferenceAccessKey. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BR_NFDocumentReference | I_BR_NFDocumentReference | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_BR_NFDocumentReferenceType | _BR_NFDocumentReferenceType | $projection.BR_NFDocumentReferenceType = _BR_NFDocumentReferenceType.BR_NFDocumentReferenceType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBRNFDOCREFC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Brazil Nota Fiscal Document Ref - Cube | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.dataCategory | #CUBE | view | |
| Analytics.internalName | #LOCAL | view | |
| Metadata.allowExtensions | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BR_NotaFiscal | BR_NotaFiscal | ||
| KEY | BR_NFDocRefSequenceNumber | BR_NFDocRefSequenceNumber | ||
| KEY | BR_NFDocumentReferenceType | BR_NFDocumentReferenceType | ||
| KEY | BR_NFDocReferenceAccessKey | BR_NFDocReferenceAccessKey | ||
| _BR_NFDocumentReferenceType | _BR_NFDocumentReferenceType |
@AbapCatalog.sqlViewName: 'IBRNFDOCREFC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Brazil Nota Fiscal Document Ref - Cube'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataCategory: #CUBE
@Analytics.internalName:#LOCAL
@Metadata.allowExtensions:true
define view I_BR_NFDocumentReferenceCube as select from I_BR_NFDocumentReference
association [0..1] to I_BR_NFDocumentReferenceType as _BR_NFDocumentReferenceType on $projection.BR_NFDocumentReferenceType = _BR_NFDocumentReferenceType.BR_NFDocumentReferenceType
{
@UI.hidden: true
key BR_NotaFiscal,
@UI.hidden: true
key BR_NFDocRefSequenceNumber,
@UI.lineItem:[{ position:10 }]
@ObjectModel.foreignKey.association: '_BR_NFDocumentReferenceType'
key BR_NFDocumentReferenceType,
@UI.lineItem:[{ position:20 }]
key BR_NFDocReferenceAccessKey,
_BR_NFDocumentReferenceType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BR_NFDOCUMENTREFERENCE"
],
"ASSOCIATED":
[
"I_BR_NFDOCUMENTREFERENCETYPE"
],
"BASE":
[],
"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