cancel
Showing results for 
Search instead for 
Did you mean: 

Control initial Tasks in F2 QN created during QE01 defects recording

Former Member
0 Kudos

When users report defects during goods receipt insp of purchases, our 4.7 system creates the usual desired F2 "in the background" using info entered into the standard defects screens accessed via qe01.

We recently added ABAP code to QQMA0007 "EXIT_SAPMIWO0_001" to automatically load initial Tasks (varies by QN type and other factors). When users examine the QNs, they also often select Task Determination which brings in additional Tasks as configured. Of course, they also sometimes manually add other Tasks. So our QNs may include Tasks from all 3 (auto, Task Det., manual).

Problem: Our ABAP code never fires when the F2 is created, the exit fires perfectly for qm01 when creating an F2.

We are not finding a way to add the automatic Tasks for the F2 "background" QNs.

Your ideas / suggestions would be appreciated.

Thanks in advance

Warren

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186399
Active Contributor
0 Kudos

Hello,

please check the following as I also incurred the same issues like this in notification

1) Please check whether the Exit is triggering for Notification created through defect recording

2) Normaly ABAP mentions the T code in the Program like , " When QM01". Please note that when notification is created through inspection lot and defect recording system is not executing QM01. Notification is created through QE01 t code. Please incorporate in your program QE01 t code and make the necessary changes accordingly with the help of ABAPer

Please revert with your feedbacks

Gajesh