C_SftyTmePerdPrflTxtTemp
Value Help Text - Sfty Tme Perd Prfl
C_SftyTmePerdPrflTxtTemp is a Consumption CDS View that provides data about "Value Help Text - Sfty Tme Perd Prfl" in SAP S/4HANA. It reads from 1 data source (t438w) and exposes 4 fields with key fields Language, Plant, PerdPrflForSftyTme.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t438w | t438w | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPRDSFTYTXTTMP | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_SafetyTimePeriodProfileText | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help Text - Sfty Tme Perd Prfl | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | Plant | werks | ||
| KEY | PerdPrflForSftyTme | shpro | ||
| Name | text40 |
@AbapCatalog.sqlViewName: 'CPRDSFTYTXTTMP'
@ObjectModel.dataCategory:#TEXT
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'I_SafetyTimePeriodProfileText'
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help Text - Sfty Tme Perd Prfl'
@ObjectModel.representativeKey:['PerdPrflForSftyTme']
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_SftyTmePerdPrflTxtTemp
as select from t438w
{
@Semantics.language
key spras as Language,
key werks as Plant,
key shpro as PerdPrflForSftyTme,
@Semantics.text
text40 as Name
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T438W"
],
"ASSOCIATED":
[],
"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