A_MaintNotifDetectionGroup

DDL: A_MAINTNOTIFDETECTIONGROUP Type: view_entity COMPOSITE Package: RAP_EAM_NTF

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)

SourceAliasJoin Type
R_MaintNotifDetectionGroupTP R_MaintNotifDetectionGroupTP 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 Detection Method Group view
OData.entityType.name MaintNotifDetGroup_Type view
OData.entitySet.name MaintNotifDetGroup view

OData Services (1)

ServiceBindingVersionContractRelease
API_DETECTIONMETHOD API_DETECTIONMETHOD V4 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
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
}