I_SchedProdnUnsavedChangesText
Value Help for Editing Status
I_SchedProdnUnsavedChangesText is a Basic CDS View that provides data about "Value Help for Editing Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key field Language. It has 2 associations to related views. Part of development package ODATA_PP_CAP_SCHEDPRODN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SchedProdnUnsavedChanges | _SchedProdnUnsavedData | $projection.EditingStatusCode = _SchedProdnUnsavedData.EditingStatusCode |
| [0..1] | I_Language | _Language | dd07t.ddlanguage = _Language.Language |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help for Editing Status | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for Editing Status'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass:#MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
define view entity I_SchedProdnUnsavedChangesText as select from dd07t
association [0..1] to I_SchedProdnUnsavedChanges as _SchedProdnUnsavedData on $projection.EditingStatusCode = _SchedProdnUnsavedData.EditingStatusCode
association [0..1] to I_Language as _Language on dd07t.ddlanguage = _Language.Language
{
key cast(dd07t.domvalue_l as pph_cfs_sch_unsaved_changes)as EditingStatusCode,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key dd07t.ddlanguage as Language,
//key dd07t.valpos as SequenceNumber,
@Semantics.text: true
dd07t.ddtext as EditingStatusCodeText,
//_SchedProdnUnsavedData,
_Language
}where
domname = 'PPH_CFS_SCH_UNSAVED_CHANGES'
and as4local = 'A'
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