<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: In Script Driver Program. How to call 2 Script Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432016#M824359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call 2 scripts in single driver program by using multiple 'START_FORM' function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**To create spool request&lt;/P&gt;&lt;P&gt;call function open_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st script &lt;/P&gt;&lt;P&gt;call function start_form.&lt;/P&gt;&lt;P&gt;call function write_form.&lt;/P&gt;&lt;P&gt;call function end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**2nd script&lt;/P&gt;&lt;P&gt;call function start_form.&lt;/P&gt;&lt;P&gt;call function write_form.&lt;/P&gt;&lt;P&gt;call function end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**To close the spool request&lt;/P&gt;&lt;P&gt;call function close_form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 07:29:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T07:29:38Z</dc:date>
    <item>
      <title>In Script Driver Program. How to call 2 Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432015#M824358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script Driver Program, How to call the 2 or more script form. can anyone regret me the same. Send me some sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432015#M824358</guid>
      <dc:creator>saranwin</dc:creator>
      <dc:date>2008-02-26T07:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: In Script Driver Program. How to call 2 Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432016#M824359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call 2 scripts in single driver program by using multiple 'START_FORM' function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**To create spool request&lt;/P&gt;&lt;P&gt;call function open_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st script &lt;/P&gt;&lt;P&gt;call function start_form.&lt;/P&gt;&lt;P&gt;call function write_form.&lt;/P&gt;&lt;P&gt;call function end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**2nd script&lt;/P&gt;&lt;P&gt;call function start_form.&lt;/P&gt;&lt;P&gt;call function write_form.&lt;/P&gt;&lt;P&gt;call function end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**To close the spool request&lt;/P&gt;&lt;P&gt;call function close_form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432016#M824359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: In Script Driver Program. How to call 2 Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432017#M824360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanx Mr.Murali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script-driver-program-how-to-call-2-script-form/m-p/3432017#M824360</guid>
      <dc:creator>saranwin</dc:creator>
      <dc:date>2008-02-26T07:35:19Z</dc:date>
    </item>
  </channel>
</rss>

