cancel
Showing results for 
Search instead for 
Did you mean: 

Binding Problem

Former Member
0 Kudos

Hi,

My first step in workflow is a background step which gets first level and second level approvers.

I need to determine the approvers and pass back to the workflow.

When I execute the method in SWO1 the approvers are returned properly..

When I pass it back to Workflow the workflow container is not getting filled.

All the names are same in Task ,Workflow ,Method and all are in capital letters.

I have done the binding also but values don’t reflect back in workflow.

The container is multiline and it holds max 4 values.

Its of type WFSYST-INITIATOR.

This happens only for ZWF_USER2(It holds second level approvers ).

I have another element ZWF_USER1 where its of same type and the values are filled.

I have even refreshed the buffers and logged of and executed it.

Has anyone faced a similar kind of issue?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Swathi

I think you are not providing the correct Business Object. Use the Business object that you have used in Workflow Template. Check whether the business Object is the same. If everything is fine then I will ask you o delete the step nd use another step to check. The last remdy will surely help mam. Please reward Points if helpful.

Thanks

Arghadip

Former Member
0 Kudos

hi,

Check out the parameters attributes at tha workflow level and BO level.

Look out for the import and export check box.

I hope you are using macro instructions to add these values.

Intialise the container properly and do it.

Sometimes its works when you recreate the container simply and do the binding once again.Reset the buffer too.workflow si quite weird

former_member184495
Active Contributor
0 Kudos

Hi SD,

are you sending a work item or just a text message to your approvers ?

bcos in case you sending work item, the approvers that you are passing from your method to task and from task to WF container, you need to concatenate US (suffix) to the approvers name, only then it would send.

Hope it helps.

Aditya

Former Member
0 Kudos

its not problem with workitem .the value is not filled at all when i check in log .

Former Member
0 Kudos

Hi

check once again in Binding which fields ur checking, and debug in ur functionmodule which ur assigned in ur BO.