I_SPECCOMPONENTTYPETEXT

CDS View

Specification Component Type Text

I_SPECCOMPONENTTYPETEXT is a CDS View in S/4HANA. Specification Component Type Text. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ProdSpecCompComponentTypeT view from COMPOSITE Prod Spec Comp Component Type Text
I_PureSubstComponentTypeText view from BASIC Pure Subst. Component Type Text
@AbapCatalog.sqlViewName: 'ISPECCOMPTYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'SpecificationComponentType'
@ObjectModel.semanticKey:  [ 'SpecificationComponentType' ]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC

@EndUserText.label: 'Specification Component Type Text'
define view I_SpecComponentTypeText
  as select from tcg77
  association [0..1] to I_SpecComponentType as _SpecificationComponentType on $projection.SpecificationComponentType = _SpecificationComponentType.SpecificationComponentType
  association [0..1] to I_Language          as _Language                   on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_SpecificationComponentType'
  key compcat as SpecificationComponentType,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key langu   as Language,

      @Semantics.text: true
      compnam as SpecificationComponentTypeDesc,

      _SpecificationComponentType,
      _Language
}