I_LCMENTITYTYPE

CDS View

Basic View for LCM Entity Type

I_LCMENTITYTYPE is a CDS View in S/4HANA. Basic View for LCM Entity Type. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_LCMEntityTypeValueHelp view from CONSUMPTION Value Help for LCM Entity Type
I_LglCntntMEntityType view from BASIC Entity Type
@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":""
}
}*/