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

Tracing in Update Task

0 Likes
1,367

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
788

Hi,

Switch on Update Debugging in debugger and see it enters the function module.

Regards,

Renjith Michael.

2 REPLIES 2
Read only

Former Member
0 Likes
788

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

Read only

Former Member
0 Likes
789

Hi,

Switch on Update Debugging in debugger and see it enters the function module.

Regards,

Renjith Michael.