I_EHSTaskDefMaintenanceTP
EHSTask Definition Reference TP
I_EHSTaskDefMaintenanceTP is a Transactional CDS View that provides data about "EHSTask Definition Reference TP" in SAP S/4HANA. It reads from 1 data source (I_EHSTaskDefMaintenanceNotif) and exposes 8 fields with key field EHSTaskDefMaintenanceUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EHSTaskDefMaintenanceNotif | EHSTaskDefMaintenanceTP | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_EHSTaskDefinitionTP | _EHSTaskDefinition | $projection.EHSTaskDefinitionUUID = _EHSTaskDefinition.EHSTaskDefinitionUUID |
| [1..1] | E_EHSTaskDefMaintenanceNotif | _Extension | $projection.EHSTaskDefMaintenanceUUID = _Extension.EHSTaskDefMaintenanceUUID |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEHSTASKDEFMATP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | EHSTask Definition Reference TP | view | |
| ObjectModel.transactionalProcessingUnitRoot | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.createEnabled | false | view | |
| ObjectModel.deleteEnabled | false | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.representativeKey | EHSTaskDefMaintenanceUUID | view | |
| ObjectModel.semanticKey | EHSTaskDefMaintenanceUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.writeActivePersistence | EHFNDD_TDEF_MNTF | view | |
| ObjectModel.writeDraftPersistence | EHFNDW_TDEF_MNTF | view | |
| Search.searchable | false | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EHSTaskDefMaintenanceUUID | EHSTaskDefMaintenanceUUID | ||
| EHSTaskDefinitionUUID | EHSTaskDefinitionUUID | |||
| NotificationType | NotificationType | |||
| TechnicalObject | TechnicalObject | |||
| TechnicalObjectLabel | TechnicalObjectLabel | |||
| _EHSTaskDefinition | _EHSTaskDefinition | |||
| _EHSNotificationType | _EHSNotificationType | |||
| _TechnicalObjectText | _TechnicalObjectText |
@AbapCatalog.sqlViewName: 'IEHSTASKDEFMATP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'EHSTask Definition Reference TP'
@ObjectModel.transactionalProcessingUnitRoot: true
@ObjectModel: {
updateEnabled: true,
createEnabled: false,
deleteEnabled: false,
transactionalProcessingEnabled:true
}
@ObjectModel.representativeKey: 'EHSTaskDefMaintenanceUUID'
@ObjectModel.semanticKey: 'EHSTaskDefMaintenanceUUID'
// used for BOBF Master Data Object
@ObjectModel.usageType:{ serviceQuality: #C, // < 15 msec
sizeCategory: #M, // < 100.000
dataClass: #MASTER }
@ObjectModel.writeActivePersistence: 'EHFNDD_TDEF_MNTF'
@ObjectModel.writeDraftPersistence: 'EHFNDW_TDEF_MNTF'
@Search.searchable: false
@VDM: {
lifecycle.contract.type:#SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define view I_EHSTaskDefMaintenanceTP
as select from I_EHSTaskDefMaintenanceNotif as EHSTaskDefMaintenanceTP
association [1..1] to I_EHSTaskDefinitionTP as _EHSTaskDefinition on $projection.EHSTaskDefinitionUUID = _EHSTaskDefinition.EHSTaskDefinitionUUID
// Extension view:
association [1..1] to E_EHSTaskDefMaintenanceNotif as _Extension on $projection.EHSTaskDefMaintenanceUUID = _Extension.EHSTaskDefMaintenanceUUID
{
key EHSTaskDefMaintenanceUUID,
@ObjectModel.foreignKey.association: '_EHSTaskDefinition'
EHSTaskDefinitionUUID,
@ObjectModel.mandatory: true
NotificationType,
TechnicalObject,
TechnicalObjectLabel,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
#TO_COMPOSITION_ROOT]
_EHSTaskDefinition,
_EHSNotificationType,
_TechnicalObjectText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EHSTASKDEFMAINTENANCENOTIF"
],
"ASSOCIATED":
[
"E_EHSTASKDEFMAINTENANCENOTIF",
"I_EHSNOTIFICATIONTYPE",
"I_EHSTASKDEFINITIONTP",
"I_TECHNICALOBJECTTEXT"
],
"BASE":
[
"I_EHSTASKDEFMAINTENANCENOTIF"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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