I_LCMLINKEDOBJECTTYPE

CDS View

Basic View for LCM Linked Object Type

I_LCMLINKEDOBJECTTYPE is a CDS View in S/4HANA. Basic View for LCM Linked Object Type. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_LCMLinkedObjectTypeValueHelp view from CONSUMPTION Value Help for LCM Linked Object Type
C_LglCntntMLinkedObjVH view from CONSUMPTION Value Help for LCM Linked Object ID
I_LglCntntMLinkdObjType view from BASIC Linked Object Type
@AbapCatalog.sqlViewName: 'ILCMLINKOBJTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true 
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for LCM Linked Object Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'LglCntntMLinkdObjType'
@Search.searchable: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API


define view I_LCMLinkedObjectType
  as select from lcm_clobtype
  association [0..*] to I_LCMLinkedObjectTypeText    as _Text                       on $projection.LglCntntMLinkdObjType = _Text.LglCntntMLinkdObjType
  association [0..1] to I_LglCntntMLinkedObjTechType as _LglCntntMLinkedObjTechType on $projection.LglCntntMLinkdObjTechType = _LglCntntMLinkedObjTechType.LglCntntMLinkdObjTechType

{
      //      @ObjectModel.text.association: '_Text'

      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key lglcntntmlinkdobjtype                                     as LglCntntMLinkdObjType,

      @UI.hidden: true
      @ObjectModel.readOnly : true
      lglcntntmlinkdobjtechtype                                 as LglCntntMLinkdObjTechType,

      @UI.hidden: true
      @ObjectModel.readOnly : true
      _LglCntntMLinkedObjTechType.LglCntntMLinkdObjTechCat      as LglCntntMLinkdObjTechCat,

      @ObjectModel.readOnly : true
      _LglCntntMLinkedObjTechType.LglCntntMSemanticObject       as LglCntntMSemanticObject,
      @ObjectModel.readOnly : true
      _LglCntntMLinkedObjTechType.LglCntntMSemanticObjectAttrib as LglCntntMSemanticObjectAttrib,
      @ObjectModel.readOnly : true
      _LglCntntMLinkedObjTechType.LglCntntMIntentAction         as LglCntntMIntentAction,

      lglcntntmintegrationlink                                  as LglCntntMIntegrationLink,

      _Text

}