//@EndUserText.label: 'Documented Credit Decision 3'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'PDCD3'
@VDM.viewType: #COMPOSITE
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: ['CreditDecisionSalesDocument' ]
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
define view P_DCD_3
as select from I_CreditDecisionDocument
{
key CreditDecisionSalesDocument,
'X' as SalesOrderHasCreditDecisionDoc
}
group by
CreditDecisionSalesDocument
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CREDITDECISIONDOCUMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/