I_TECHNICALREPORT

CDS View

Technical Report

I_TECHNICALREPORT is a CDS View in S/4HANA. Technical Report. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_MaintenanceCatalogProfile view_entity from COMPOSITE Catalog Profile
C_MaintenanceCatalogProfileVH view from CONSUMPTION Catalog Profile

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CatalogProfile MaintNotifCatalogProfile 1
@AbapCatalog.sqlViewName: 'ITECHREP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Technical Report'
@Analytics:{
  dataCategory: #DIMENSION,
  dataExtraction:{enabled: true,delta.changeDataCapture.automatic: true}
}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'CatalogProfile'
@AbapCatalog.compiler.compareFilter: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked: true 
@Search.searchable: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE ]

@ObjectModel.sapObjectNodeType.name:'MaintenanceCatalogProfile'

define view I_TechnicalReport
  as select from t352b
  association [0..*] to I_TechnicalReportText as _Text on $projection.CatalogProfile = _Text.CatalogProfile
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key t352b.rbnr as CatalogProfile,

      qmtyp      as NotificationCategory,

      _Text
}