R_MAINTNOTIFDETECTIONGROUPTP
Maintenance Notification Detection Group
R_MAINTNOTIFDETECTIONGROUPTP is a CDS View in S/4HANA. Maintenance Notification Detection Group. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_MaintNotifDetectionGroup | view_entity | from | COMPOSITE | Detection Method Group |
@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 Detection Group'
define root view entity R_MaintNotifDetectionGroupTP as select from I_MaintNotifDetectionCodeGroup {
key I_MaintNotifDetectionCodeGroup.MaintNotifDetectionCodeGroup as MaintNotifDetectionGroup,
I_MaintNotifDetectionCodeGroup._Text[1:Language=$session.system_language].MaintNotifDetectionCodeGrpTxt
as MaintNotifDetectionGroupText,
I_MaintNotifDetectionCodeGroup.IsDeactivated as IsDeactivated
}