Login Form

Best viewed in IE 7.0

ADVERTISEMENTS
ADVERTISEMENT

Debuging a background workflow process?

How do you debug a background workflow process?

In your method, that is called in the background task, write the following code (tx: SWO1):

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

Run the workflow, causing an infinite loop on that step, and then go to SM50. Change exit value to 'X' and single step out of the code. Continue debuging the process.
ADVERTISEMENT
Free software downloads