@AbapCatalog.sqlViewName: 'PCSHFLWITEMGL'
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CashFlowItemGLAccount
as select from I_ActualCashFlowWithGLAccount as flow
{
key CashFlowScopeForAccounting,
key CompanyCode,
key GLAccount
}
group by
CompanyCode,
GLAccount,
CashFlowScopeForAccounting
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACTUALCASHFLOWWITHGLACCOUNT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/