R_MAINTNOTIFDETECTIONCATGRPTP

CDS View

Maintenance Notification Det Grp to Prfl

R_MAINTNOTIFDETECTIONCATGRPTP is a CDS View in S/4HANA. Maintenance Notification Det Grp to Prfl. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_MaintNotifDetectionCatGroup view_entity from COMPOSITE Assign Group to Profile
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
@EndUserText.label: 'Maintenance Notification Det Grp to Prfl'
define root view entity R_MaintNotifDetectionCatGrpTP as select from I_MaintNotifDetectionCatGroup
 {
 key I_MaintNotifDetectionCatGroup.MaintNotifDetectionCatalog    as MaintNotifDetectionProfile,
 key I_MaintNotifDetectionCatGroup.MaintNotifDetectionCodeGroup  as MaintNotifDetectionGroup,
// I_MaintNotifDetectionCatGroup._Ctlgtext._Text[1:Language=$session.system_language].MaintNotifDetectionCatalogText   

//                                                                 as MaintNotifDetectionProfileText,

// I_MaintNotifDetectionCatGroup._Grouptext._Text[1:Language=$session.system_language].MaintNotifDetectionCodeGrpTxt   

//                                                                 as MaintNotifDetectionGroupText

 I_MaintNotifDetectionCatGroup._DetectionCtlgText[1:Language=$session.system_language].MaintNotifDetectionCatalogText   
                                                                 as MaintNotifDetectionProfileText,
 I_MaintNotifDetectionCatGroup._DetectCodeGroupText[1:Language=$session.system_language].MaintNotifDetectionCodeGrpTxt   
                                                                 as MaintNotifDetectionGroupText
}