I_BR_NFDocumentReferenceCube

DDL: I_BR_NFDOCUMENTREFERENCECUBE SQL: IBRNFDOCREFC Type: view COMPOSITE

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)

SourceAliasJoin Type
I_BR_NFDocumentReference I_BR_NFDocumentReference from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_BR_NFDocumentReferenceType _BR_NFDocumentReferenceType $projection.BR_NFDocumentReferenceType = _BR_NFDocumentReferenceType.BR_NFDocumentReferenceType

Annotations (13)

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

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