P_RSHRelationshipSplit

DDL: P_RSHRELATIONSHIPSPLIT SQL: PRSHRELSPLIT Type: view BASIC Package: RSH_CDS_ORD

Relationship Split

P_RSHRelationshipSplit is a Basic CDS View that provides data about "Relationship Split" in SAP S/4HANA. It reads from 2 data sources (I_Plant, I_Plant). Part of development package RSH_CDS_ORD.

Data Sources (2)

SourceAliasJoin Type
I_Plant I_Plant from
I_Plant I_Plant union

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PRSHRELSPLIT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
@AbapCatalog.sqlViewName: 'PRSHRELSPLIT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_RSHRelationshipSplit as select from I_Plant
{
  key 1 as RelationshipSplit
}

union

select from I_Plant
{
  key 2 as RelationshipSplit
}