A_BR_NFSugarCaneSupply

DDL: A_BR_NFSUGARCANESUPPLY SQL: ABRNFSUGCANESUP Type: view BASIC

Brazil Nota Fiscal Sugarcane Supply Data

A_BR_NFSugarCaneSupply is a Basic CDS View that provides data about "Brazil Nota Fiscal Sugarcane Supply Data" in SAP S/4HANA. It reads from 1 data source (I_BR_NFSugarCaneSupply) and exposes 5 fields with key fields BR_NotaFiscal, SugarcaneDayOfCurrentMnth.

Data Sources (1)

SourceAliasJoin Type
I_BR_NFSugarCaneSupply I_BR_NFSugarCaneSupply from

Annotations (18)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ABRNFSUGCANESUP view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Brazil Nota Fiscal Sugarcane Supply Data 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_NFSugarCaneSupply view
ObjectModel.representativeKey SugarcaneDayOfCurrentMnth view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled false view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal BR_NotaFiscal Nota Fiscal
KEY SugarcaneDayOfCurrentMnth SugarcaneDayOfCurrentMnth
SugarcaneSupplyQuantityUnit SugarcaneSupplyQuantityUnit
SugarcaneSupplyQuantity SugarcaneSupplyQuantity
_BR_NFDoc _BR_NFDoc

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view A_BR_NFSugarCaneSupply.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ABRNFSUGCANESUP

CREATE VIEW A_BR_NFSugarCaneSupply AS
SELECT
  BR_NotaFiscal,
  SugarcaneDayOfCurrentMnth,
  SugarcaneSupplyQuantityUnit,
  SugarcaneSupplyQuantity
FROM I_BR_NFSugarCaneSupply
;