I_LglCntntMExtCntctTypeText

DDL: I_LGLCNTNTMEXTCNTCTTYPETEXT SQL: ILCMEXTCONTTXT Type: view BASIC Package: VDM_LCM_LT

External Contact Type - Text

I_LglCntntMExtCntctTypeText is a Basic CDS View that provides data about "External Contact Type - Text" in SAP S/4HANA. It reads from 1 data source (I_LCMExtContactTypeText) and exposes 3 fields with key fields LglCntntMExtCntctType, Language. Part of development package VDM_LCM_LT.

Data Sources (1)

SourceAliasJoin Type
I_LCMExtContactTypeText I_LCMExtContactTypeText from

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ILCMEXTCONTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey LglCntntMExtCntctType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label External Contact Type - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMExtCntctType LglCntntMExtCntctType
KEY Language Language
LglCntntMExtCntctTypeName LglCntntMExtCntctTypeName
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ILCMEXTCONTTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC

@ObjectModel:{
   representativeKey: 'LglCntntMExtCntctType',
   usageType.dataClass: #CUSTOMIZING,
   usageType.serviceQuality: #A,
   usageType.sizeCategory: #S,
   dataCategory: #TEXT
}

@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities:[ #SQL_DATA_SOURCE,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #LANGUAGE_DEPENDENT_TEXT ]

@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

@EndUserText.label: 'External Contact Type - Text'

define view I_LglCntntMExtCntctTypeText
  as select from I_LCMExtContactTypeText
{
  key LglCntntMExtCntctType,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      LglCntntMExtCntctTypeName
}