I_SpecInheritanceTemplateHdr

DDL: I_SPECINHERITANCETEMPLATEHDR SQL: ISPECINHHDR Type: view BASIC

Specification Inheritance Template Header

I_SpecInheritanceTemplateHdr is a Basic CDS View that provides data about "Specification Inheritance Template Header" in SAP S/4HANA. It reads from 1 data source (tcgtplh) and exposes 3 fields with key field SpecInheritanceTemplate. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tcgtplh tcgtplh from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_SpecInheritanceTemplateUsage _TemplateUsage $projection.SpecInheritanceTemplate = _TemplateUsage.SpecInheritanceTemplate

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISPECINHHDR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SpecInheritanceTemplate view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view
EndUserText.label Specification Inheritance Template Header view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SpecInheritanceTemplate recn_grp
EachSpecUsageIsInherited flg_all_usages
_TemplateUsage _TemplateUsage
@AbapCatalog.sqlViewName: 'ISPECINHHDR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.representativeKey: 'SpecInheritanceTemplate'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

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

@EndUserText.label: 'Specification Inheritance Template Header'
define view I_SpecInheritanceTemplateHdr
  as select from tcgtplh
  association [1..*] to I_SpecInheritanceTemplateUsage as _TemplateUsage on $projection.SpecInheritanceTemplate = _TemplateUsage.SpecInheritanceTemplate
{
  key recn_grp       as SpecInheritanceTemplate,
      flg_all_usages as EachSpecUsageIsInherited,

      _TemplateUsage
}    
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCGTPLH"
],
"ASSOCIATED":
[
"I_SPECINHERITANCETEMPLATEUSAGE"
],
"BASE":
[],
"VERSION":0
}
}*/