A_BR_NFFuelOriginIndicator

DDL: A_BR_NFFUELORIGININDICATOR SQL: ABRNFFUELORIGIN Type: view BASIC Package: GLO_LOG_BR

Brazil Nota Fiscal Fuel Origin Indicator

A_BR_NFFuelOriginIndicator is a Basic CDS View that provides data about "Brazil Nota Fiscal Fuel Origin Indicator" in SAP S/4HANA. It reads from 1 data source (I_BR_NFFuelOriginIndicator) and exposes 7 fields with key fields BR_NotaFiscal, BR_NotaFiscalItem, BR_NFImportIndicatorFuelOrigin, BR_NFOriginRegion. It has 1 association to related views. Part of development package GLO_LOG_BR.

Data Sources (1)

SourceAliasJoin Type
I_BR_NFFuelOriginIndicator I_BR_NFFuelOriginIndicator from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_BR_NFDocument _BR_NFDoc $projection.BR_NotaFiscal = _BR_NFDoc.BR_NotaFiscal

Annotations (16)

NameValueLevelField
EndUserText.label Brazil Nota Fiscal Fuel Origin Indicator view
AbapCatalog.sqlViewName ABRNFFUELORIGIN view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
OData.entitySet.name A_BR_NFFuelOriginIndicator view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled false view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal BR_NotaFiscal
KEY BR_NotaFiscalItem BR_NotaFiscalItem
KEY BR_NFImportIndicatorFuelOrigin BR_NFImportIndicatorFuelOrigin
KEY BR_NFOriginRegion BR_NFOriginRegion
BR_NFRegionOriginatingPercent BR_NFRegionOriginatingPercent
_BR_NFDoc _BR_NFDoc
_BR_NFItem _BR_NFItem
@EndUserText.label: 'Brazil Nota Fiscal Fuel Origin Indicator'
@AbapCatalog.sqlViewName: 'ABRNFFUELORIGIN'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@OData.entitySet.name : 'A_BR_NFFuelOriginIndicator'
@ObjectModel: {
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: false
}
define view A_BR_NFFuelOriginIndicator as select from I_BR_NFFuelOriginIndicator
  association to parent A_BR_NFItem as _BR_NFItem on $projection.BR_NotaFiscal = _BR_NFItem.BR_NotaFiscal
                                                 and $projection.BR_NotaFiscalItem = _BR_NFItem.BR_NotaFiscalItem
  association [1..1] to A_BR_NFDocument as _BR_NFDoc on $projection.BR_NotaFiscal = _BR_NFDoc.BR_NotaFiscal
 {
  @ObjectModel.foreignKey.association: '_BR_NFDoc'
  key BR_NotaFiscal,
  @ObjectModel.foreignKey.association: '_BR_NFItem'  
  key BR_NotaFiscalItem,
  key BR_NFImportIndicatorFuelOrigin,
  key BR_NFOriginRegion,
  BR_NFRegionOriginatingPercent,
  /* Associations */
  @ObjectModel.association.type: [#TO_COMPOSITION_ROOT]
  _BR_NFDoc,
  @ObjectModel.association.type: [#TO_COMPOSITION_PARENT]
  _BR_NFItem
}