cancel
Showing results for 
Search instead for 
Did you mean: 

Check the logic of a step in WF

iklovski
Active Contributor
0 Kudos

Hello,

I'm trying to see the logic behind a step in WF on one of the projects.

How could I check what's the logic (ABAP, boolean?) applied behind this step in WF?

Thanks in advance,

Eli


Accepted Solutions (1)

Accepted Solutions (1)

former_member186746
Active Contributor
0 Kudos

Hi,

From the workflow log click on the step you're interested in.
Then use menu extras-->display task

this will show you the workflow task, in basic tab you'll see object category, object type and method.

So this is the programming logic behind a step.

If object category is BOR then you can go to SWO1 to test the method.

Now click back to get back to the workitem step screen. Now use goto-->technical workitem display

In the next screen Extras-->container

This will show you the values of the workflow container which is sent to the task. You can use this data to isolate the abap logic where you can place a breakpoint in the method and see what is happening.

Kind regards, Rob Dielemans

Answers (0)