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

C_BR_ReportingRefNFQuery

DDL: C_BR_REPORTINGREFNFQUERY SQL: CBRREFNFQRY Type: view CONSUMPTION

EFD-C113-L012 - Referenced NF Query

C_BR_ReportingRefNFQuery is a Consumption CDS View that provides data about "EFD-C113-L012 - Referenced NF Query" in SAP S/4HANA. It reads from 1 data source (C_BR_ReportingRefNFCube) and exposes 16 fields with key fields CompanyCode, BusinessPlace, BR_NotaFiscal.

Data Sources (1)

SourceAliasJoin Type
C_BR_ReportingRefNFCube C_BR_ReportingRefNFCube from

Parameters (3)

NameTypeDefault
P_StatryRptgEntity srf_reporting_entity
P_StatryRptCategory srf_rep_cat_id
P_StatryRptRunID srf_report_run_id

Annotations (14)

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

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY BusinessPlace BusinessPlace Business place
KEY BR_NotaFiscal BR_NotaFiscal Nota Fiscal
BR_AdditionalNFInfoKey BR_AdditionalNFInfoKey
BR_NFPostingDate BR_NFPostingDate
BR_SPEDReportRegister BR_SPEDReportRegister
BR_NFDirection BR_NFDirection
BR_NFIssuedBy BR_NFIssuedBy
BusinessPartner BusinessPartner Issuing Authority
BR_NFModel BR_NFModel
BR_NFSeries BR_NFSeries
BR_NFSubSeries BR_NFSubSeries
BR_NFeNumber BR_NFeNumber
BR_NFIssueDate BR_NFIssueDate
BR_NFeAccessKey BR_NFeAccessKey
ResourceSortText ResourceSortText

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_ReportingRefNFQuery.
-- 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: CBRREFNFQRY
-- Parameters: P_StatryRptgEntity : srf_reporting_entity, P_StatryRptCategory : srf_rep_cat_id, P_StatryRptRunID : srf_report_run_id

CREATE VIEW C_BR_ReportingRefNFQuery AS
SELECT
  CompanyCode,
  BusinessPlace,
  BR_NotaFiscal,
  BR_AdditionalNFInfoKey,
  BR_NFPostingDate,
  BR_SPEDReportRegister,
  BR_NFDirection,
  BR_NFIssuedBy,
  BusinessPartner,
  BR_NFModel,
  BR_NFSeries,
  BR_NFSubSeries,
  BR_NFeNumber,
  BR_NFIssueDate,
  BR_NFeAccessKey,
  ResourceSortText
FROM C_BR_ReportingRefNFCube
;