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 : parameter passing is empty from method to FM?

Former Member
0 Likes
821

Hello,

import parameters are not being passed to the end ???

i have a workflow with a task, this task is calling a method called METHOD1 and this method is linked to a function module FM1.

The workflow is triggered by an even, so i did binding between the event container and the workflow container, and then between the workflow container and the task container, so METHOD1 has import parameters.

when i debug, the values of the import parameters are in the source code of the program under SWO1 but when from there the system calls FM1 prviding the correct import parameters for FM1, the parameters are not reaching, when debugging FM1 i see that its import parameters are empty.

Any ideas as to why this is happening ?

points are awarded.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi Hassan,

Please debug the method1 and verify the import parameters when calling fm1. If FM1 is a Z-FM then check pass by value to all parameters in the FM.

Hope this helps.

Let me know if you have any more questions.

BR

Rakesh

1 REPLY 1
Read only

Former Member
0 Likes
519

Hi Hassan,

Please debug the method1 and verify the import parameters when calling fm1. If FM1 is a Z-FM then check pass by value to all parameters in the FM.

Hope this helps.

Let me know if you have any more questions.

BR

Rakesh