C_LCMLinkedObjectTypeValueHelp

DDL: C_LCMLINKEDOBJECTTYPEVALUEHELP SQL: CLCMLINKOBJTYPVH Type: view CONSUMPTION

Value Help for LCM Linked Object Type

C_LCMLinkedObjectTypeValueHelp is a Consumption CDS View that provides data about "Value Help for LCM Linked Object Type" in SAP S/4HANA. It reads from 1 data source (I_LCMLinkedObjectType) and exposes 8 fields with key field LglCntntMLinkdObjType.

Data Sources (1)

SourceAliasJoin Type
I_LCMLinkedObjectType I_LCMLinkedObjectType from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CLCMLINKOBJTYPVH view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for LCM Linked Object Type view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.semanticKey LglCntntMLinkdObjType view
ObjectModel.representativeKey LglCntntMLinkdObjType view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
Consumption.ranked true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMLinkdObjType LglCntntMLinkdObjType Object Type
LglCntntMLinkdObjTypeName
LglCntntMLinkdObjTechType LglCntntMLinkdObjTechType
LglCntntMLinkdObjTechCat LglCntntMLinkdObjTechCat
LglCntntMSemanticObject LglCntntMSemanticObject
LglCntntMSemanticObjectAttrib LglCntntMSemanticObjectAttrib
LglCntntMIntentAction LglCntntMIntentAction
_Text _Text
@AbapCatalog.sqlViewName: 'CLCMLINKOBJTYPVH'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for LCM Linked Object Type'

@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: 'LglCntntMLinkdObjType'
@ObjectModel.representativeKey: 'LglCntntMLinkdObjType'

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel : { resultSet.sizeCategory: #XS }
@Consumption.ranked: true

define view C_LCMLinkedObjectTypeValueHelp
  as select from I_LCMLinkedObjectType
{
      @ObjectModel: {
            text.element: 'LglCntntMLinkdObjTypeName'
            }

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Object Type'
  key LglCntntMLinkdObjType,

      /* Associations */
      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _Text[1: Language = $session.system_language].LglCntntMLinkdObjTypeName,

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

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


      @UI.hidden: true
      @ObjectModel.readOnly: true
      LglCntntMSemanticObject,

      @UI.hidden: true
      @ObjectModel.readOnly: true
      LglCntntMSemanticObjectAttrib,

      @UI.hidden: true
      @ObjectModel.readOnly: true
      LglCntntMIntentAction,


      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LCMLINKEDOBJECTTYPE",
"I_LCMLINKEDOBJECTTYPETEXT"
],
"ASSOCIATED":
[
"I_LCMLINKEDOBJECTTYPETEXT"
],
"BASE":
[
"I_LCMLINKEDOBJECTTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/