‎2008 Jul 17 2:59 PM
Hi ,
I have used IN UPDATE TASK with a function module. Also used COMMIT WORK after the FM. Even then it is not working. If I comment the IN UPDATE TASK it is working. Any clues please ?
Thank you,
Surya.
‎2008 Jul 17 3:05 PM
Hello Surya,
In t-code SE37, check if your FM attributes, is set to type 'Update Module'.
Kind regards.
Bruno
‎2008 Jul 17 3:15 PM
Bruno,
Yes I did that already.
Thank you,
Surya.
Edited by: Surya on Jul 17, 2008 10:15 AM
‎2008 Jul 17 3:20 PM
‎2008 Jul 17 3:41 PM
‎2008 Jul 17 4:02 PM
hello surya,
is the FM is V1 update or V2 update, chk the attributes of FM?
if V2 update then the change are not immediate.
regards
Amar
‎2008 Jul 17 4:37 PM
Hi Amar,
I assume that V1 and V2 are Start Immed. and Start Delayed under Attributes of FM( under Update Module). If so, I tried both , but no luck.. thanks for your reply.
Anyone have clues please let me know.
Thank you,
Surya
‎2008 Jul 17 4:49 PM
Hello Surya,
keep V1 (start immd)
you can try the statement, before calling FM
set update task local
this sets WP to the current WP.
i dont have anyother answer.
Regards
Amar
‎2008 Jul 17 5:24 PM
Hi Amar,
I tried this and no luck... I am still not sure of what is happening.
Can it be possible to debug this FM ?
Thank you,
Surya
‎2008 Jul 28 4:28 PM
‎2015 Sep 01 6:58 PM