I_LCMEntityType

DDL: I_LCMENTITYTYPE SQL: ILCMENTITYTYPE Type: view BASIC

Basic View for LCM Entity Type

I_LCMEntityType is a Basic CDS View that provides data about "Basic View for LCM Entity Type" in SAP S/4HANA. It reads from 1 data source (lcm_centtype) and exposes 4 fields with key field LglCntntMEntityType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
lcm_centtype lcm_centtype from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_LCMEntityTypeText _Text $projection.LglCntntMEntityType = _Text.LglCntntMEntityType
[0..*] I_LCMEntityTypeByBPRole _LCMEntityTypeByBPRole $projection.LglCntntMEntityType = _LCMEntityTypeByBPRole.LglCntntMEntityType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ILCMENTITYTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View for LCM Entity Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
ObjectModel.representativeKey LglCntntMEntityType view
Search.searchable true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMEntityType lglcntntmentitytype
LglCntntMTechEntityType lglcntntmtechentitytype
_Text _Text
_LCMEntityTypeByBPRole _LCMEntityTypeByBPRole
@AbapCatalog.sqlViewName: 'ILCMENTITYTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for LCM Entity Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

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

define view I_LCMEntityType
  as select from lcm_centtype
  association [0..*] to I_LCMEntityTypeText     as _Text                  on $projection.LglCntntMEntityType = _Text.LglCntntMEntityType

  association [0..*] to I_LCMEntityTypeByBPRole as _LCMEntityTypeByBPRole on $projection.LglCntntMEntityType = _LCMEntityTypeByBPRole.LglCntntMEntityType

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key lglcntntmentitytype     as LglCntntMEntityType,

      @UI.hidden: true
      lglcntntmtechentitytype as LglCntntMTechEntityType,

      _Text,
      _LCMEntityTypeByBPRole


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_CENTTYPE"
],
"ASSOCIATED":
[
"I_LCMENTITYTYPEBYBPROLE",
"I_LCMENTITYTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/