I_LGLCNTNTMSAPINTCNTCTTYPETEXT

CDS View

View for Own Internal Contact Type Text

I_LGLCNTNTMSAPINTCNTCTTYPETEXT is a CDS View in S/4HANA. View for Own Internal Contact Type Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LCMIntContactTypeText view union BASIC Internal Contact Type Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'LglCntntMIntCntctType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT
@AbapCatalog.sqlViewName: 'ILCMSICNTCTTPTXT'
@EndUserText.label: 'View for Own Internal Contact Type Text'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API


define view I_LglCntntMSAPIntCntctTypeText
  as select from lcm_sintcontypet
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
  key lglcntntmintcntcttype     as LglCntntMIntCntctType,
      @Semantics.language: true
  key language                  as Language,
      @Semantics.text: true
//      @Search.defaultSearchElement: true

//      @Search.ranking: #HIGH

//      @Search.fuzzinessThreshold: 0.8

      lglcntntmintcntcttypename as LglCntntMIntCntctTypeName,

      _Language

}