<?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 diff between start_form and open_form in sap scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501146#M232062</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;Can anyone tell me the difference between start_form and open_form used in sap scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i should each use of these,i mean under what circumstances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 17:26:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-26T17:26:35Z</dc:date>
    <item>
      <title>diff between start_form and open_form in sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501146#M232062</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;Can anyone tell me the difference between start_form and open_form used in sap scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i should each use of these,i mean under what circumstances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501146#M232062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff between start_form and open_form in sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501147#M232063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form : it opens the form for printing ( called only once)&lt;/P&gt;&lt;P&gt;and should be closed with end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start_form : is used when u have multiple scripts(forms) to be printed in one output.( can be called many times)&lt;/P&gt;&lt;P&gt;and closed by close_form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501147#M232063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: diff between start_form and open_form in sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501148#M232064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this. it should help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501148#M232064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: diff between start_form and open_form in sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501149#M232065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPEN_FORM is the beginning of the spool,  everything that happens between the OPEN and CLOSE is one spool file in SP01.  You can jump to certain pages using the START_FORM function module and specifying the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have to use START_FORM, but you do have to use OPEN_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich  Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501149#M232065</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-26T17:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: diff between start_form and open_form in sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501150#M232066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To print several identical forms containing different data in one spool request, begin&lt;/P&gt;&lt;P&gt;each form using START_FORM and end the form using END_FORM.&lt;/P&gt;&lt;P&gt;Before using START_FORM for the first time, you must call OPEN_FORM.&lt;/P&gt;&lt;P&gt;The function modules for each form are called between START_FORM and&lt;/P&gt;&lt;P&gt;END_FORM.&lt;/P&gt;&lt;P&gt;END_FORM does not end the printing process. Use either START_FORM or&lt;/P&gt;&lt;P&gt;CLOSE_FORM after END_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simply... in open form u can open different forms with the same driver program and in start form is for the particular form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award if it helps to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-start-form-and-open-form-in-sap-scripts/m-p/1501150#M232066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T17:38:21Z</dc:date>
    </item>
  </channel>
</rss>

