R_CashPoolMDDescTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CashPoolMDDesc | I_CashPoolMDDesc | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA