P_CASHFLOWITEMGLACCOUNT

CDS View

P_CASHFLOWITEMGLACCOUNT is a CDS View in S/4HANA. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_CashFlowItemGLAccountComb view from COMPOSITE
P_CashFlowItemGLAccountComb view inner COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 1
@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":""
}
}*/