I_NotifTaskFllwUpActionParam
Notif. Task Follow-Up Action Parameter
I_NotifTaskFllwUpActionParam is a Basic CDS View that provides data about "Notif. Task Follow-Up Action Parameter" in SAP S/4HANA. It reads from 1 data source (qmsm_foa_param) and exposes 38 fields with key fields Notification, NotificationTask, ItemCounter. It has 10 associations to related views. Part of development package VDM_QM_NOTIFICATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qmsm_foa_param | qmsm_foa_param | from |
Associations (10)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Notification | _Notification | $projection.Notification = _Notification.Notification |
| [1..1] | I_NotificationTask | _NotificationTask | $projection.Notification = _NotificationTask.Notification and $projection.NotificationTask = _NotificationTask.NotificationTask |
| [0..1] | I_Material | _Material | $projection.Material = _Material.Material |
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
| [0..1] | I_StorageLocation | _StorageLocation | $projection.Plant = _StorageLocation.Plant and $projection.StorageLocation = _StorageLocation.StorageLocation |
| [0..1] | I_OrderInternalID | _OrderInternalID | $projection.OrderInternalID = _OrderInternalID.OrderInternalID and $projection.OrderInternalID <> '0000000000' |
| [0..1] | I_OrderOperationBasic | _OrderOperationBasic | $projection.OrderInternalID = _OrderOperationBasic.OrderInternalID and $projection.OrderOperationInternalID = _OrderOperationBasic.OrderOperationInternalID and $projection.OrderInternalID <> '0000000000' |
| [0..1] | I_MfgActionReasonCodeGroup | _MfgActionReasonCodeGroup | $projection.MfgNonConformanceRsnCodeCtlg = _MfgActionReasonCodeGroup.MfgActionReasonCodeGroupCtlg and $projection.MfgNonConformanceRsnCodeGrp = _MfgActionReasonCodeGroup.MfgActionReasonCodeGroup |
| [0..1] | I_MfgActionReasonCode | _MfgActionReasonCode | $projection.MfgNonConformanceRsnCodeCtlg = _MfgActionReasonCode.MfgActionReasonCodeGroupCtlg and $projection.MfgNonConformanceRsnCodeGrp = _MfgActionReasonCode.MfgActionReasonCodeGroup and $projection.MfgNonConformanceReasonCode = _MfgActionReasonCode.ManufacturingActionReasonCode and _MfgActionReasonCode.Version = '0000' |
| [0..1] | I_UnitOfMeasure | _UnitOfMeasure | $projection.DefectiveQuantityUnit = _UnitOfMeasure.UnitOfMeasure |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INTFTSKFOAPRM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Notif. Task Follow-Up Action Parameter | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ItemCounter | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
Fields (38)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Notification | qmsm_foa_param | qmnum | |
| KEY | NotificationTask | qmsm_foa_param | manum | |
| KEY | ItemCounter | qmsm_foa_param | counter | |
| QltyTskFllwUpActnParamType | qmsm_foa_param | paramtype | ||
| DefectiveQuantity | qmsm_foa_param | menge | ||
| DefectiveQuantityUnit | qmsm_foa_param | mgein | ||
| Material | qmsm_foa_param | matnr | ||
| Plant | qmsm_foa_param | werks | ||
| StorageLocation | qmsm_foa_param | lgort | ||
| DefectAffectedObject | qmsm_foa_param | affctd_obj_counter | ||
| BillOfOperationsType | qmsm_foa_param | plnty | ||
| BillOfOperationsGroup | qmsm_foa_param | plnnr | ||
| BillOfOperationsVariant | qmsm_foa_param | plnal | ||
| BillOfOperationsVersion | qmsm_foa_param | plnversn | ||
| OrderInternalID | qmsm_foa_param | aufpl | ||
| OrderOperationInternalID | qmsm_foa_param | aplzl | ||
| MfgReworkRoutingGroup | qmsm_foa_param | mfgrewrkroutplnnr | ||
| MfgReworkRoutingVariant | qmsm_foa_param | mfgrewrkroutplnal | ||
| MfgNonConformanceRsnCodeCtlg | qmsm_foa_param | mpe_nc_rsn_code_ctlg | ||
| MfgNonConformanceRsnCodeGrp | qmsm_foa_param | mpe_nc_rsn_code_grp | ||
| MfgNonConformanceReasonCode | qmsm_foa_param | mpe_nc_rsn_code | ||
| MfgNonConformanceNote | qmsm_foa_param | mpe_nc_note | ||
| ProductionSupplyArea | qmsm_foa_param | prvbe | ||
| SourceStorageBin | qmsm_foa_param | vlpla | ||
| DefectUUID | qmsm_foa_param | defectuuid | ||
| ChangeRecord | qmsm_foa_param | chg_rec_id | ||
| ChangeRecordType | qmsm_foa_param | chg_rec_type | ||
| ChgRecordDescriptionText | qmsm_foa_param | chg_rec_desc | ||
| _Notification | _Notification | |||
| _NotificationTask | _NotificationTask | |||
| _Material | _Material | |||
| _Plant | _Plant | |||
| _StorageLocation | _StorageLocation | |||
| _UnitOfMeasure | _UnitOfMeasure | |||
| _MfgActionReasonCodeGroup | _MfgActionReasonCodeGroup | |||
| _MfgActionReasonCode | _MfgActionReasonCode | |||
| _OrderInternalID | _OrderInternalID | |||
| _OrderOperationBasic | _OrderOperationBasic |
@AbapCatalog.sqlViewName: 'INTFTSKFOAPRM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Notif. Task Follow-Up Action Parameter'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
representativeKey: 'ItemCounter',
usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #A }
}
define view I_NotifTaskFllwUpActionParam
as select from qmsm_foa_param
//=== Assocation to QM specific views
association [1..1] to I_Notification as _Notification on $projection.Notification = _Notification.Notification
association [1..1] to I_NotificationTask as _NotificationTask on $projection.Notification = _NotificationTask.Notification
and $projection.NotificationTask = _NotificationTask.NotificationTask
// association [0..1] to I_NotificationItem as _NotificationItem on $projection.Notification = _NotificationItem.Notification
// and $projection.notificationitem = _NotificationItem.NotificationItem
//=== Assocation to other views
association [0..1] to I_Material as _Material on $projection.Material = _Material.Material
association [0..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
association [0..1] to I_StorageLocation as _StorageLocation on $projection.Plant = _StorageLocation.Plant
and $projection.StorageLocation = _StorageLocation.StorageLocation
association [0..1] to I_OrderInternalID as _OrderInternalID on $projection.OrderInternalID = _OrderInternalID.OrderInternalID
and $projection.OrderInternalID <> '0000000000'
association [0..1] to I_OrderOperationBasic as _OrderOperationBasic on $projection.OrderInternalID = _OrderOperationBasic.OrderInternalID
and $projection.OrderOperationInternalID = _OrderOperationBasic.OrderOperationInternalID
and $projection.OrderInternalID <> '0000000000'
association [0..1] to I_MfgActionReasonCodeGroup as _MfgActionReasonCodeGroup on $projection.MfgNonConformanceRsnCodeCtlg = _MfgActionReasonCodeGroup.MfgActionReasonCodeGroupCtlg
and $projection.MfgNonConformanceRsnCodeGrp = _MfgActionReasonCodeGroup.MfgActionReasonCodeGroup
association [0..1] to I_MfgActionReasonCode as _MfgActionReasonCode on $projection.MfgNonConformanceRsnCodeCtlg = _MfgActionReasonCode.MfgActionReasonCodeGroupCtlg
and $projection.MfgNonConformanceRsnCodeGrp = _MfgActionReasonCode.MfgActionReasonCodeGroup
and $projection.MfgNonConformanceReasonCode = _MfgActionReasonCode.ManufacturingActionReasonCode
and _MfgActionReasonCode.Version = '0000'
//=== Assocation to common views
association [0..1] to I_UnitOfMeasure as _UnitOfMeasure on $projection.DefectiveQuantityUnit = _UnitOfMeasure.UnitOfMeasure
{
@ObjectModel:{ foreignKey.association: '_NotificationTask',
readOnly: true }
key qmsm_foa_param.qmnum as Notification,
key qmsm_foa_param.manum as NotificationTask,
key qmsm_foa_param.counter as ItemCounter,
qmsm_foa_param.paramtype as QltyTskFllwUpActnParamType,
@Semantics.quantity.unitOfMeasure: 'DefectiveQuantityUnit'
qmsm_foa_param.menge as DefectiveQuantity,
@ObjectModel:{ foreignKey.association: '_UnitOfMeasure' }
@Semantics.unitOfMeasure: true
qmsm_foa_param.mgein as DefectiveQuantityUnit,
@ObjectModel:{ foreignKey.association: '_Material' }
qmsm_foa_param.matnr as Material,
@ObjectModel:{ foreignKey.association: '_Plant' }
qmsm_foa_param.werks as Plant,
@ObjectModel:{ foreignKey.association: '_StorageLocation' }
qmsm_foa_param.lgort as StorageLocation,
qmsm_foa_param.affctd_obj_counter as DefectAffectedObject,//only possible if item created from defect
// _NotificationTask.NotificationItem,
qmsm_foa_param.plnty as BillOfOperationsType,
qmsm_foa_param.plnnr as BillOfOperationsGroup,
qmsm_foa_param.plnal as BillOfOperationsVariant,
qmsm_foa_param.plnversn as BillOfOperationsVersion,
qmsm_foa_param.aufpl as OrderInternalID,
qmsm_foa_param.aplzl as OrderOperationInternalID,
qmsm_foa_param.mfgrewrkroutplnnr as MfgReworkRoutingGroup,
qmsm_foa_param.mfgrewrkroutplnal as MfgReworkRoutingVariant,
qmsm_foa_param.mpe_nc_rsn_code_ctlg as MfgNonConformanceRsnCodeCtlg,
@ObjectModel:{ foreignKey.association: '_MfgActionReasonCodeGroup' }
qmsm_foa_param.mpe_nc_rsn_code_grp as MfgNonConformanceRsnCodeGrp,
@ObjectModel:{ foreignKey.association: '_MfgActionReasonCode' }
qmsm_foa_param.mpe_nc_rsn_code as MfgNonConformanceReasonCode,
qmsm_foa_param.mpe_nc_note as MfgNonConformanceNote,
qmsm_foa_param.prvbe as ProductionSupplyArea,
qmsm_foa_param.vlpla as SourceStorageBin,
qmsm_foa_param.defectuuid as DefectUUID,
qmsm_foa_param.chg_rec_id as ChangeRecord,
qmsm_foa_param.chg_rec_type as ChangeRecordType,
qmsm_foa_param.chg_rec_desc as ChgRecordDescriptionText,
/* Associations */
_Notification,
_NotificationTask,
// _NotificationItem,
_Material,
_Plant,
_StorageLocation,
_UnitOfMeasure,
_MfgActionReasonCodeGroup,
_MfgActionReasonCode,
_OrderInternalID,
_OrderOperationBasic
}
where
qmsm_foa_param.qmnum not like '$%'
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