Answer Posted / lokesh
First of all, you cannot set breakpoints in a workflow, so I assume you mean that you have set a break-point in a method used in one of the task's used in your workflow?
If so, and if this task-method is a background method (i.e. a non-dialog task), debugging is not possible, since a background method, as the name states, is executed in another context in background.
To see how the workflow passes values from/to the different container's, you can use transaction SWUD (to see if the values needed for your method, are binded correctly).
Other useful tools for workflow error search, are: SWEL (first turn on even trace with SWELS) or simply look at the workitems created to see what kind of errors they may have encountered: SWI2_FREQ f.x.
If background task, I recommend you use SWUS for the specific task in question to create a WorkItem. Find the workitem with SWI2_FREQ, then display it. From there, display Container, to see the outcome.
You can debug the method, from SWO1 for the Object Type owning the method. From SWO1 simply click the test button. Then click "create instance". Execute the method for the object instance and you will be able to debug the method.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the different database integrities?
What is the difference between semi-monthly and Bi-weekly payroll area
Explain the uses of the simple maintenance interface? : sap abap hr
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What are the ways you can do the tuning?
Explain the call transaction method? : abap bdc
What is an internal table?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is the difference between open_form and close_form?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What are conversion routines? : abap data dictionary
Can i know some of the Realtime tickets that anyone has been faced ?
What are the layers of data description in r/3? : abap data dictionary
What is the collect statement?
What is the difference between skip and new-line?