I_LglCntntMIntCntctTypeText

DDL: I_LGLCNTNTMINTCNTCTTYPETEXT SQL: ILCMINTCONTTXT Type: view BASIC Package: VDM_LCM_LT

Internal Contact Type - Text

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

Data Sources (1)

SourceAliasJoin Type
I_LCMIntContactTypeText I_LCMIntContactTypeText from

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ILCMINTCONTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey LglCntntMIntCntctType 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 Internal Contact Type - Text view

Fields (3)

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

@ObjectModel:{
   representativeKey: 'LglCntntMIntCntctType',
   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: 'Internal Contact Type - Text'

define view I_LglCntntMIntCntctTypeText
  as select from I_LCMIntContactTypeText
{
  key LglCntntMIntCntctType,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      LglCntntMIntCntctTypeName
}