P_BPRELSHPCOMPANYINTUNION

CDS View

Private View for BP Company Interest

P_BPRELSHPCOMPANYINTUNION is a CDS View in S/4HANA. Private View for BP Company Interest. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BPRelshpCompanyInterestTP view_entity from TRANSACTIONAL RAP BO view for BP shareholder data
@AbapCatalog.sqlViewName: 'BPRELCOUNI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.private: true
@EndUserText.label: 'Private View for BP Company Interest'
define view P_BPRelshpCompanyIntUnion as select from I_BPRelshpCompanyInterest {
  key RelationshipNumber,
  key BusinessPartnerCompany,
  key BusinessPartnerPerson,
  key ValidityEndDate,
  RelationshipCategory,
  BPCoCapitalInterestPercentage,
   @Semantics.amount.currencyCode: 'Currency'
  BPCompanyCapitalInterestAmount,
   @Semantics.currencyCode: true
  Currency,
  IsShareholderControlledCompany,
  'X' as BPRelshpCatIsInFwdDirection,
  /* Associations */
  _BusinessPartnerCompany,
  _BusinessPartnerPerson
}
union all select from I_BPRelshpCompanyInterest {
  key RelationshipNumber,
  key BusinessPartnerPerson as BusinessPartnerCompany,
  key BusinessPartnerCompany as BusinessPartnerPerson,
  key ValidityEndDate,
  RelationshipCategory,
  BPCoCapitalInterestPercentage,
   @Semantics.amount.currencyCode: 'Currency'
  BPCompanyCapitalInterestAmount,
   @Semantics.currencyCode: true
  Currency,
  IsShareholderControlledCompany,
  '' as BPRelshpCatIsInFwdDirection,
  /* Associations */
  _BusinessPartnerPerson as _BusinessPartnerCompany,
  _BusinessPartnerCompany as _BusinessPartnerPerson
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BPRELSHPCOMPANYINTEREST"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER"
],
"BASE":
[
"I_BPRELSHPCOMPANYINTEREST"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/