I_CASHPOOLMD

CDS View

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)

ViewTypeJoinVDMDescription
I_CashPoolMgmt view from BASIC Manage Cash Pools
P_Fa_Bkh view inner BASIC Bank Account Hierarchy for Flow Analyzer

Fields (8)

KeyField CDS FieldsUsed 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 fclm_cpl
{
  key pool_name         as CashPoolName,
      deleted_flag      as CashPoolIsDeleted,
      pool_type         as CashPoolType,
      transf_drctn      as CashPoolTransfDrctn,
      srvc_prvdr        as CashPoolSrvcPrvdr,
      balc_prof         as CashPoolBalCalcPrfl,
      fdlev             as PlanningLevel,
      augrp_t           as BankManagedCashPoolAuthGrp
}
where srvc_prvdr = 'B' or srvc_prvdr = 'E'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLM_CPL"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/