R_CnsldtnFSItemTextTP
Cnsldtn FS Item - Text TP
R_CnsldtnFSItemTextTP is a Transactional CDS View that provides data about "Cnsldtn FS Item - Text TP" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnFSItemText_2) and exposes 9 fields with key fields Language, ConsolidationChartOfAccounts, CnsldtnFinancialStatementItem. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnFSItemText_2 | _Source | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Cnsldtn FS Item - Text TP | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | I_CnsldtnFSItemText_2 | Language | |
| KEY | ConsolidationChartOfAccounts | I_CnsldtnFSItemText_2 | ConsolidationChartOfAccounts | |
| KEY | CnsldtnFinancialStatementItem | I_CnsldtnFSItemText_2 | CnsldtnFinancialStatementItem | |
| CnsldtnFSItemText | I_CnsldtnFSItemText_2 | CnsldtnFSItemText | ||
| CnsldtnFSItemMediumText | I_CnsldtnFSItemText_2 | CnsldtnFSItemMediumText | ||
| CnsldtnFSItemLongText | I_CnsldtnFSItemText_2 | CnsldtnFSItemLongText | ||
| ETag | _CnsldtnFSItem | ETag | ||
| _Language | _Language | |||
| _CnsldtnFSItem | _CnsldtnFSItem |
@AccessControl: {
authorizationCheck: #MANDATORY
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Cnsldtn FS Item - Text TP'
define view entity R_CnsldtnFSItemTextTP
as select from I_CnsldtnFSItemText_2 as _Source
/* associations for transactional processing */
association to parent R_CnsldtnFSItemTP as _CnsldtnFSItem on $projection.ConsolidationChartOfAccounts = _CnsldtnFSItem.ConsolidationChartOfAccounts
and $projection.CnsldtnFinancialStatementItem = _CnsldtnFSItem.CnsldtnFinancialStatementItem
/* associations */
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language
key _Source.Language,
key _Source.ConsolidationChartOfAccounts,
key _Source.CnsldtnFinancialStatementItem,
@Semantics.text
_Source.CnsldtnFSItemText,
@Semantics.text
_Source.CnsldtnFSItemMediumText,
@Semantics.text
_Source.CnsldtnFSItemLongText,
@UI.hidden: true
_CnsldtnFSItem.ETag, // required for etag handling
/* associations */
_Language,
_CnsldtnFSItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNFSITEMTEXT_2",
"R_CNSLDTNFSITEMTP"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_CNSLDTNFSITEMTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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