I_LCMEXTCONTACTTYPETEXT
Basic view for External Contact Type Text
I_LCMEXTCONTACTTYPETEXT is a CDS View in S/4HANA. Basic view for External Contact Type Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_LglCntntMExtCntctTypeText | view | from | BASIC | External Contact Type - Text |
@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
}
}*/