I_EHSSemanticObjectText
EHS Semantic Object Text
I_EHSSemanticObjectText is a Basic CDS View that provides data about "EHS Semantic Object Text" in SAP S/4HANA. It reads from 1 data source (/UI2/SemanticObjectText) and exposes 4 fields with key fields EHSSemanticObject, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /UI2/SemanticObjectText | /UI2/SemanticObjectText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEHSSEMOBJTXT | view | |
| EndUserText.label | EHS Semantic Object Text | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | EHSSemanticObject | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EHSSemanticObject | /UI2/SemanticObjectText | SemanticObject | |
| KEY | Language | /UI2/SemanticObjectText | Language | |
| EHSSemanticObjectName | /UI2/SemanticObjectText | SemanticObjectName | ||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IEHSSEMOBJTXT'
@EndUserText.label: 'EHS Semantic Object Text'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel : { dataCategory: #TEXT,
representativeKey: 'EHSSemanticObject',
usageType: {serviceQuality: #C,
sizeCategory: #L,
dataClass: #META} }
define view I_EHSSemanticObjectText as select from /UI2/SemanticObjectText
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language {
key /UI2/SemanticObjectText.SemanticObject as EHSSemanticObject,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key /UI2/SemanticObjectText.Language as Language,
@Semantics.text: true
@UI.hidden: true
/UI2/SemanticObjectText.SemanticObjectName as EHSSemanticObjectName,
// association
_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