Application Development 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: 

smartforms

Former Member
0 Kudos
102

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
85

Yes, it's possible. You can just right-click on a specific node then create program lines...

6 REPLIES 6

Former Member
0 Kudos
86

Yes, it's possible. You can just right-click on a specific node then create program lines...

0 Kudos
85

THANKS WINNIE,

THE PROBLEM IS SOLVED.

THANKS A LOT AGAIN.

0 Kudos
85

You're welcome.

Kindly reward points where applicable.

Thank you!

Former Member
0 Kudos
85

yes it is possible..

u can call funciton module from by creating code line or in global setting - > form routine.

regards

gv

0 Kudos
85

HI VENKAT ,

THANKS TO YOU TOO.

jayanthi_jayaraman
Active Contributor
0 Kudos
85

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.