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 is the difference between internal tables and extract datasets? : abap modularization
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
How would you set the formatting options statically and dynamically within a report?
Can we reuse a userexit?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is a subscreen? How can we use a subscreen?
What is a size category?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
how can we enable hyperlink in screen painter?
How to convert the Unit for 'Distance' (The value from one Unit to another).
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What is the definition of modification in an sap system and how do they impact an upgrade?
What are null values?
How do you Export a session ?