Banner
Banner
Banner

Attention: open in a new window. PDFPrintE-mail

2007
04
Oct

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.
Last Updated (Wednesday, 17 October 2007 20:03)
Banner
Free software downloads