C_LCMExtContactTypeValueHelp

DDL: C_LCMEXTCONTACTTYPEVALUEHELP SQL: CLCMECNTCTTYPVH Type: view CONSUMPTION Package: ODATA_LCM_COMMON

Value Help for LCM External Contact

C_LCMExtContactTypeValueHelp is a Consumption CDS View that provides data about "Value Help for LCM External Contact" in SAP S/4HANA. It reads from 1 data source (I_LCMExtContactType) and exposes 3 fields with key field LglCntntMExtCntctType. Part of development package ODATA_LCM_COMMON.

Data Sources (1)

SourceAliasJoin Type
I_LCMExtContactType I_LCMExtContactType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CLCMECNTCTTYPVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.representativeKey LglCntntMExtCntctType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Value Help for LCM External Contact view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMExtCntctType LglCntntMExtCntctType External Contact Type
LglCntntMExtCntctTypeName
_Text _Text
@AbapCatalog.sqlViewName: 'CLCMECNTCTTYPVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: [ 'LglCntntMExtCntctType' ]
@ObjectModel.representativeKey: 'LglCntntMExtCntctType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel : { resultSet.sizeCategory: #XS }
@EndUserText.label: 'Value Help for LCM External Contact'
@Consumption.ranked: true

define view C_LCMExtContactTypeValueHelp
  as select from I_LCMExtContactType
{

      @ObjectModel.text.element:  [ 'LglCntntMExtCntctTypeName' ]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'External Contact Type'
  key LglCntntMExtCntctType,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _Text[1: Language = $session.system_language].LglCntntMExtCntctTypeName,

      _Text
}