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

In Script Driver Program. How to call 2 Script Form

saranwin
Contributor
0 Likes
595

Hi,

In script Driver Program, How to call the 2 or more script form. can anyone regret me the same. Send me some sample code...

Thanks In advance

Regards,

Saran

2 REPLIES 2
Read only

Former Member
0 Likes
432

You can call 2 scripts in single driver program by using multiple 'START_FORM' function modules.

Example:

**To create spool request

call function open_form.

1st script

call function start_form.

call function write_form.

call function end_form.

**2nd script

call function start_form.

call function write_form.

call function end_form.

**To close the spool request

call function close_form.

Reward points...

Read only

0 Likes
432

Hi,

Thanx Mr.Murali

Regards

Saran