I_LCMLINKEDOBJECTTYPE
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMLINKEDOBJTECHTYPE",
"LCM_CLOBTYPE"
],
"ASSOCIATED":
[
"I_LCMLINKEDOBJECTTYPETEXT",
"I_LGLCNTNTMLINKEDOBJTECHTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/