E_DefectAffectedObject

DDL: E_DEFECTAFFECTEDOBJECT Type: view_entity EXTENSION Package: VDM_QM_NOTIFICATION

Defect Affected Object Extension

E_DefectAffectedObject is a Extension CDS View that provides data about "Defect Affected Object Extension" in SAP S/4HANA. It reads from 1 data source (qmfe_affctd_obj) and exposes 3 fields with key fields Notification, NotificationItem, DefectAffectedObject. Part of development package VDM_QM_NOTIFICATION.

Data Sources (1)

SourceAliasJoin Type
qmfe_affctd_obj Persistence from

Annotations (6)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Defect Affected Object Extension view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Notification qmnum
KEY NotificationItem fenum
KEY DefectAffectedObject objcounter
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Defect Affected Object Extension'
@ObjectModel.usageType: {
     dataClass: #TRANSACTIONAL,
     sizeCategory: #M,
     serviceQuality: #A 
}        
define view entity E_DefectAffectedObject as select from qmfe_affctd_obj as Persistence

{
  key qmnum      as Notification,
  key fenum      as NotificationItem,
  key objcounter as DefectAffectedObject
}