C_SafetyTimePeriodPrflTemp
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)
| Source | Alias | Join Type |
|---|---|---|
| t438v | t438v | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_SftyTmePerdPrflTxtTemp | _Text | $projection.Plant = _Text.Plant and $projection.PerdPrflForSftyTme = _Text.PerdPrflForSftyTme |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA