I_MAINTENANCESTRATEGYT

CDS View

Maintenance Strategy - Text

I_MAINTENANCESTRATEGYT is a CDS View in S/4HANA. Maintenance Strategy - Text. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_Insplot_Object view left_outer CONSUMPTION Inspection Lot Object Page
I_MaintStrategyTextData view from COMPOSITE Maintenance Strategy - Text

Fields (1)

KeyField CDS FieldsUsed in Views
MaintenanceStrategyDesc MaintenanceStrategyDesc 1
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IMAINTSTRATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@EndUserText.label: 'Maintenance Strategy - Text'
@ObjectModel.dataCategory:#TEXT
@ObjectModel: {
   usageType.serviceQuality: #C,
   usageType.sizeCategory: #M,
   usageType.dataClass: #ORGANIZATIONAL
}
@ObjectModel.representativeKey: 'MaintenanceStrategy'
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE ]

define view I_MaintenanceStrategyT
  as select from t351t

  association [0..1] to I_MaintenanceStrategy as _MaintenanceStrategy on _MaintenanceStrategy.MaintenanceStrategy = $projection.MaintenanceStrategy

  association [0..1] to I_Language            as _Language            on _Language.Language = $projection.Language

{
      @ObjectModel.foreignKey.association: '_MaintenanceStrategy'
  key strat as MaintenanceStrategy,

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

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @Semantics.text: true
      @EndUserText.label: 'Strategy Description'
      ktext as MaintenanceStrategyDesc,

      // Propagate association(s)

      _MaintenanceStrategy,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T351T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MAINTENANCESTRATEGY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/