SAp SMARTFORMS
How to call a function module in smartforms? And do we need to write a program to do that? If so after creating tables and forms using form painter what is the step to call func module?

Software/Hardware used:
ASKED: March 17, 2008  4:09 AM
UPDATED: June 15, 2012  5:14 AM

Answer Wiki:
To call FM in smartform, the import and export parameter or tables of the Fm need to be pass in through the Form Interface. Declare the global data type in Global Definition to used in the global scope. The FM can be code or call in the Initialization Tab in Global Definition. If the Fm to be called is returning values, the values can be assign to the variable which declared in the Global Data Type and display through the Text in the Window.
Last Wiki Answer Submitted:  March 19, 2008  1:44 am  by  Yy   15 pts.
All Answer Wiki Contributors:  Yy   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

you need to call function module through driver prog using ssf_function_module_name.
or call in smrtform.

 10 pts.