R_MAINTNOTIFDETECTIONGRPCODETP
Maintenance Notification Det Code to Grp
R_MAINTNOTIFDETECTIONGRPCODETP is a CDS View in S/4HANA. Maintenance Notification Det Code to Grp. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_MaintNotifDetectionGroupCode | view_entity | from | COMPOSITE | Assign Method to 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 Det Code to Grp'
define root view entity R_MaintNotifDetectionGrpCodeTP
as select from I_MaintNotifDetectionGroupCode
{
key I_MaintNotifDetectionGroupCode.MaintNotifDetectionCode as MaintNotifDetectionMethod,
key I_MaintNotifDetectionGroupCode.MaintNotifDetectionCodeGroup as MaintNotifDetectionGroup,
// I_MaintNotifDetectionGroupCode._Codetext._Text[1:Language=$session.system_language].MaintNotifDetectionCodeText
// as MaintNotifDetectionMethodText,
// I_MaintNotifDetectionGroupCode._Grouptext._Text[1:Language=$session.system_language].MaintNotifDetectionCodeGrpTxt
// as MaintNotifDetectionGroupText
I_MaintNotifDetectionGroupCode._DetectionCodeText[1:Language=$session.system_language].MaintNotifDetectionCodeText as MaintNotifDetectionMethodText,
I_MaintNotifDetectionGroupCode._DetectionCodeGroupText[1:Language=$session.system_language].MaintNotifDetectionCodeGrpTxt as MaintNotifDetectionGroupText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTNOTIFDETECTCODEGROUPTXT",
"I_MAINTNOTIFDETECTIONCODETEXT",
"I_MAINTNOTIFDETECTIONGROUPCODE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/