I_EHSTaskEvent
Events for Task Definitions
I_EHSTaskEvent is a Basic CDS View that provides data about "Events for Task Definitions" in SAP S/4HANA. It reads from 1 data source (ehfndc_eventdef) and exposes 1 field with key field EHSTaskWorkflowEvent.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehfndc_eventdef | ehfndc_eventdef | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEHSTSKEVENT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Events for Task Definitions | view | |
| ObjectModel.representativeKey | EHSTaskWorkflowEvent | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #BASIC | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EHSTaskWorkflowEvent | event |
@AbapCatalog.sqlViewName: 'IEHSTSKEVENT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@EndUserText.label: 'Events for Task Definitions'
@ObjectModel : { representativeKey: 'EHSTaskWorkflowEvent',
usageType: {serviceQuality: #C,
sizeCategory: #L,
dataClass: #META} }
@VDM.viewType: #BASIC
define view I_EHSTaskEvent as select from ehfndc_eventdef {
key event as EHSTaskWorkflowEvent
// sem_act as EHSSemanticAction
} where event_is_task = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHFNDC_EVENTDEF"
],
"ASSOCIATED":
[],
"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