A_MaintNotifDetectionCatGroup

DDL: A_MAINTNOTIFDETECTIONCATGROUP Type: view_entity COMPOSITE

Assign Group to Profile

A_MaintNotifDetectionCatGroup is a Composite CDS View that provides data about "Assign Group to Profile" in SAP S/4HANA. It reads from 1 data source (R_MaintNotifDetectionCatGrpTP) and exposes 4 fields with key fields MaintNotifDetectionProfile, MaintNotifDetectionGroup.

Data Sources (1)

SourceAliasJoin Type
R_MaintNotifDetectionCatGrpTP R_MaintNotifDetectionCatGrpTP from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Assign Group to Profile view
OData.entityType.name MaintNotifDetCatGroup_Type view
OData.entitySet.name MaintNotifDetCatGroup view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifDetectionProfile MaintNotifDetectionProfile
KEY MaintNotifDetectionGroup MaintNotifDetectionGroup
MaintNotifDetectionProfileText MaintNotifDetectionProfileText
MaintNotifDetectionGroupText MaintNotifDetectionGroupText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
@EndUserText.label: 'Assign Group to Profile'
@OData.entityType.name:'MaintNotifDetCatGroup_Type'
@OData.entitySet.name:'MaintNotifDetCatGroup'
define root view entity A_MaintNotifDetectionCatGroup as select from R_MaintNotifDetectionCatGrpTP
 {
 @ObjectModel.sapObjectNodeTypeReference: 'MaintNotifDetectionCatalog'
 key MaintNotifDetectionProfile,
 @ObjectModel.sapObjectNodeTypeReference: 'MaintNotifDetectionCodeGroup'
 key MaintNotifDetectionGroup,
     MaintNotifDetectionProfileText,
     MaintNotifDetectionGroupText

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_MAINTNOTIFDETECTIONCATGRPTP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/