cancel
Showing results for 
Search instead for 
Did you mean: 

work item error

Former Member
0 Kudos

Hi, experts.

I have a trouble about work item.

I got following errors

・"Work item 000000400230: Object FLOWITEM method EXECUTE cannot be executed".(WL821)

・"Error when defining successor for node 0000000036"(SWP029)

Could anyone help me to solve the problem?

Thanks,

Sally

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi, Pavan.

Thank you for your advice.

I tried the transaction, and found out cannot get the agent.

Do you know why I got the error message "SAP org.object does not exit"?

Also what is the "SAP organization" that is mentioned in the message?

Best regards,

Sally

bpawanchand
Active Contributor
0 Kudos

Hi,

Answer to your question is in your post itself , I think the rule is failing to find the OM attributes the rule is actuallly trying to execute the fm *HRWPC_PCR_APPROVER.

I think one of the function module is rasing the OBJECT not found error.

Please check

Make sure the Notitifaciton adsn role ID are populated in the workflow container.

Regards

Pavan

Former Member
0 Kudos

Hi, thank you for your reply.

I still have the same problem.

I'll write detail error texts.

Please let me know how I can solve it.

Executed Action: PROCESS_NODE

Error Message: Error when processing node '0000000003' (ParForEach index 000000) Message no. SWP088

Executed Action: CREATE

Error Message: Error when creating a component of type 'Step' Message no. SWP087

Executed Action: CREATE_WIM_HANDLE

Error Message: Error when creating a work item Message no. SWP044

Executed Action: CREATE_VIA_WFM

Error Message: Agent determination for step '0000000003' failed Message no. SWF_RUN519

Executed Action: EVALUATE_AGENT_VIA_RULE

Error Message: Error when determining 'AC00000148', rule of step '0000000003'. WL423

Executed Action: AC50000134

SAP organization object does not exist. 5W201

Thanks,

Sally

bpawanchand
Active Contributor
0 Kudos

Hi,

The Two rules are failing to determing the agent by the values that you are passing to rule from the task container. MAke sure you try to simulate the rule from PFAC transaction and check whether for the values that are passing to rule from task container using them the agent is determiend or not. I think there is a value which is misssing or invalid in order to determine the agent. .

Regards

Pavan

Former Member
0 Kudos

Hi,

Please check the method 'EXECUTE' of BOR FLOWITEM. Test it stand alone , if required use the debug mode.

You will find the root cause the error.

Thanks and regards,

SNJY

bpawanchand
Active Contributor
0 Kudos

Hi,

This looks like there is problem in updating some of the system tables of the workflow desgin... I think if you try to refresh the index then you would not come across this error

Try to do :

1. Execute PFTC transaction and select the task type as Workflow Template.

2. Mention the workflow tempalte and open in display mode.

3. On Menu ---> Additonal Data ---> Agent Assignment ---> Maintain Agent Assignment ---> click SHFT + F1.

4. You should be able to see the message Index updated at the bttom.

Even after doing this if the error still persist then just delete the node in the workflow and re insert the same step again with same defnition and refresh org assignment and Refresh Buffer by making use SWU_OBUF.

Regards

Pavan