Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Message WL-821

Former Member
0 Likes
1,995

Hi All,

In Production environment Work flow is failed with SAP message WL-821 i.e.

"Work item <WItem ID>: Object <Object> method UPDATEPERSONNELNMBR cannot be executed".

Can anyone tell what is reason for this. Since it is working fine in other environment.

Regards,

Ashwini

1 ACCEPTED SOLUTION
Read only

Former Member
1,395

Hi,

Reasons which could explain you have this message, are:

- this method has not been transported to Prod. So does not exist.

- name of your method is bad, or not defined for this workflow.

- eventually, your method need an input parameter, and you did not provide it when the method is called.

- or maybe you have also to provide the key(s) of your workflow... even if I don't think that.

You can check your workflow (key, method, etc...) in tx SWO1.

Regards

Mickael

2 REPLIES 2
Read only

Former Member
1,396

Hi,

Reasons which could explain you have this message, are:

- this method has not been transported to Prod. So does not exist.

- name of your method is bad, or not defined for this workflow.

- eventually, your method need an input parameter, and you did not provide it when the method is called.

- or maybe you have also to provide the key(s) of your workflow... even if I don't think that.

You can check your workflow (key, method, etc...) in tx SWO1.

Regards

Mickael

Read only

0 Likes
1,395

Hi Mickael,

I do not feel any of the reasons u specified is causing teh problem. Because, the WF was working 3days back. And also I checked all the points which you have specified. All are fine.But still cudnot find out the reason.

Regards,

Ashwini

Edited by: ashwini mahendrakar on Nov 18, 2011 5:23 AM