<?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: Openform &amp; startform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383935#M529565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;start_form.&lt;/P&gt;&lt;P&gt;The layout set can be changed in the current print procedure with START_FORM. It is therefore possible to combine several different layout sets in one printer output. Before a new layout set is opened with START_FORM, an open layout set must be closed with END_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form.&lt;/P&gt;&lt;P&gt;The module OPEN_FORM opens layout set printing. This function must be called up before you can work with other layout set functions (WRITE_FORM, ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not obligatory to enter a layout set name to open it. If a layout set is not specified, one must be opened with START_FORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 11:27:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T11:27:02Z</dc:date>
    <item>
      <title>Openform &amp; startform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383934#M529564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; wht is the difference between openform &amp;amp; startform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vighnesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383934#M529564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Openform &amp; startform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383935#M529565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;start_form.&lt;/P&gt;&lt;P&gt;The layout set can be changed in the current print procedure with START_FORM. It is therefore possible to combine several different layout sets in one printer output. Before a new layout set is opened with START_FORM, an open layout set must be closed with END_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form.&lt;/P&gt;&lt;P&gt;The module OPEN_FORM opens layout set printing. This function must be called up before you can work with other layout set functions (WRITE_FORM, ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not obligatory to enter a layout set name to open it. If a layout set is not specified, one must be opened with START_FORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383935#M529565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Openform &amp; startform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383936#M529566</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;&amp;lt;b&amp;gt;Differences between OPEN_FORM &amp;amp; START_FORM:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt; OPEN_FORM is mandatory while START_FORM is optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ii) OPEN_FORM is used to open the layout set output. It should have a CLOSE_FORM, else we will face an error while running the script.CLOSE_FORM ends the layout set output.&lt;/P&gt;&lt;P&gt;START_FORM is used to start a new layout set.In case if we have more than one form then we have to use the START_FORM. It has to be followed by an CLOSE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;OPEN_FORM: &amp;lt;/b&amp;gt;This function module opens layout set printing. One must call this function module before he uses any of other layout set function modules like Write_Form, Start_Form, Control_Form etc., You need specify a layout set name in the export parameters of this function module. If nothing is passed to Open_Form then one should use Start_Form function module to open layout set before starting the output. The layout set opened by Open_Form should be closed by Close_Form function module, other wise output doesn&amp;#146;t appear. We can use any number of Open_Form, Close_Form functions in one single program. But Close_Form must be there for every Open_Form in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;START_FORM:&amp;lt;/b&amp;gt; In-between the function modules OPEN_FORM and CLOSE_FORM, we can use different layout sets. This allows us to combine several different layout sets into one print output. However, we can combine only those layout sets that have the same page format. To switch layout sets, use the function module START_FORM. If another layout set is still open, we must close it first using END_FORM. If we specify no layout set name when calling START_FORM, the system restarts the last open layout set. If after OPEN_FORM no layout set was activated yet, the system leaves the function module with the exception UNUSED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383936#M529566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Openform &amp; startform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383937#M529567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;OPEN_FORM is the one which triggers the Script attached to the program&lt;/P&gt;&lt;P&gt;Write_form is used to write the script data&lt;/P&gt;&lt;P&gt;Start-FORM is used to trigger multiple forms based on the fields in a internal table.&lt;/P&gt;&lt;P&gt;say int table have 10 sales orders, for each sales order to trigger a form then sort that itab by VBELN and for each AT NEW VBELN you have to call START_FORM&lt;/P&gt;&lt;P&gt;and you have to call END_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not a must to use START_FORM and END_FORM in each and every script but OPEN_FORM &amp;lt;WRITE_FORM and CLOSE_FORM is a must.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the links related to scripts&lt;/P&gt;&lt;P&gt;Link for SAP Scripts (step by step procedure)&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPSCRIPT.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPSCRIPT.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPScripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf" target="test_blank"&gt;http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf" target="test_blank"&gt;http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf" target="test_blank"&gt;http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf" target="test_blank"&gt;http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf" target="test_blank"&gt;http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm" target="test_blank"&gt;http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP SCRIPT FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scripts easy material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/sap_script_made_easy.html" target="test_blank"&gt;http://www.allsaplinks.com/sap_script_made_easy.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383937#M529567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Openform &amp; startform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383938#M529568</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;START_FORM:  this is used to write output from different layouts into one spool request. it is used in conjuctiion with END_FORM. u can use this for manu times in sool req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_FORM : this is used to start a form layout. this is called once. and ended with CLOSE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/openform-startform/m-p/2383938#M529568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:31:40Z</dc:date>
    </item>
  </channel>
</rss>

