I_LCMExtContactTypeText

DDL: I_LCMEXTCONTACTTYPETEXT SQL: ILCMECNTCTTYPTXT Type: view BASIC

Basic view for External Contact Type Text

I_LCMExtContactTypeText is a Basic CDS View that provides data about "Basic view for External Contact Type Text" in SAP S/4HANA. It reads from 1 data source (lcm_cextcontypet) and exposes 3 fields with key fields LglCntntMExtCntctType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
lcm_cextcontypet lcm_cextcontypet from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
Search.searchable true view
ObjectModel.representativeKey LglCntntMExtCntctType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
AbapCatalog.sqlViewName ILCMECNTCTTYPTXT view
EndUserText.label Basic view for External Contact Type Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMExtCntctType lglcntntmextcntcttype
KEY Language language
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@Search.searchable: true
@ObjectModel.representativeKey: 'LglCntntMExtCntctType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT
@AbapCatalog.sqlViewName: 'ILCMECNTCTTYPTXT'
@EndUserText.label: 'Basic view for External Contact Type Text'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_LCMExtContactTypeText
  as select from lcm_cextcontypet
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
  key lglcntntmextcntcttype                   as LglCntntMExtCntctType,
      @Semantics.language: true
  key language                              as Language,
      @Semantics.text: true            -- identifies the text field
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      @EndUserText.label: 'Entity Type Text'
      lglcntntmextcntcttypename               as LglCntntMExtCntctTypeName,

      _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_CEXTCONTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/