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

Calling multiple sapscript from one driver program/function module

Former Member
0 Likes
611

Hi,

i have two form which is needed to call from a custom function module.

I tried to call it using START_FORM but did not worked.

Could anyone provide light on this.

Thanks

Sandip

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi Sandip,

You need to provide more detail in your question.  It should be possible to call one SAPscript and once it's complete then follow with a second one, if this is not working you should explain what you've done and what is actualy happening.

regards,

Nick

Read only

arindam_m
Active Contributor
0 Likes
441

Hi,

The process usually for processing a single SAPScript is that the you have to do OPEN_FORM, then START_FORM and CLOSE_FORM. And check the Spool settings applicable you should set that appropriately if you want all Script to be in the same spool Output.

Cheers,

Arindam