I_RSHOperationHasCrossOrderRel

DDL: I_RSHOPERATIONHASCROSSORDERREL SQL: IRSHOPHASCROSREL Type: view BASIC

Operations with cross order relationship

I_RSHOperationHasCrossOrderRel is a Basic CDS View that provides data about "Operations with cross order relationship" in SAP S/4HANA. It reads from 1 data source (P_RSHRelationshipSplit) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
P_RSHRelationshipSplit P_RSHRelationshipSplit cross

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IRSHOPHASCROSREL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
EndUserText.label Operations with cross order relationship view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (1)

KeyFieldSource TableSource FieldDescription
HasCrossOrderRelationship

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_RSHOperationHasCrossOrderRel.
-- 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: IRSHOPHASCROSREL

CREATE VIEW I_RSHOperationHasCrossOrderRel AS
SELECT
  'X' AS HasCrossOrderRelationship
CROSS JOIN P_RSHRelationshipSplit
;