A_FunctionalLocationLongText
Functional Location Text
A_FunctionalLocationLongText is a Composite CDS View that provides data about "Functional Location Text" in SAP S/4HANA. It reads from 1 data source (R_FunctionalLocationLongTextTP) and exposes 7 fields with key field FunctionalLocation. It is exposed through 1 OData service (API_FUNCTIONALLOCATION). Part of development package IEQM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FunctionalLocationLongTextTP | R_FunctionalLocationLongTextTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Functional Location Text | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FUNCTIONALLOCATION | API_FUNCTIONALLOCATION | V2 | C2 | C1 |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FunctionalLocation | FunctionalLocation | ||
| FunctionalLocationLabelName | FunctionalLocationLabelName | |||
| TextObjectKey | ||||
| Language | Language | |||
| TextObjectCategory | TextObjectCategory | |||
| TextObjectType | TextObjectType | |||
| FuncnlLocLongText | FuncnlLocLongText |
@EndUserText.label: 'Functional Location Text'
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
define view entity A_FunctionalLocationLongText
as projection on R_FunctionalLocationLongTextTP
{
key FunctionalLocation,
FunctionalLocationLabelName,
cast(TextObjectKey as tplnr_unconverted preserving type) as TextObjectKey,
Language,
@Consumption.hidden: true
TextObjectCategory,
@Consumption.hidden: true
TextObjectType,
FuncnlLocLongText,
_FunctionalLocation: redirected to parent A_FunctionalLocation
}
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