P_GLACCTNOTMARKFORDELETION

CDS View

P_GLACCTNOTMARKFORDELETION is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
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 = ''