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

Bapi BAPI ALM_NOTIF TASK COMPLETE doesn't update user name

Former Member
0 Likes
2,921

Hello

I'm trying to change the status of a notification task to TSCO - "task complete"

I'm using bapi BAPI ALM_NOTIF TASK COMPLETE and fills in fields :

NUMBER

TASK_KEY

CARRIED_OUT_BY

CARRIED_OUT_DATE

CARRIED_OUT_TIME

The operation ends successfully and the status does change,

but for some reason fields complete by/ complete date / complete time in iw53 remain empty.

Any thoughts ?

thanks

ziv.

2 REPLIES 2
Read only

Former Member
1,240

Hi Ziv,

Please follow the below steps:

1. First use the FM: STATUS_CHANGE_EXTERN with notification number and user status E0006.

2. Then use BAPI: BAPI_QUALNOT_CHANGETSKSTAT with Notification and task key of the item (Use: BAPI_ALM_NOTIF_GET_DETAIL to get the details of the notification) with task code as '01' and carried_out_date carried_out_time which you need to update.

3. Finally use the BAPI 'BAPI_QUALNOT_SAVE' with the notication number.

Thanks,

Chandan

Read only

Akshay_Yerawar
Active Participant
0 Likes
1,240

Hello,

This is happening because of the program error in FM BAPI_ALM_NOTIF_TASK_COMPLETE. This issue can be corrected by implementing SAP note 2988231.

Regards,

Akshay