‎2010 Jul 13 4:33 PM
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.
‎2016 Mar 30 4:57 PM
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
‎2021 Apr 17 11:01 AM
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