I_ARunSupSelRuleTP

DDL: I_ARUNSUPSELRULETP Type: view_entity TRANSACTIONAL

Supply Selection Rule - TP

I_ARunSupSelRuleTP is a Transactional CDS View that provides data about "Supply Selection Rule - TP" in SAP S/4HANA. It reads from 1 data source (I_ARunSupSelRule) and exposes 8 fields with key field ARunSupplySelectionRuleUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ARunSupSelRule I_ARunSupSelRule from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ARunSupSelRuleAttribTP _ARunSupSelRuleAttribTP

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Supply Selection Rule - TP view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ARunSupplySelectionRuleUUID ARunSupplySelectionRuleUUID ARun Sel Rule UUID
ARunSupplySelectionRule ARunSupplySelectionRule ARun Supply Sel Rule
ARunSupplySelectionRuleText I_ARunSupSelRule ARunSupplySelectionRuleText ARun Sel Rule
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
_ARunSupSelRuleAttribTP _ARunSupSelRuleAttribTP

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 I_ARunSupSelRuleTP.
-- 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.

CREATE VIEW I_ARunSupSelRuleTP AS
SELECT
  ARunSupplySelectionRuleUUID,
  ARunSupplySelectionRule,
  I_ARunSupSelRule.ARunSupplySelectionRuleText AS ARunSupplySelectionRuleText,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LastChangeDateTime
FROM I_ARunSupSelRule
LEFT OUTER JOIN I_ARunSupSelRuleAttribTP AS _ARunSupSelRuleAttribTP ON /* condition not available in parsed metadata */  -- association [0..*]
;