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

HOW TO CALL FUNCTION MODULE INSIDE SMARTFORM

santosh_fhalke
Participant
0 Likes
4,883

PLEASE ANYONE TELL ME, ABOUT HOW TO CALL FUNCTION MODULE INSIDE SMARTFORM. IT IS VERY URGENT!!!!!!!!!1

6 REPLIES 6
Read only

Former Member
0 Likes
1,822

Right click on node

->Select create

->Command Line.

Here you can call the function module. By pressing icon.

Read only

Former Member
0 Likes
1,822

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

Read only

Former Member
0 Likes
1,822

Hi Santhosh,

You can write the coding in -


Global Definitions-->Subroutines tab.

Try it out...

Reward Points if Useful

All the Best

Gokul

Read only

Former Member
0 Likes
1,822

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

Read only

Former Member
0 Likes
1,822

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

Read only

santosh_fhalke
Participant
0 Likes
1,822

This message was moderated.