cancel
Showing results for 
Search instead for 
Did you mean: 

Call 2 scripts in single driver program

Former Member
0 Kudos

hai

can we call 2 scripts in single driver program

Edited by: Alvaro Tejada Galindo on Jan 30, 2008 10:32 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

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.

Thanks

Bhanu

Edited by: Bhanu P on Jan 31, 2008 7:12 AM

ravishankar_reddy2
Active Participant
0 Kudos

Hi,

It is possible. U can call multiple forms for one driver program.

regards,

ravi shankar reddy