P_INTCOPOSTGRSTRCNRAWDATA

CDS View

P_INTCOPOSTGRSTRCNRAWDATA is a CDS View in S/4HANA. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_IntcoPostgRstrcn_0 view from COMPOSITE
P_IntcoPostgRstrcn_0 view union COMPOSITE
@AbapCatalog.sqlViewName: 'PICORSTRCNRAW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType: {
        sizeCategory: #S,
        serviceQuality: #C,
        dataClass: #CUSTOMIZING
    }
define view P_IntcoPostgRstrcnRawData
  as select from I_IntcoPostgAllwdSndrRcvr
{

  key SenderCompanyCode,
  key ReceiverCompanyCode
 
}

union

select from I_IntcoPostgAllwdSndrRcvr
{

  key ReceiverCompanyCode as SenderCompanyCode,
  key SenderCompanyCode as ReceiverCompanyCode
  
  }
  where SndrRcvrRelshpIsBidirectional = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INTCOPOSTGALLWDSNDRRCVR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/