R_EvtBsdPostgRuleSpclDistrMeth

DDL: R_EVTBSDPOSTGRULESPCLDISTRMETH SQL: REBPRSPCDISTMET Type: view COMPOSITE

Event-Based Posting Rule Special Distribution Method

R_EvtBsdPostgRuleSpclDistrMeth is a Composite CDS View that provides data about "Event-Based Posting Rule Special Distribution Method" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 3 fields with key fields EvtBsdDistrTracingFctrDetnMeth, Language.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText I_DomainFixedValueText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName REBPRSPCDISTMET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey EvtBsdDistrTracingFctrDetnMeth view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Event-Based Posting Rule Special Distribution Method view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EvtBsdDistrTracingFctrDetnMeth Lower Value
KEY Language Language Report Text Language
EvtBsdPostgRuleDistrMethodText Short Description

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 R_EvtBsdPostgRuleSpclDistrMeth.
-- 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: REBPRSPCDISTMET

CREATE VIEW R_EvtBsdPostgRuleSpclDistrMeth AS
SELECT
  cast(DomainValue as fco_ebpr_distrtrcgfctrdetnmeth) AS EvtBsdDistrTracingFctrDetnMeth,
  Language,
  cast(DomainText as fco_ebpr_distribution_meth_txt) AS EvtBsdPostgRuleDistrMethodText
FROM I_DomainFixedValueText
;