‎2005 Nov 20 8:08 AM
hi,
I'm using BAPI BAPI_ALM_NOTIF_CREATE to create PM notification.
Everything is ok. But I can't update, in TASK, the field "Date on Which the Task Was Completed" (VIQMSM-ERLDAT).
Any idea?
‎2005 Nov 20 5:01 PM
Hi Joesph,
PL use BAPI_ALM_NOTIF_TASK_COMPLETE to complete the task.
Good luck,
Suresh Datti
‎2005 Nov 20 5:01 PM
Hi Joesph,
PL use BAPI_ALM_NOTIF_TASK_COMPLETE to complete the task.
Good luck,
Suresh Datti
‎2005 Nov 21 5:56 AM
Hi,
Thanks for the reply.
I've already use this FM. It complete the task very well. But the field "Date on Which the Task Was Completed" (VIQMSM-ERLDAT) remains empty....
Message was edited by: joseph fryda
‎2005 Nov 21 1:00 PM
Hi Joseph,
Did you try to debug the functionla module.. the issue may be with the date format..
Regards,
Suresh Datti
‎2007 Jul 27 2:46 PM
Also be sure to call BAPI_ALM_NOTIF_SAVE and BAPI_TRANSACTION_COMMIT after completing the task.