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

error in workflow

Former Member
0 Likes
1,258

HI all,

I am getting an error while executing the purchasing requisition workflow like ''Error when loading the callback component (work item 000000003045)''. How to solve this...

9 REPLIES 9
Read only

Former Member
0 Likes
1,142

hi radha,

can u elaborate your problem... i am working on a PR object in wf these days .. lets c if i can prove to be of any help... plz tell when and whr do u see the error coming....

Read only

Former Member
0 Likes
1,142

Hi Radha,

The best way to find the root cause in the workflow is just go to the workflow log(SWIA). and then see what exactly the problem is...

IF you are not able to find the root cause then just paste the actual error which you are facing.

Regards,

Chidanand

Read only

Former Member
0 Likes
1,142

Hi,

Could you check in SM58 in the RFC queue if the Function Modules called in workflow are in queue. If there is no FM sw* with the user wf-batch in queue check for the instantiation of the BOR.

Thanks

Papiya

Read only

Former Member
0 Likes
1,142

Hi,

I created workflow for PR release approval. In that i created aa activity display. and after that i created user decision. when executing it is showing the details. but user decision in not triggering. In workflow log I am getting message like

Error Message Created for Admin

Work item 000000003076: Object FLOWITEM method EXECUTE cannot be executed

Error when loading the callback component (work item 000000003079

Thanks,

Radha.

Read only

0 Likes
1,142

which event are you using to initiate the workflow....???

check if agent is getting assigned or not.... moreover... i feel you wont need to apply the user decisions ... can u elaborate on your requirement.... what exactly are you required to do....

Read only

Former Member
0 Likes
1,142

Hi,

I created WF for level wise approval. If the 1st level approver approves then only it should go to next level approver. For that i am using user decision. before that user decision i created the activity display for displaying details. when executing the WF display event is triggering. after that user decision is not triggering. i am gettig the error. so where can i check?

Thanks,

Radha.

Read only

0 Likes
1,142

hi radha...

as per your requirement, i would suggest you to use SINGLERELEASE method of the bus object bus2105. it wil directly ask the user to release the wf . that prevents one step in your workflow. after that, you can check with the release strategy.

i am having a similar object, but instead of 2, i hav 8 step approval... so m taking up this approach. can u tell what business object and which event are you using to initiate the workflow. means what entries are there in the header of your wf.

Read only

Former Member
0 Likes
1,142

Hi,

My requirement is item wise release. So i am using the business object BUS2009. it is 4 level approval process. For single level approval it is working fine. when i checked with 2 level it is giving this error. Release strategy and binding all are fine. I am not getting what the error message ''Work item 000000003076: Object FLOWITEM method EXECUTE cannot be executed'' means.

Thanks,

Radha.

Read only

0 Likes
1,142

hi,

actually multi level releases are defined for bus2105.... i think thats y this perticular error is showing up.... hav u maintained the org chart to determine the levels of approval or ru using some customer enhancement to determine the users through release strategy... i wont be able to fully help as it is not possible to devise a solution withouf watching wats really happening...