P_GLACCTNOTMARKFORDELETION

CDS View

gl account is not marked for deletion

P_GLACCTNOTMARKFORDELETION is a CDS View in S/4HANA. gl account is not marked for deletion. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CostElementTP view_entity left_outer TRANSACTIONAL G/L Account in CtrlgArea (Draft 2.0)
@Metadata.ignorePropagatedAnnotations: true
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_GLAcctNotMarkForDeletion as select from I_GLAcctInCoCode {
  key ChartOfAccounts,
  key GLAccount,
  key ControllingArea,
  AccountIsMarkedForDeletion
}
group by ChartOfAccounts, GLAccount, ControllingArea, AccountIsMarkedForDeletion
having AccountIsMarkedForDeletion = ''