cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

Is possible to debug a workflow.

how?

View Entire Topic
Former Member
0 Likes

Hi,

in case I want to debug a specific step in a workflow definition, I do that using transaction swo1 (if the underlaying objecttype is of type BOR, but it works for Abap classes in nearly the same way).

Go to the method, that you want to debug and create a break-point.

Test the class and create an instance. You should copy the object's key from the task container.

Execute the method, maybe you have to enter additional input parameters for the method.

This way is not very comfortable, but it works either for background and for dialog steps.

Best regards.