Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cannot delete a notification task using BAPI_ALM_NOTIF_DATA_DELETE

Former Member
0 Likes
1,209

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 from (QMSM-MANUM)

REFOBJECTKEY = object No from(QMSM-OBJNR)

But still i am unable to delelte the task....Any pointer on what other data to be passed so that i can delete the notitication task

Regards

Shiva

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
746

There is another BAPI to call, the sequence is

BAPI_ALM_NOTIF_DATA_DELETE 
BAPI_ALM_NOTIF_SAVE 
BAPI_TRANSACTION_COMMIT. 

Regards

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
747

There is another BAPI to call, the sequence is

BAPI_ALM_NOTIF_DATA_DELETE 
BAPI_ALM_NOTIF_SAVE 
BAPI_TRANSACTION_COMMIT. 

Regards

Read only

0 Likes
746

Thanks Raymond....The task is deleted finally