cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing Workflow

Former Member
0 Kudos

Hello Experts,

My requirement is Whenever User make any Purchase order above certain amount then mail will go to mail-id provided.

I had made the workflow but when I am trying to execute it following error is showing up in status bar:

Task started under work item ID 864678 (current status: Error)

How should I correct this error?

Also,I am unable to locate What amount variable should I compare in conditions

Please help.

Edited by: shubh_ag on Jul 29, 2011 12:26 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Look at the graphic log and see which task is getting the error. Then, in the container tab you can see the values in execution time. Via tcode SWO1 test the method of the object with the values you saw in the log.

Regards,

former_member185167
Active Contributor
0 Kudos

Hello,

Look in the workflow log (tx SWI1) for more details on the error.

regards

Rick Bakker

hanabi technology

Former Member
0 Kudos

Hi,

If it is just about sending mail to the user...

use FM SO_NEW*DOCUMENT_SEND FM...

Using workflow for these scenarios is not recommended as this impacts system performance...

To find field for price, Please see the BO using SWO1 to find your variable...

For errors see the workitem log. Open workitem for this... use menu path for Log and see the error...

Regards

Gautam

Edited by: gautam maini on Jul 29, 2011 1:43 PM