RATE THIS ANSWER
0
Click to Vote:
0
0
Last Answered:
Mar 19 2008 1:44 AM GMT
by Yy
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.