I_EHSTaskAdapterClass
EHS Task Adapter Class
I_EHSTaskAdapterClass is a Basic CDS View that provides data about "EHS Task Adapter Class" in SAP S/4HANA. It reads from 1 data source (ehfndc_classdef) and exposes 3 fields with key field EHSTaskAdapterClass. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehfndc_classdef | ehfndc_classdef | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_EHSSemanticObjectText | _SemanticObjectText | $projection.EHSSemanticObject = _SemanticObjectText.EHSSemanticObject |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEHSTSKADPCLS | view | |
| EndUserText.label | EHS Task Adapter Class | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | EHSTaskAdapterClass | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EHSTaskAdapterClass | class_name | ||
| EHSSemanticObject | sem_obj | |||
| _SemanticObjectText | _SemanticObjectText |
@AbapCatalog.sqlViewName: 'IEHSTSKADPCLS'
@EndUserText.label: 'EHS Task Adapter Class'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel : { representativeKey: 'EHSTaskAdapterClass',
usageType: {serviceQuality: #C,
sizeCategory: #L,
dataClass: #META} }
define view I_EHSTaskAdapterClass
as select from ehfndc_classdef
association [0..*] to I_EHSSemanticObjectText as _SemanticObjectText on $projection.EHSSemanticObject = _SemanticObjectText.EHSSemanticObject
{
key class_name as EHSTaskAdapterClass,
@ObjectModel.text.association: '_SemanticObjectText'
sem_obj as EHSSemanticObject,
// association
_SemanticObjectText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHFNDC_CLASSDEF"
],
"ASSOCIATED":
[
"I_EHSSEMANTICOBJECTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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