I_MAINTNOTIFICATIONCONSEQUENCE

CDS View

Consequences of a Work Request

I_MAINTNOTIFICATIONCONSEQUENCE is a CDS View in S/4HANA. Consequences of a Work Request. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MaintWorkReqEventPrioznTP view_entity from CONSUMPTION Event Priozn for Maint Work Request
R_MaintNotifEventPrioznTP view_entity from TRANSACTIONAL Event Prioritization for Notification
@AbapCatalog.sqlViewName: 'IMAINTNOTIFCNSQN'
@EndUserText.label: 'Consequences of a Work Request'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  usageType: {
    dataClass: #TRANSACTIONAL,
    serviceQuality: #A,
    sizeCategory: #L } }
    
@VDM: {
  viewType: #BASIC }    
    
define view I_MaintNotificationConsequence as select from eam_wrkreq_cnsqn {

//eam_wrkreq_cnsqn

key maintenancenotification         as MaintenanceNotification,
key mainteventcnsqnccategorycode    as MaintEventCnsqncCategoryCode,
mainteventconsequencecode           as MaintEventConsequenceCode,
mainteventlikelihoodcode            as MaintEventLikelihoodCode,
maintevtprioritizationprofile       as MaintEvtPrioritizationProfile,
mainteventconsequencegroup          as MaintEventConsequenceGroup,
mainteventconsequenceisleading      as MaintEventConsequenceIsLeading
          
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EAM_WRKREQ_CNSQN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/