‎2008 Jan 16 1:36 PM
Hello together,
is there any posibillity to trace an function module that runs in update task mode?
I try to save some data in a table but this doesen't work reliable...
Thomas
‎2008 Jan 16 1:46 PM
Hi,
Switch on Update Debugging in debugger and see it enters the function module.
Regards,
Renjith Michael.
‎2008 Jan 16 1:44 PM
Hi Thomas,
We could do that by using the following syntax
CALL FUNCTION update_function IN UPDATE TASK
[EXPORTING p1 = a1 p2 = a2 ...]
[TABLES t1 = itab1 t2 = itab2 ...].
Or use the update debugg mode to trace out.
Thanks,
Sunil
‎2008 Jan 16 1:46 PM
Hi,
Switch on Update Debugging in debugger and see it enters the function module.
Regards,
Renjith Michael.