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

C_BR_RptgIntrsttTranspNFQuery

DDL: C_BR_RPTGINTRSTTTRANSPNFQUERY SQL: CBRINTTRNSNFQRY Type: view CONSUMPTION

EFD-D101-L012-Intrstt Transp NF Hdr Qry

C_BR_RptgIntrsttTranspNFQuery is a Consumption CDS View that provides data about "EFD-D101-L012-Intrstt Transp NF Hdr Qry" in SAP S/4HANA. It reads from 1 data source (C_BR_RptgIntrsttTranspNFCube) and exposes 9 fields with key field BR_NotaFiscal.

Data Sources (1)

SourceAliasJoin Type
C_BR_RptgIntrsttTranspNFCube C_BR_RptgIntrsttTranspNFCube from

Annotations (14)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CBRINTTRNSNFQRY view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.query true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label EFD-D101-L012-Intrstt Transp NF Hdr Qry view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal BR_NotaFiscal Nota Fiscal
BR_NFPostingDate BR_NFPostingDate
DT_E_SCompanyCode
EMPRESABusinessPlace
FILIALSalesDocumentCurrency
BR_SPEDReportRegister BR_SPEDReportRegister
REGBR_FCPOnICMSTaxAmount
VL_ICMS_UF_DESTBR_ICMSOriginTaxAmount
VL_ICMS_UF_REMResourceSortTextSORTER

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_RptgIntrsttTranspNFQuery.
-- 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: CBRINTTRNSNFQRY

CREATE VIEW C_BR_RptgIntrsttTranspNFQuery AS
SELECT
  BR_NotaFiscal,
  BR_NFPostingDate,
  BR_SPEDReportRegister
FROM C_BR_RptgIntrsttTranspNFCube
;