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

input parameter changes upon function module execution

rangerlet_mesee
Participant
0 Likes
400

Hi,

For a Z function module, I am providing an importing parameter UOM..

When I provide a value and execute the FM, it is working fine..

But when I change the UOM input parameter value, upon execution of the FM and coming back to the test screen, I see the old UOM value...

Which means that I am unable to provide a value for UOM parameter as it is taking previous entry or becoming empty..

May I have a clue regarding this issue?

Regards

1 REPLY 1
Read only

Former Member
0 Likes
372

Dear Rangerlet,

   Are you passing by value or by reference. If you are passing value where are you caputuring the returned value. Please check that. can you show as the code.You should also check this in pbo module of your screen.