Application Development 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: 

FM EAM_TASKLIST_GET_DETAIL, CHANGE, POST not updating the task list group in IA05/6/7

Former Member
0 Kudos

Hi Gurus,

I am trying to update the task list group in transaction code IA05/IA06/IA07 by using below FM's

1) EAM_TASKLIST_GET_DETAIL : Read

2) EAM_TASKLIST_CHANGE      : Change

3) EAM_TASKLIST_POST           : Udpate

I have tried updating PLKO-KTEXT field (Header field) and all the FM show success results but still the Tcode IA07 doesn't update the new entry in KTEXT field.

I have also used Commit statement.

Do we have to update any particular entry so that the field will get updated in DB as well as be seen in the tcode IA07 (Display General Task List)

We do not want to use LSMW and BDC so please reply only for this post.

Pls find attached sample code for your reference.

Thank you!

Best Regards,

Varun D.

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

try using COMMIT WORK statement after change and post.

Regards

2 REPLIES 2

former_member188827
Active Contributor
0 Kudos

try using COMMIT WORK statement after change and post.

Regards

venkatakrishna
Active Participant
0 Kudos

Hi Varun,

Use FM:- BAPI_TRANSACTION_COMMIT or

            commit work and wait  or
            wait up to 5 seconds.

Regards,

Venkat