A_MaintNotifDetectionCatGroup
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)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintNotifDetectionCatGrpTP | R_MaintNotifDetectionCatGrpTP | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA