<?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: sapscript multiple windows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484586#M226283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks norman for ur quick reply,&lt;/P&gt;&lt;P&gt; i have to print picking labels its has the same content on each window except that its has different label number on each window.&lt;/P&gt;&lt;P&gt;can u help me with the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 17:30:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T17:30:16Z</dc:date>
    <item>
      <title>sapscript multiple windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484584#M226281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;I have to design a form which consists of one main window which repeats itself 3 times on the page.if there are 4 windows to be printed, it has to  print 3 on one page and the 4th one goes on the first window of the next page.can any one please help me how to proceed with the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484584#M226281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript multiple windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484585#M226282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having multiple MAIN windows does not mean that they will be copies of the first MAIN window.  &lt;/P&gt;&lt;P&gt;Not sure I understand your request.&lt;/P&gt;&lt;P&gt;You put as many MAIN page windows on the page as you want.  When the first is full, it goes to the second.  When the second is full, it goes to the third.  If there are only three MAIN page windows and the third is full, it goes to the next page and starts over again.&lt;/P&gt;&lt;P&gt;A good example is printing mailing labels where each label is a MAIN page window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484585#M226282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript multiple windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484586#M226283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks norman for ur quick reply,&lt;/P&gt;&lt;P&gt; i have to print picking labels its has the same content on each window except that its has different label number on each window.&lt;/P&gt;&lt;P&gt;can u help me with the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484586#M226283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript multiple windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484587#M226284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following to switch between Main windows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  call function 'CONTROL_FORM'
       EXPORTING
            command   = 'NEW-WINDOW'
       EXCEPTIONS
            unopened  = 01
            unstarted = 02.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 3 Main windows on your form and you call this FM 3 times it will go to the 1st Main window of the next page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-windows/m-p/1484587#M226284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T17:51:34Z</dc:date>
    </item>
  </channel>
</rss>

