I_FunctionalLocationLongTextTP

DDL: I_FUNCTIONALLOCATIONLONGTEXTTP Type: view_entity TRANSACTIONAL

FL Long Text - TP

I_FunctionalLocationLongTextTP is a Transactional CDS View that provides data about "FL Long Text - TP" in SAP S/4HANA. It reads from 1 data source (R_FunctionalLocationLongTextTP) and exposes 7 fields with key field FunctionalLocation.

Data Sources (1)

SourceAliasJoin Type
R_FunctionalLocationLongTextTP R_FunctionalLocationLongTextTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label FL Long Text - TP view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocation FunctionalLocation
Language Language
FunctionalLocationLabelName FunctionalLocationLabelName
TextObjectKey
TextObjectCategory TextObjectCategory
TextObjectType TextObjectType
FuncnlLocLongText FuncnlLocLongText
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'FL Long Text - TP'
@ObjectModel: {
   modelingPattern:       #TRANSACTIONAL_INTERFACE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
   usageType: {
     serviceQuality: #C,
     sizeCategory:   #L,
     dataClass:      #MASTER
   },
   semanticKey: ['FunctionalLocation']
 }

@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}

@Metadata.ignorePropagatedAnnotations:true

define view entity I_FunctionalLocationLongTextTP as projection on R_FunctionalLocationLongTextTP
{
      key FunctionalLocation,
      @Semantics.language:true
      Language,
      FunctionalLocationLabelName,
      cast(TextObjectKey as tplnr_unconverted preserving type)      as TextObjectKey,
      TextObjectCategory,
      @Consumption.hidden: true
      TextObjectType,
      @Semantics.text:true
      FuncnlLocLongText,
      _FunctionalLocation: redirected to parent I_FunctionalLocationTP
      
}