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: 

workflow - Not able to stop at the breakpoint, how to debug?

Former Member
0 Kudos

Hi,

I am working on solving a workflow problem, but i am not able to stop at the breakpoint put on the function module called through the program.

I am sure that the function module is called through the workflow. please tell me why is it not stopping.

Pls help.

Regards,

Chamandeep

2 REPLIES 2

Former Member
0 Kudos

maybe because it is a background method, its then executed by wf-batch.

the easiest way to test/debug a method is doing it with tx swo1, fill in the Business object and test the method with the corresponding input parameters

/Peter

0 Kudos

You can go and catch the thread of the function module in SM50 transaction as soon as you call the function module and debug.