C_FunctionalLocationTextDP

DDL: C_FUNCTIONALLOCATIONTEXTDP Type: view_entity CONSUMPTION Package: VDM_EAM_FUNCTIONALLOCATION

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)

SourceAliasJoin Type
I_FunctionalLocationText I_FunctionalLocationText from

Annotations (13)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
DP_FUNCTIONALLOCATION DP_FUNCTIONALLOCATION C2 NOT_RELEASED

Fields (8)

KeyFieldSource TableSource FieldDescription
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
}