‎2007 Feb 26 5:27 AM
PLEASE ANYONE TELL ME, ABOUT HOW TO CALL FUNCTION MODULE INSIDE SMARTFORM. IT IS VERY URGENT!!!!!!!!!1
‎2007 Feb 26 5:29 AM
Right click on node
->Select create
->Command Line.
Here you can call the function module. By pressing icon.
‎2007 Feb 26 5:34 AM
hi,
right click on the node ,
create > flow logic > comand
call the function module in the editor.
pass the parameters in the input and output parameters
‎2007 Feb 26 5:34 AM
Hi Santhosh,
You can write the coding in -
Global Definitions-->Subroutines tab.
Try it out...
Reward Points if Useful
All the Best
Gokul
‎2007 Feb 26 5:35 AM
In smartforms , right click any window and create->flow logic->program lines, then the screen for program logic appears. In the left most corner there a icon named statement struct.
Click the statement struct icon, it will show the screen for pattern, there give the function module name that you want to include in smartforms
‎2007 Feb 26 5:49 AM
Hi,
Under Global Definitions, we have 'Form Routines' tab. Under this tab, u can have a dynamic subroutine call. With in FORM and ENDFORM, you can call the Function Module.With in the Program Lines editor, u can define the subroutine........PERFORM.
If helpful, reward points.
Rgds,
CK
‎2011 Jan 31 11:04 AM