I_CASHPOOLMD
Cash Pool Master Data
I_CASHPOOLMD is a CDS View in S/4HANA. Cash Pool Master Data. It contains 8 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CashPoolMgmt | view | from | BASIC | Manage Cash Pools |
| P_Fa_Bkh | view | inner | BASIC | Bank Account Hierarchy for Flow Analyzer |
Fields (8)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CashPoolName | CashPoolName | 1 |
| BankManagedCashPoolAuthGrp | BankManagedCashPoolAuthGrp | 1 | |
| CashPoolBalCalcPrfl | CashPoolBalCalcPrfl | 1 | |
| CashPoolIsDeleted | CashPoolIsDeleted | 1 | |
| CashPoolSrvcPrvdr | CashPoolSrvcPrvdr | 1 | |
| CashPoolTransfDrctn | CashPoolTransfDrctn | 1 | |
| CashPoolType | CashPoolType | 1 | |
| PlanningLevel | PlanningLevel | 1 |
@AbapCatalog.sqlViewName: 'ICPLMD'
@AbapCatalog.compiler.compareFilter: true
@Analytics:{
dataCategory: #DIMENSION,
dataExtraction.enabled: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cash Pool Master Data'
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #X
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CashPoolName'
define view I_CashPoolMD
as select from I_CashPoolBasic
{
key CashPool as CashPoolName,
CashPoolIsDeleted,
CashPoolType,
CashPoolTransfDrctn,
CashPoolSrvcPrvdr,
CashPoolBalCalcPrfl,
PlanningLevel,
BankManagedCashPoolAuthGrp
}
where
CashPoolSrvcPrvdr = 'B'
or CashPoolSrvcPrvdr = 'E'