P_RSHRELATIONSHIPSPLIT

CDS View

P_RSHRELATIONSHIPSPLIT is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RSHOperationHasCrossOrderRel view cross BASIC Operations with cross order relationship
@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":""
}
}*/