‎2007 Sep 18 1:30 PM
Hi All,
I am using a bapi : BAPI_ALM_NOTIF_DATA_DELETE for deleting the notification task. I am passing the notification number and data to the table structure : NOTIFTASK the following fields
TASK_KEY = Item No(QMSM-MANUM)
REFOBJECTKEY = object No(QMSM-OBJNR)
But still i am unable to delelte the task....Any pointer on what ohter data to be passed so that i can delete the notitication task
Regards
Shiva
‎2007 Sep 21 2:03 PM
I use a different function... BAPI_SERVNOT_DEL_DATA. We don't have BAPI_ALM_NOTIF_DATA_DELETE in our system.
For BAPI_SERVNOT_DEL_DATA, I have to pass TASK_KEY and TASK_SORT_NO. It works.
Maybe you are missing the sort number?
‎2007 Sep 21 7:20 PM
The BAPI listed by the previous poster is for service notifications - this one is for PM notifications. Make sure you are using the correct bapi.
You should be passing the Item # and the Sort Item # along with the notification number.
Also - the following items could be stopping you from deleting a task :
1. Task in progress
2. Task is completed
3. Notification system status does not allow you to delete
4. Notification is already on a work order in progress
See if this is the case - or try to create a brand new notification for testing purposes and test deleting an item in difference scenarios.
‎2010 Oct 11 4:16 PM
Hey all,
I have the same problem. I am trying to delete a task from a notification.
I have tried to insert the notif. number and task_key and task_sort_key in the NOTIFTASK table but still doesn't work.
What can I do to make it work ?