P_SelectDefault

DDL: P_SELECTDEFAULT SQL: PSELDEF Type: view COMPOSITE

P_SelectDefault is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_CurrencyPair, I_SAPClient) and exposes 1 field.

Data Sources (2)

SourceAliasJoin Type
I_CurrencyPair I_CurrencyPair left_outer
I_SAPClient I_SAPClient from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PSELDEF view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (1)

KeyFieldSource TableSource FieldDescription
MaximumSort
@AbapCatalog.sqlViewName: 'PSELDEF'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private:true
define view P_SelectDefault as select from 
I_SAPClient left outer join I_CurrencyPair on I_CurrencyPair.SortSequence <> 0
{
  max( SortSequence ) as MaximumSort
} 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCYPAIR",
"I_SAPCLIENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/