R_MAINTNOTIFDETECTIONCODETP
Maintenance Notification Detection Code
R_MAINTNOTIFDETECTIONCODETP is a CDS View in S/4HANA. Maintenance Notification Detection Code. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_MaintNotifDetectionCode | view_entity | from | COMPOSITE | Detection Method |
@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 Code'
define root view entity R_MaintNotifDetectionCodeTP as select from I_MaintNotifDetectionCode
{
key I_MaintNotifDetectionCode.MaintNotifDetectionCode as MaintNotifDetectionMethod,
I_MaintNotifDetectionCode._Text[1:Language=$session.system_language].MaintNotifDetectionCodeText as MaintNotifDetectionMethodText,
I_MaintNotifDetectionCode.IsDeactivated as IsDeactivated
}