R_CashPoolMDDescTP

DDL: R_CASHPOOLMDDESCTP Type: view_entity TRANSACTIONAL Package: FCLM_CASHPOOLING

Cash Pool Master Data Description

R_CashPoolMDDescTP is a Transactional CDS View that provides data about "Cash Pool Master Data Description" in SAP S/4HANA. It reads from 1 data source (I_CashPoolMDDesc) and exposes 7 fields with key fields CashPoolName, Language. Part of development package FCLM_CASHPOOLING.

Data Sources (1)

SourceAliasJoin Type
I_CashPoolMDDesc I_CashPoolMDDesc from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Cash Pool Master Data Description view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CashPoolName CashPoolName
KEY Language Language
CashPoolDesc CashPoolDesc
CashPoolRefTxt CashPoolRefTxt
LocalLastChangeDateTime LocalLastChangeDateTime
_GeneralInfo _GeneralInfo
_Language _Language
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Cash Pool Master Data Description'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #MASTER
}
define view entity R_CashPoolMDDescTP
  as select from I_CashPoolMDDesc
  association to parent R_CashPoolTP as _GeneralInfo on $projection.CashPoolName = _GeneralInfo.CashPool
{
  key CashPoolName,
  key Language,
      CashPoolDesc,
      CashPoolRefTxt,
      LocalLastChangeDateTime,
      _GeneralInfo,
      _Language
} where _GeneralInfo.CashPoolSrvcPrvdr = 'T' 
     or _GeneralInfo.CashPoolSrvcPrvdr = 'I'
     or _GeneralInfo.CashPoolSrvcPrvdr = 'C'