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_ALM_NOTIF_TASK_RELEASE & BAPI_ALM_NOTIF_TASK_COMPLETE

john_wayne
Participant
0 Likes
2,473

Hi All,

I have issue with 2 BAPI for Notifications BAPI_ALM_NOTIF_TASK_RELEASE & BAPI_ALM_NOTIF_TASK_COMPLETE

Currently im able to Release & Complete Tasks in notification with these 2 BAPI.

When i check the status of the tasks the completed date, time and completed by the status are not being updated by these 2 BAPI. Can anyone tell me how to update the fields?

For the BAPI BAPI_ALM_NOTIF_TASK_COMPLETE i passed values

CARRIED_OUT_BY

CARRIED_OUT_DATE

CARRIED_OUT_TIME

Another issue i have when using the BAPI_ALM_NOTIF_TASK_RELEASE the planned start & planned finish are not being updated. Any idea how to update it?

When i use transaction code IW22 to release and complete the fields are being populated.

Thank You

Hi All,

I have issue with 2 BAPI for Notifications BAPI_ALM_NOTIF_TASK_RELEASE & BAPI_ALM_NOTIF_TASK_COMPLETE

Currently im able to Release & Complete Tasks in notification with these 2 BAPI.

When i check the status of the tasks the completed date, time and completed by the status are not being updated by these 2 BAPI. Can anyone tell me how to update the fields?

For the BAPI BAPI_ALM_NOTIF_TASK_COMPLETE i passed values

CARRIED_OUT_BY

CARRIED_OUT_DATE

CARRIED_OUT_TIME

Another issue i have when using the BAPI_ALM_NOTIF_TASK_RELEASE the planned start & planned finish are not being updated. Any idea how to update it?

When i use transaction code IW22 to release and complete the fields are being populated.

Thank You

4 REPLIES 4
Read only

gerald_wenger
Newcomer
0 Likes
1,709

Hello

I had the same problem, found your post when searching for help...

Finally I found out that by doing this sequence of BAPIs :

  1. BAPI_ALM_NOTIF_TASK_COMPLETE
  2. BAPI_TRANSACTION_COMMIT
  3. BAPI_ALM_NOTIF_SAVE
  4. BAPI_TRANSACTION_COMMIT

the name, date and time are filled...

Regards,

Gerald

Read only

0 Likes
1,709

Perfect Tip! It took us 2 days of headaches, but google is still my best friend!

Read only

Former Member
0 Likes
1,709

Hi John,

Wild Guess, BAPI_TRANSACTION_COMMIT did you call?

BR.

Read only

former_member788379
Discoverer
0 Likes
1,709

Hello John,

I had the same problem and Gerald's solution worked for me!. I tested the solution without the second step (BAPI_TRANSACTION_COMMIT) and it still works perfectly.

Regards