I_CnsldtnFinTransTypeTextTP
Cnsldtn Fin Transaction Type - Text TP
I_CnsldtnFinTransTypeTextTP is a Transactional CDS View that provides data about "Cnsldtn Fin Transaction Type - Text TP" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnFinTransTypeTextTP) and exposes 4 fields with key fields Language, FinancialTransactionType. Part of development package FIN_CS_MD_FINTRANSACTIONTYPE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnFinTransTypeTextTP | R_CnsldtnFinTransTypeTextTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Cnsldtn Fin Transaction Type - Text TP | view |
@AccessControl: {
authorizationCheck: #MANDATORY
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #TRANSACTIONAL_INTERFACE,
// sapObjectNodeType:{
// name: 'CnsldtnFinTransactionTypeText'
// },
semanticKey: [
'Language',
'FinancialTransactionType'
],
supportedCapabilities: [
#TRANSACTIONAL_PROVIDER
],
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
}
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Cnsldtn Fin Transaction Type - Text TP'
define view entity I_CnsldtnFinTransTypeTextTP
as projection on R_CnsldtnFinTransTypeTextTP as _Text
{
@Semantics.language
key _Text.Language,
key _Text.FinancialTransactionType,
@Semantics.text
_Text.FinancialTransactionTypeName,
_Text.CnsldtnIsAdditionalMasterData,
/* associations for transactional processing */
_FinancialTransactionType as _FinancialTransactionType : redirected to parent I_CnsldtnFinTransactionTypeTP
}
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