I_EAMOverallStatusProfileText
Description of Overall Status Profile
I_EAMOverallStatusProfileText is a Basic CDS View that provides data about "Description of Overall Status Profile" in SAP S/4HANA. It reads from 1 data source (eam_ostprof_t) and exposes 4 fields with key fields EAMOverallStatusProfile, Language. It has 1 association to related views. Part of development package EAM_OVRL_STS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eam_ostprof_t | eam_ostprof_t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Description of Overall Status Profile | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | EAMOverallStatusProfile | view | |
| Analytics.technicalName | IEAMOSTPROFT | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EAMOverallStatusProfile | overall_status_profile | ||
| KEY | Language | language | ||
| EAMOvrlStsProfileDescription | description | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Description of Overall Status Profile'
@VDM.viewType: #BASIC
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING,
dataCategory: #TEXT,
representativeKey: 'EAMOverallStatusProfile'
}
@Analytics.technicalName: 'IEAMOSTPROFT'
@Search.searchable: true
define view entity I_EAMOverallStatusProfileText
as select from eam_ostprof_t
association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
{
@ObjectModel.text.element: [ 'EAMOvrlStsProfileDescription' ]
key overall_status_profile as EAMOverallStatusProfile,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key language as Language,
@Search: { defaultSearchElement: true, ranking: #HIGH }
@Semantics.text: true
description as EAMOvrlStsProfileDescription,
_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