P_CASHFLOWITEMGLACCOUNT
GL Accounts of Cash Flow Items
P_CASHFLOWITEMGLACCOUNT is a CDS View in S/4HANA. GL Accounts of Cash Flow Items. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_CashFlowItemGLAccountComb | view_entity | from | COMPOSITE | GL Accounts of Cash Flow Items |
| P_CashFlowItemGLAccountComb | view_entity | inner | COMPOSITE | GL Accounts of Cash Flow Items |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CompanyCode | CompanyCode | 1 |
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_CashFlowItemGLAccount
as select from I_ActualCashFlowWithGLAccount as flow
{
key CashFlowScopeForAccounting,
key CompanyCode,
key GLAccount
}
group by
CompanyCode,
GLAccount,
CashFlowScopeForAccounting