P_GLACCTNOTMARKFORDELETION
P_GLACCTNOTMARKFORDELETION is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CostElementTP | view | left_outer | TRANSACTIONAL | G/L Account in CtrlgArea (Draft 2.0) |
@AbapCatalog.sqlViewName: 'PGLNOTMARKDEL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_GLAcctNotMarkForDeletion as select from I_GLAcctInCoCode {
key ChartOfAccounts,
key GLAccount,
key ControllingArea,
AccountIsMarkedForDeletion
}
group by ChartOfAccounts, GLAccount, ControllingArea, AccountIsMarkedForDeletion
having AccountIsMarkedForDeletion = ''