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

Creating Notification

Former Member
0 Likes
738

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?

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
667

Hi Joesph,

PL use BAPI_ALM_NOTIF_TASK_COMPLETE to complete the task.

Good luck,

Suresh Datti

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
668

Hi Joesph,

PL use BAPI_ALM_NOTIF_TASK_COMPLETE to complete the task.

Good luck,

Suresh Datti

Read only

0 Likes
667

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

Read only

0 Likes
667

Hi Joseph,

Did you try to debug the functionla module.. the issue may be with the date format..

Regards,

Suresh Datti

Read only

Former Member
0 Likes
667

Also be sure to call BAPI_ALM_NOTIF_SAVE and BAPI_TRANSACTION_COMMIT after completing the task.