I_EAMProcessSubPhase
EAM Process Sub Phase CDS View
I_EAMProcessSubPhase is a Basic CDS View that provides data about "EAM Process Sub Phase CDS View" in SAP S/4HANA. It reads from 1 data source (eam_ostat_sph) and exposes 2 fields with key field EAMProcessSubPhaseCode. It has 1 association to related views. Part of development package EAM_OVRL_STS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eam_ostat_sph | eam_ostat_sph | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_EAMProcessSubPhaseText | _EAMProcessSubPhaseText | $projection.EAMProcessSubPhaseCode = _EAMProcessSubPhaseText.EAMProcessSubPhaseCode |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | EAM Process Sub Phase CDS View | view | |
| ObjectModel.representativeKey | EAMProcessSubPhaseCode | view | |
| Analytics.technicalName | IEAMPROCSP | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EAMProcessSubPhaseCode | eamovrlprocsubphase | ||
| _EAMProcessSubPhaseText | _EAMProcessSubPhaseText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EAM Process Sub Phase CDS View'
@ObjectModel.representativeKey: 'EAMProcessSubPhaseCode'
@Analytics.technicalName: 'IEAMPROCSP'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #BASIC
@ObjectModel.resultSet.sizeCategory: #XS
define view entity I_EAMProcessSubPhase
as select from eam_ostat_sph
association [0..*] to I_EAMProcessSubPhaseText as _EAMProcessSubPhaseText on $projection.EAMProcessSubPhaseCode = _EAMProcessSubPhaseText.EAMProcessSubPhaseCode
{
@ObjectModel.text.association: '_EAMProcessSubPhaseText'
key eamovrlprocsubphase as EAMProcessSubPhaseCode,
// associations:
_EAMProcessSubPhaseText
}
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