I_CASHPOOLMDDESC
Cash Pool Master Data Description
I_CASHPOOLMDDESC is a CDS View in S/4HANA. Cash Pool Master Data Description. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_Fa_Bkh | view | left_outer | BASIC | Bank Account Hierarchy for Flow Analyzer |
| R_CashPoolMDDescTP | view_entity | from | TRANSACTIONAL | Cash Pool Master Data Description |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| CashPoolDesc | BankAccountHierarchyName | 1 |
@AbapCatalog.sqlViewName: 'ICPLMDDESC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cash Pool Master Data Description'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.representativeKey: 'CashPoolName'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
define view I_CashPoolMDDesc
as select from fclm_cpl_txt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key pool_name as CashPoolName,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@Semantics.text: true
pool_desc as CashPoolDesc,
@Semantics.text: true
ref_text as CashPoolRefTxt,
local_last_changed_at as LocalLastChangeDateTime,
_Language
}