Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

C_BR_ReportingNFItemCube

DDL: C_BR_REPORTINGNFITEMCUBE SQL: CBRNDOCITCUBE Type: view CONSUMPTION

EFD-C170-L012 - NF Document Item Cube

C_BR_ReportingNFItemCube is a Consumption CDS View (Cube) that provides data about "EFD-C170-L012 - NF Document Item Cube" in SAP S/4HANA. It reads from 1 data source (P_BR_RptgNFTaxAggregation) and exposes 39 fields with key fields CompanyCode, BusinessPlace, BR_NotaFiscal, BR_NotaFiscalItem.

Data Sources (1)

SourceAliasJoin Type
P_BR_RptgNFTaxAggregation P_BR_RptgNFTaxAggregation from

Annotations (15)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CBRNDOCITCUBE view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataCategory #CUBE view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label EFD-C170-L012 - NF Document Item Cube view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor view

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY BusinessPlace BusinessPlace Business place
KEY BR_NotaFiscal BR_NotaFiscal Nota Fiscal
KEY BR_NotaFiscalItem
NUM_ITEMBR_NFIssuedBy
BR_NFPostingDate BR_NFPostingDate
BR_NFeNumber BR_NFeNumber
BR_NFModel BR_NFModel
BR_NFSituationCode BR_NFSituationCode
BR_NFExternalItemNumber BR_NFExternalItemNumber
SalesDocumentCurrency SalesDocumentCurrency Currency
HeaderWeightUnit HeaderWeightUnit
MaterialType MaterialType Material Type
BR_SPEDReportRegister
REGMaterial
COD_ITEMMaterialName
dec255asQuantityInBaseUnit Quantity
QTDBaseUnit
VL_ITEMBR_NFDiscountAmountWithTaxes
VL_DESCBR_NFIsPhysicalMvtOfMaterial
IND_MOVBR_ICMSTaxSituation
CST_ICMSNFOperationNature
CFOPBR_CFOPCode
COD_NATICMSBR_ICMSTaxBaseAmount
dec252asBR_ICMSTaxRate
VL_ICMSICMSSTBR_ICMSSTTaxBaseAmount
00endasBR_ICMSSTTaxRate
CST_IPIasIPILegalClassfctn
COD_ENQBR_IPITaxBaseAmount
dec252asBR_IPITaxRate
ALIQ_IPIBR_IPITaxAmount
VL_IPIPISBR_PISTaxSituation
CST_PISBR_PISTaxBaseAmount
dec252asBR_PISQuantityBaseAmount
QUANT_BC_PISBR_AppliedPISTaxAmount
ALIQ_PISBR_PISTaxAmount
VL_PISCOFINSBR_COFINSTaxSituation
CST_COFINSBR_COFINSTaxBaseAmount
ALIQ_COFINSBR_COFINSTaxAmount

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 C_BR_ReportingNFItemCube.
-- 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: CBRNDOCITCUBE

CREATE VIEW C_BR_ReportingNFItemCube AS
SELECT
  CompanyCode,
  BusinessPlace,
  BR_NotaFiscal,
  right(BR_NotaFiscalItem,3) AS BR_NotaFiscalItem,
  BR_NFPostingDate,
  BR_NFeNumber,
  BR_NFModel,
  BR_NFSituationCode,
  BR_NFExternalItemNumber,
  SalesDocumentCurrency,
  HeaderWeightUnit,
  MaterialType,
  'C170' AS BR_SPEDReportRegister
FROM P_BR_RptgNFTaxAggregation
;