<?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: why we use write form,open form,close form,in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868161#M929638</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;START_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;OPEN_FORM-&amp;gt;&lt;/P&gt;&lt;P&gt;To initialize the printing of forms via the Raw Data Interface, use function modules (OPEN_FORM und CLOSE_FORM) and a flag in the form (administration data). For this purpose, the function modules include the additional optional import parameter RAW_DATA_INTERFACE.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/d2/cb3d8e455611d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d2/cb3d8e455611d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;START_FORM-&amp;gt;&lt;/P&gt;&lt;P&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;from: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 10:32:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T10:32:04Z</dc:date>
    <item>
      <title>why we use write form,open form,close form,in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868157#M929634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868157#M929634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: why we use write form,open form,close form,in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868158#M929635</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: This form opens the script. The module OPEN_FORM opens layout set printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE_FORM: This form is used to write the content mentioned in the windows of the SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START_FORM: This form is dynamically call a page in the script. The layout set can be changed in the current print procedure with START_FORM. This may also be used to trigger a new-spool id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END_FORM: This form is used to close the current layout set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE_FORM: This form close the current SAP script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have any number for WRITE_FORM, START_FORM and END_FORM, but for a script you can have only one OPEN_FORM and CLOSE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868158#M929635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: why we use write form,open form,close form,in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868159#M929636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use&lt;/P&gt;&lt;P&gt;Open_form =&amp;gt; It assign the form and printer, It should be first. &lt;/P&gt;&lt;P&gt;Start_form =&amp;gt;  It start Writing mode. You can use write_form  in loop to write more than one lines befor End_form.  &lt;/P&gt;&lt;P&gt;End_form =&amp;gt; It end writing mode of current page and will require to start again through Start_form. &lt;/P&gt;&lt;P&gt;Close_form=&amp;gt; it end the Form. After this you can not start again for created file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868159#M929636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: why we use write form,open form,close form,in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868160#M929637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868160#M929637</guid>
      <dc:creator>former_member216668</dc:creator>
      <dc:date>2008-05-16T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: why we use write form,open form,close form,in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868161#M929638</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;START_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;OPEN_FORM-&amp;gt;&lt;/P&gt;&lt;P&gt;To initialize the printing of forms via the Raw Data Interface, use function modules (OPEN_FORM und CLOSE_FORM) and a flag in the form (administration data). For this purpose, the function modules include the additional optional import parameter RAW_DATA_INTERFACE.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/d2/cb3d8e455611d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d2/cb3d8e455611d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;START_FORM-&amp;gt;&lt;/P&gt;&lt;P&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;from: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-write-form-open-form-close-form-in-script/m-p/3868161#M929638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:32:04Z</dc:date>
    </item>
  </channel>
</rss>

