Login Form

Best viewed in IE 7.0

Debugging a background workflow process

Debugging 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.
You are here: Home SAP Technical Workflow Debugging a background workflow process