A_FundsMgmtFunctionalAreaText
Fnds Management Functional Area Text
A_FundsMgmtFunctionalAreaText is a Basic CDS View that provides data about "Fnds Management Functional Area Text" in SAP S/4HANA. It reads from 1 data source (I_FunctionalAreaText) and exposes 4 fields with key fields FunctionalArea, Language. It has 1 association to related views. It is exposed through 1 OData service (API_FNDSMGMTFUNCTIONALAREA). Part of development package PSM_FM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FunctionalAreaText | I_FunctionalAreaText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_FundsMgmtFunctionalArea | _FundsMgmtFunctionalArea | $projection.FunctionalArea = _FundsMgmtFunctionalArea.FunctionalArea |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Fnds Management Functional Area Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| OData.entityType.name | FundsMgmtFunctionalAreaText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FNDSMGMTFUNCTIONALAREA | API_FNDSMGMTFUNCTIONALAREA | V2 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FunctionalArea | FunctionalArea | ||
| KEY | Language | Language | ||
| FunctionalAreaName | FunctionalAreaName | |||
| _FundsMgmtFunctionalArea | _FundsMgmtFunctionalArea |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fnds Management Functional Area Text'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #L
}
@ObjectModel.dataCategory:#TEXT
@OData.entityType.name: 'FundsMgmtFunctionalAreaText_Type'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define root view entity A_FundsMgmtFunctionalAreaText
as select from I_FunctionalAreaText
association [1..1] to A_FundsMgmtFunctionalArea as _FundsMgmtFunctionalArea on $projection.FunctionalArea = _FundsMgmtFunctionalArea.FunctionalArea
{
key FunctionalArea,
@Semantics.language:true
key Language,
@Semantics.text:true
FunctionalAreaName,
_FundsMgmtFunctionalArea
}
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