‎2008 Aug 14 5:47 AM
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...
‎2008 Aug 14 6:51 AM
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....
‎2008 Aug 14 6:53 AM
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
‎2008 Aug 14 6:57 AM
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
‎2008 Aug 14 7:22 AM
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.
‎2008 Aug 14 7:30 AM
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....
‎2008 Aug 14 7:41 AM
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.
‎2008 Aug 14 7:47 AM
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.
‎2008 Aug 14 7:55 AM
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.
‎2008 Aug 14 8:06 AM
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...