<?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: diff between open_form and start_form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747332#M901626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="424774"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 08:50:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T08:50:42Z</dc:date>
    <item>
      <title>diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747328#M901622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;       can anyone explain me diff between open_form and start_form.&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>Tue, 22 Apr 2008 08:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747328#M901622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747329#M901623</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;strat_form: is used to initialize the layout. using this we can open many layoutses &lt;/P&gt;&lt;P&gt;open_form : is used to initialize the spool request. &lt;/P&gt;&lt;P&gt;using this we can open the layout &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;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747329#M901623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747330#M901624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give simple scenario...assume that you have 10 pages of form.Now you have to display the output..so we have first open that form using OPEN &lt;U&gt;FORM from the first page...whenever you have opened after reading all 10 pages you must close that form using CLOSE&lt;/U&gt;FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to open a form from other than first page means from 2nd or 3rd....10th directly in the output first display then we will use START_FORM from this page ..at this time we use END_FORM to end.But OPEN_FORM CLOSE_FORM is mandatory to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helpful.&lt;/P&gt;&lt;P&gt;Dara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747330#M901624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747331#M901625</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;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;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;P&gt;&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;Edited by: gangireddy satti on Apr 22, 2008 10:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747331#M901625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747332#M901626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="424774"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747332#M901626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747333#M901627</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;&lt;/P&gt;&lt;P&gt;OPEN_FORM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The function module OPEN_FORM opens form printing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.You need not specify a form name. If you omit the name, you must use the function module START_FORM to open a form before starting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.You must end form printing by using the function module CLOSE_FORM. Otherwise, the system does not print or display anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Within a program, you can use several OPEN_FORM.. CLOSE_FORM pairs. This allows you to write output to several different spool requests from within one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START_FORM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.To switch forms, use the function module START_FORM. If another form is still open, you must close it first using END_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.If you specify no form name when calling START_FORM, the system restarts the last open form. If after OPEN_FORM no form 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;Reward if it useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshmi Matti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747333#M901627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747334#M901628</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;open_form : using it printing will be started &lt;/P&gt;&lt;P&gt;                 without open_form printing will not be commenced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start_form : using it we can open differnt forms and also from a particular page between open_form and close_form. if an forn is opened before using start_form must close it using close_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;STRONG&gt;open_form&lt;/STRONG&gt; :  The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need not specify a form name. If you omit the name, you must use the function module START_FORM to open a form before starting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must end form printing by using the function module CLOSE_FORM. Otherwise, the system does not print or display anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a program, you can use several OPEN_FORM.. CLOSE_FORM pairs. This allows you to write output to several different spool requests from within one program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;start_form&lt;/STRONG&gt; : In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To switch forms, use the function module START_FORM. If another form is still open, you must close it first using END_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify no form name when calling START_FORM, the system restarts the last open form. If after OPEN_FORM no form 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;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747334#M901628</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-22T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: diff between open_form and start_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747335#M901629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rasmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Normally, START_FORM&lt;/P&gt;&lt;P&gt;is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(OPEN_FORM Is compulary in all cases)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Its only required,&lt;/P&gt;&lt;P&gt;when we want to different sapscript layouts,&lt;/P&gt;&lt;P&gt;to get merged,&lt;/P&gt;&lt;P&gt;and come in one output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For this purpose,&lt;/P&gt;&lt;P&gt;we use START_FORM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to START layout 1,&lt;/P&gt;&lt;P&gt;then START Layout 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if we use start_form, then&lt;/P&gt;&lt;P&gt;we can use END_FORM for stopping this start)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-open-form-and-start-form/m-p/3747335#M901629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:08:23Z</dc:date>
    </item>
  </channel>
</rss>

