I_LCMINTCONTACTTYPE

CDS View

Basic view for Internal Contact Type

I_LCMINTCONTACTTYPE is a CDS View in S/4HANA. Basic view for Internal Contact Type. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_LCMIntContactTypeValueHelp view from CONSUMPTION Value Help for LCM Internal Contact
I_LglCntntMIntCntctType view from BASIC Internal Contact Type
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'LglCntntMIntCntctType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.sqlViewName: 'ILCMICNTCTTYP'
@EndUserText.label: 'Basic view for Internal Contact Type'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true

define view I_LCMIntContactType
  as select from I_LglCntntMSAPIntCntctType
  association [0..*] to I_LCMIntContactTypeText as _Text on $projection.LglCntntMIntCntctType = _Text.LglCntntMIntCntctType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key LglCntntMIntCntctType,

      @UI.hidden: true
      LglCntntMIntCntctRespyFunc,
      _Text

}
union select from I_LglCntntMCstmIntCntctType
association [0..*] to I_LCMIntContactTypeText as _Text on $projection.LglCntntMIntCntctType = _Text.LglCntntMIntCntctType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key LglCntntMIntCntctType,

      @UI.hidden: true
      LglCntntMIntCntctRespyFunc,
      _Text

}