C_FunctionalLocationTextDP
Functional Location - Text
C_FunctionalLocationTextDP is a Consumption CDS View that provides data about "Functional Location - Text" in SAP S/4HANA. It reads from 1 data source (I_FunctionalLocationText) and exposes 8 fields with key fields FunctionalLocation, Language. It is exposed through 1 OData service (DP_FUNCTIONALLOCATION). Part of development package VDM_EAM_FUNCTIONALLOCATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FunctionalLocationText | I_FunctionalLocationText | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Functional Location - Text | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | FunctionalLocation | view | |
| ObjectModel.sapObjectNodeType.name | FunctionalLocationText | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| DataIntegration.deltaReplication.intended | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| DP_FUNCTIONALLOCATION | DP_FUNCTIONALLOCATION | C2 | NOT_RELEASED |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FunctionalLocation | |||
| KEY | Language | Language | ||
| FunctionalLocationName | FunctionalLocationName | Description | ||
| IsPrimaryLanguage | IsPrimaryLanguage | |||
| FuncnlLocHasLongText | FuncnlLocHasLongText | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _FunctionalLocation | _FunctionalLocation | |||
| _Language | _Language |
@EndUserText.label: 'Functional Location - Text'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #REQUIRED
}
@ObjectModel: {
dataCategory: #TEXT,
supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ],
representativeKey: 'FunctionalLocation',
sapObjectNodeType.name: 'FunctionalLocationText',
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #XL
}
}
@DataIntegration.deltaReplication: { intended: true }
@VDM.viewType: #CONSUMPTION
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: true }
define view entity C_FunctionalLocationTextDP
as select from I_FunctionalLocationText
{
// key FunctionalLocation,
key cast( FunctionalLocation as tplnr_unconverted preserving type ) as FunctionalLocation,
key Language,
@Semantics.text: true
@EndUserText.label: 'Description'
FunctionalLocationName,
@Semantics.booleanIndicator:true
IsPrimaryLanguage,
FuncnlLocHasLongText,
LastChangeDateTime,
/* Associations */
_FunctionalLocation,
_Language
}
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