SEARCH HERE

Tuesday, April 5, 2011

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.

0 comments:

Post a Comment