2005 Sep 20 6:05 AM
Is it possible to call a function module in smartform
and output a value?.
e.g.I get a amount value through program lines in smartforms.Can i call a function module to convert this amount in words inside the smartform itself.If not what can be the other possible way.
thanks in advance.
-milind
2005 Sep 20 6:09 AM
Yes, it's possible. You can just right-click on a specific node then create program lines...
2005 Sep 20 6:09 AM
Yes, it's possible. You can just right-click on a specific node then create program lines...
2005 Sep 20 6:43 AM
2005 Sep 20 8:03 AM
You're welcome.
Kindly reward points where applicable.
Thank you!
2005 Sep 20 6:10 AM
yes it is possible..
u can call funciton module from by creating code line or in global setting - > form routine.
regards
gv
2005 Sep 20 6:44 AM
2005 Sep 20 6:47 AM
Hi,
You can do it by using program lines.But you should give the appropriate input and output parameter in that program lines.
Then do the normal coding in the space provided.
Use a variable to get the output from function module.It should be your output parameter.All other inputs to the function module should be your input parameter.
Use text element to display the output from the variable.
Kindly reward points by clicking the star on the left of reply if you find it as useful.