P_RSHRelationshipSplit

DDL: P_RSHRELATIONSHIPSPLIT SQL: PRSHRELSPLIT Type: view BASIC

P_RSHRelationshipSplit is a Basic CDS View in SAP S/4HANA. It reads from 2 data sources (I_Plant, I_Plant).

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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/