I_INCIDENTTASKDEFREFERENCE

CDS View

Incident Task Definition Reference

I_INCIDENTTASKDEFREFERENCE is a CDS View in S/4HANA. Incident Task Definition Reference. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_IncidentTaskRefAccRestricted view from COMPOSITE Incident Task Def. Ref. Access Restr.
R_IncidentTaskDefRefAuth view from COMPOSITE Incident Task Def. Reference with Auth.
@EndUserText.label: 'Incident Task Definition Reference'
@VDM.viewType: #COMPOSITE

@ObjectModel.representativeKey: 'EHSTaskDefinitionReferenceUUID'
@AccessControl.authorizationCheck: #NOT_REQUIRED
// #NOT_REQUIRED because of existing end of purpose check

@AccessControl.personalData.blocking: #NOT_REQUIRED


@AbapCatalog.sqlViewName: 'IINCTSKDEFREF'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MIXED}

define view I_IncidentTaskDefReference
  as select from I_EHSTaskDefReference
  association [0..1] to I_IncidentRestrictionAvailable    as _IncidentRestrictionAvailable    on $projection.EHSTaskRelatedObjInstanceUUID  = _IncidentRestrictionAvailable.EHSTaskRelatedObjInstanceUUID   
{
  key EHSTaskDefinitionReferenceUUID,
  key EHSTaskDefinitionUUID,
      EHSTaskRelatedObjInstanceUUID,    
      
      _IncidentRestrictionAvailable,
      
      // needed for the authority check

      _EHSTaskDefinition
 
} 


/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EHSTASKDEFREFERENCE"
],
"ASSOCIATED":
[
"I_EHSTASKDEFINITION",
"I_INCIDENTRESTRICTIONAVAILABLE"
],
"BASE":
[
"I_EHSTASKDEFREFERENCE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/