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

C_BR_RptgUnitOfMeasureQuery

DDL: C_BR_RPTGUNITOFMEASUREQUERY SQL: CBRUNITIDENQRY Type: view CONSUMPTION

EFD-0190 - Unit of Measure Query

C_BR_RptgUnitOfMeasureQuery is a Consumption CDS View that provides data about "EFD-0190 - Unit of Measure Query" in SAP S/4HANA. It reads from 1 data source (C_BR_RptgUnitOfMeasureCube) and exposes 6 fields with key fields CompanyCode, BusinessPlace.

Data Sources (1)

SourceAliasJoin Type
C_BR_RptgUnitOfMeasureCube C_BR_RptgUnitOfMeasureCube from

Parameters (6)

NameTypeDefault
P_StatryRptgEntity srf_reporting_entity
P_StatryRptCategory srf_rep_cat_id
P_StatryRptRunID srf_report_run_id
P_FromPostingDate fis_budat_from
P_ToPostingDate fis_budat_to
P_InventoryDate calendardate

Annotations (14)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CBRUNITIDENQRY view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.query true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label EFD-0190 - Unit of Measure Query 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 (6)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY BusinessPlace BusinessPlace Business place
BR_SPEDReportRegister BR_SPEDReportRegister
UnitOfMeasure UnitOfMeasure Unit Protected Qty
UnitOfMeasureLongName UnitOfMeasureLongName
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_RptgUnitOfMeasureQuery.
-- 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: CBRUNITIDENQRY
-- Parameters: P_StatryRptgEntity : srf_reporting_entity, P_StatryRptCategory : srf_rep_cat_id, P_StatryRptRunID : srf_report_run_id, P_FromPostingDate : fis_budat_from, P_ToPostingDate : fis_budat_to, P_InventoryDate : calendardate

CREATE VIEW C_BR_RptgUnitOfMeasureQuery AS
SELECT
  CompanyCode,
  BusinessPlace,
  BR_SPEDReportRegister,
  UnitOfMeasure,
  UnitOfMeasureLongName,
  ResourceSortText
FROM C_BR_RptgUnitOfMeasureCube
;