I_SpecInheritanceTemplateUsage

DDL: I_SPECINHERITANCETEMPLATEUSAGE SQL: ISPECINHUSAGE Type: view BASIC

Specification Inheritance Template Usage

I_SpecInheritanceTemplateUsage is a Basic CDS View that provides data about "Specification Inheritance Template Usage" in SAP S/4HANA. It reads from 1 data source (tcgtplu) and exposes 4 fields with key field SpecInheritanceTmplUsageIntID.

Data Sources (1)

SourceAliasJoin Type
tcgtplu tcgtplu from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISPECINHUSAGE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE 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 Usage view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SpecInheritanceTmplUsageIntID recn
SpecInheritanceTemplate reftplh_recn
SpecificationValidityArea rvlid
SpecificationRating vaclid
@AbapCatalog.sqlViewName: 'ISPECINHUSAGE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

@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 Usage'
define view I_SpecInheritanceTemplateUsage
  as select from tcgtplu
{
  key recn         as SpecInheritanceTmplUsageIntID,
      reftplh_recn as SpecInheritanceTemplate,
      rvlid        as SpecificationValidityArea,
      vaclid       as SpecificationRating
}     
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCGTPLU"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/