A_MaintNotifDetectionGroup
Detection Method Group
A_MaintNotifDetectionGroup is a Composite CDS View that provides data about "Detection Method Group" in SAP S/4HANA. It reads from 1 data source (R_MaintNotifDetectionGroupTP) and exposes 3 fields with key field MaintNotifDetectionGroup. It is exposed through 1 OData service (API_DETECTIONMETHOD). Part of development package RAP_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintNotifDetectionGroupTP | R_MaintNotifDetectionGroupTP | 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 | Detection Method Group | view | |
| OData.entityType.name | MaintNotifDetGroup_Type | view | |
| OData.entitySet.name | MaintNotifDetGroup | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_DETECTIONMETHOD | API_DETECTIONMETHOD | V4 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintNotifDetectionGroup | MaintNotifDetectionGroup | ||
| MaintNotifDetectionGroupText | MaintNotifDetectionGroupText | |||
| IsDeactivated | IsDeactivated |
@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: 'Detection Method Group'
@OData.entityType.name:'MaintNotifDetGroup_Type'
@OData.entitySet.name:'MaintNotifDetGroup'
define root view entity A_MaintNotifDetectionGroup as select from R_MaintNotifDetectionGroupTP {
@ObjectModel.sapObjectNodeTypeReference: 'MaintNotifDetectionCodeGroup'
key MaintNotifDetectionGroup,
MaintNotifDetectionGroupText,
IsDeactivated
}
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