I_PPM_StatusAreaTrendText
PPM Project Status Area Trend Code Text
I_PPM_StatusAreaTrendText is a Basic CDS View that provides data about "PPM Project Status Area Trend Code Text" in SAP S/4HANA. It reads from 1 data source (/s4ppm/stat_trdt) and exposes 4 fields with key fields StatusTrend, Language. It has 1 association to related views. Part of development package VDM_PPM_OBJECTS_STATUSAREA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /s4ppm/stat_trdt | /s4ppm/stat_trdt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPPMSTATATRDCODT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | PPM Project Status Area Trend Code Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | StatusTrend | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatusTrend | trend | ||
| KEY | Language | langu | ||
| StatusTrendDescription | description | Status Trend Description | ||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IPPMSTATATRDCODT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'PPM Project Status Area Trend Code Text'
@ObjectModel:
{
dataCategory: #TEXT,
representativeKey: 'StatusTrend',
resultSet.sizeCategory: #XS,
usageType:
{
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_PPM_StatusAreaTrendText as select from /s4ppm/stat_trdt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.text.element:['StatusTrendDescription']
key trend as StatusTrend,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key langu as Language,
@Semantics.text: true
@EndUserText.label: 'Status Trend Description'
@UI.hidden: true
description as StatusTrendDescription,
_Language
}
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