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

Debugging FM called in background task as separate unit

Former Member
0 Likes
5,424

Hello Colleagues,

I would like to debug a FM called in background task as a separate unit.

There is a setting in the debugger "In background task: Do not process"

Can this setting be used in any way for this purpose?

Thanks and regards

1 ACCEPTED SOLUTION
Read only

Former Member
2,253

Yes, you can use "In background task: Do not process" check box in debug mode. Once done use Transaction SM58 and you should see your transaction lying there.

Choose Menu Edit->Debug Logical Unit of Work

2 REPLIES 2
Read only

Former Member
2,254

Yes, you can use "In background task: Do not process" check box in debug mode. Once done use Transaction SM58 and you should see your transaction lying there.

Choose Menu Edit->Debug Logical Unit of Work

Read only

Former Member
0 Likes
2,253

Thankyou