C_SafetyTimePeriodPrflTemp

DDL: C_SAFETYTIMEPERIODPRFLTEMP SQL: CSFTYTMEPRFLTMP Type: view CONSUMPTION

Value Help - Period Prfl for Sfty Tme

C_SafetyTimePeriodPrflTemp is a Consumption CDS View that provides data about "Value Help - Period Prfl for Sfty Tme" in SAP S/4HANA. It reads from 1 data source (t438v) and exposes 3 fields with key fields Plant, PerdPrflForSftyTme. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t438v t438v from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_SftyTmePerdPrflTxtTemp _Text $projection.Plant = _Text.Plant and $projection.PerdPrflForSftyTme = _Text.PerdPrflForSftyTme

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CSFTYTMEPRFLTMP view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_SafetyTimePeriodProfile view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.representativeKey PerdPrflForSftyTme view
EndUserText.label Value Help - Period Prfl for Sfty Tme view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Plant werks
KEY PerdPrflForSftyTme shpro
_Text _Text
@AbapCatalog.sqlViewName: 'CSFTYTMEPRFLTMP'
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'I_SafetyTimePeriodProfile'
  }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
//@AbapCatalog.compiler.compareFilter: true

//@AccessControl.authorizationCheck: #CHECK

@ObjectModel.representativeKey: 'PerdPrflForSftyTme'
@EndUserText.label: 'Value Help - Period Prfl for Sfty Tme'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_SafetyTimePeriodPrflTemp
  as select from t438v

  association [0..*] to C_SftyTmePerdPrflTxtTemp as _Text on  $projection.Plant              = _Text.Plant
                                                          and $projection.PerdPrflForSftyTme = _Text.PerdPrflForSftyTme

{
      @Consumption.filter.hidden: true
  key werks as Plant,
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key shpro as PerdPrflForSftyTme,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T438V"
],
"ASSOCIATED":
[
"C_SFTYTMEPERDPRFLTXTTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/