A_CnsldtnFinTransTypeText_2
Cnsldtn Fin Transaction Type - Text
A_CnsldtnFinTransTypeText_2 is a Composite CDS View that provides data about "Cnsldtn Fin Transaction Type - Text" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnFinTransTypeTextTP) and exposes 4 fields with key fields Language, FinancialTransactionType. It is exposed through 1 OData service (API_CNSLDTNFINTRANSTYPE). Part of development package FIN_CS_MD_FINTRANSACTIONTYPE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnFinTransTypeTextTP | R_CnsldtnFinTransTypeTextTP | projection |
Annotations (11)
| 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 | |
| OData.entityType.name | CnsldtnFinTransactionTypeText_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| Search.searchable | true | view | |
| EndUserText.label | Cnsldtn Fin Transaction Type - Text | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CNSLDTNFINTRANSTYPE | API_CNSLDTNFINTRANSTYPE | V4 | C2 | C1 |
@AccessControl: {
authorizationCheck: #MANDATORY
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
}
@OData.entityType.name: 'CnsldtnFinTransactionTypeText_Type'
@VDM: {
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #COMPOSITE,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@Search.searchable: true
@EndUserText.label: 'Cnsldtn Fin Transaction Type - Text'
define view entity A_CnsldtnFinTransTypeText_2
as projection on R_CnsldtnFinTransTypeTextTP as _Text
{
@Semantics.language
key _Text.Language,
key _Text.FinancialTransactionType,
@Semantics.text
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
_Text.FinancialTransactionTypeName,
_Text.CnsldtnIsAdditionalMasterData,
/* associations for transactional processing */
_FinancialTransactionType as _FinancialTransactionType : redirected to parent A_CnsldtnFinTransactionType_2
}
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