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

smartforms

Former Member
0 Likes
880

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
Read only

Former Member
0 Likes
863

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

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

6 REPLIES 6
Read only

Former Member
0 Likes
864

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

Read only

0 Likes
863

THANKS WINNIE,

THE PROBLEM IS SOLVED.

THANKS A LOT AGAIN.

Read only

0 Likes
863

You're welcome.

Kindly reward points where applicable.

Thank you!

Read only

Former Member
0 Likes
863

yes it is possible..

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

regards

gv

Read only

0 Likes
863

HI VENKAT ,

THANKS TO YOU TOO.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
863

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.