I_SftyDtaShtSubsqntShptRule

DDL: I_SFTYDTASHTSUBSQNTSHPTRULE Type: view_entity BASIC

SDS Subsequent Shipment Rule

I_SftyDtaShtSubsqntShptRule is a Basic CDS View that provides data about "SDS Subsequent Shipment Rule" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l Rule from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SftyDtaShtSubsqntShptRuleTxt _Text $projection.SftyDataShtSubsqntShptRule = _Text.SftyDataShtSubsqntShptRule

Annotations (7)

NameValueLevelField
EndUserText.label SDS Subsequent Shipment Rule view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey SftyDataShtSubsqntShptRule view

Fields (2)

KeyFieldSource TableSource FieldDescription
domvalue_l12asSftyDataShtSubsqntShptRule
_Text _Text

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_SftyDtaShtSubsqntShptRule.
-- 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_SftyDtaShtSubsqntShptRule AS
SELECT *  -- field list not available in parsed metadata
FROM dd07l AS Rule
LEFT OUTER JOIN I_SftyDtaShtSubsqntShptRuleTxt AS _Text ON SftyDataShtSubsqntShptRule = _Text.SftyDataShtSubsqntShptRule  -- association [0..*]
;