P_EvtBsdDistrPostgRule

DDL: P_EVTBSDDISTRPOSTGRULE SQL: PEBDPRULE Type: view COMPOSITE Package: ODATA_EBW_ORDER_INSPECTOR

Event Based Distribution Posting Rule

P_EvtBsdDistrPostgRule is a Composite CDS View that provides data about "Event Based Distribution Posting Rule" in SAP S/4HANA. It reads from 1 data source (R_EventBasedDistrPostingRule) and exposes 2 fields with key field OrderID. Part of development package ODATA_EBW_ORDER_INSPECTOR.

Data Sources (1)

SourceAliasJoin Type
R_EventBasedDistrPostingRule R_EventBasedDistrPostingRule from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PEBDPRULE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Event Based Distribution Posting Rule view
VDM.private true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #COMPOSITE view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OrderID OrderID Order ID
RcvrObjectType

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 P_EvtBsdDistrPostgRule.
-- 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: PEBDPRULE

CREATE VIEW P_EvtBsdDistrPostgRule AS
SELECT
  OrderID,
  max(PartnerControllingObjectType) AS RcvrObjectType
FROM R_EventBasedDistrPostingRule
;