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

C_BR_RptgInterstateOpCube

DDL: C_BR_RPTGINTERSTATEOPCUBE SQL: CBRNFINTERSTCB Type: view CONSUMPTION

EFD-C101-L012 - NF Interstate Cube

C_BR_RptgInterstateOpCube is a Consumption CDS View (Cube) that provides data about "EFD-C101-L012 - NF Interstate Cube" in SAP S/4HANA. It reads from 1 data source (P_BR_RptgNFDataAggregation) and exposes 12 fields with key field BR_NotaFiscal.

Data Sources (1)

SourceAliasJoin Type
P_BR_RptgNFDataAggregation dit from

Annotations (15)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CBRNFINTERSTCB view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataCategory #CUBE view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label EFD-C101-L012 - NF Interstate 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 (12)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal P_BR_RptgNFDataAggregation BR_NotaFiscal Nota Fiscal
BR_NFPostingDateasNFPostingDate
CompanyCode
BusinessPlace
BR_NFPartnerRegionCode
BR_NFDirection
BR_NFSituationCode
SalesDocumentCurrency
MOEDAC101asBR_SPEDReportRegister
BR_FCPOnICMSTaxAmount
BR_ICMSDestinationTaxAmount
BR_ICMSOriginTaxAmount

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_RptgInterstateOpCube.
-- 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: CBRNFINTERSTCB

CREATE VIEW C_BR_RptgInterstateOpCube AS
SELECT
  dit.BR_NotaFiscal AS BR_NotaFiscal
FROM P_BR_RptgNFDataAggregation AS dit
;