Thursday, March 13, 2008

How do you debug a background workflow process?

In your method write the following code:

data exit.
Do.
if exit = 'X'.
exit.
endif.
enddo.

Run the workflow, causing an infinite loop on that step, and then go to SM50.
Here you can debug the process.

No comments:

Blog Archive