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