cancel
Showing results for 
Search instead for 
Did you mean: 

Table in WF container is empty

former_member313782
Active Participant
0 Kudos

Hi,

We are fetching data from back end systems using Function Modules in the methods of WF.

When executing swo1 method or executing Fm, te table is getting filled with values.

But whenwe run the workflow, the table in container is empty.

What could be the reason?

Regards,

Jose Anthony Reddy

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member313782
Active Participant
0 Kudos

Hi

The problem was not with the binding.. it was with the FM. Used another FM to fetch the correct values.

Thanks for e help.

Regards,

Jose

bpawanchand
Active Contributor
0 Kudos

There could be a problem with the binding from method container to task container and from task container to workflow container..

You might have missed to define binding between Method and task container.... you can do either this binding in PFTC txn by editing the respective standard task container. ot by using SWC_SET macros you can pass back the values from method container to task container....

Former Member
0 Kudos

Something wrong in the binding from your workflow to the method? The keys which you are using to make the SELECT are empty? You could add some additional error finding logic to your code temporarily: if the keys are empty, return X to the workflow, or whatever - just to find the reason.

Regards,

Karri