<?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 labels in same page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079882#M730415</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; Have you Assigned all the main windows to the same page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2007 14:18:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-22T14:18:16Z</dc:date>
    <item>
      <title>Sapscript - Multiple labels in same page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079881#M730414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers, &lt;/P&gt;&lt;P&gt; I need print mutiple labels in same page with Sapscript,&lt;/P&gt;&lt;P&gt;I create ten Main windows in my page, from Main0 at Main9, &lt;/P&gt;&lt;P&gt;five lines and two columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I print up to one, it is printed in diferent pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need print all in the same page. What can I do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 14:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079881#M730414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript - Multiple labels in same page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079882#M730415</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; Have you Assigned all the main windows to the same page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 14:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079882#M730415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript - Multiple labels in same page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079883#M730416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alipio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP Script a Form can have only one MAIN window.&lt;/P&gt;&lt;P&gt;But we can Create max of 99 instances of the SAME MAIN WINDOW in a page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is required if you want to display the Text in Multiple columns (line in a news paper). For Eg to Display the Main window text in 3 columns format we can create 3 Copies of Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create copies : Use the Path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit-&amp;gt;Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal Scenarios we need not to create the Copies of MAIN window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will solve ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 14:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079883#M730416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript - Multiple labels in same page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079884#M730417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend, I have been created the copies, but, when I send to print, apper only one label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg. I send 4 print copies of the label, and only one is printed on the page. I have 10 MAIN Windows. All the windows are copies from another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 18:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079884#M730417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T18:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript - Multiple labels in same page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079885#M730418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For knowled to every body:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved my problem creating all windows instances in same page, in sapscript editor, in graphic mode, I choose Process-&amp;gt;Window-&amp;gt;Create-&amp;gt;Labels. The sapscript editor created various copies of MAIN WINDOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program I called the function WRITE_FORM into the loop structure with DO command, how many times the user set to print labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The labels was printed according with number of windows it needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alipio Machado&lt;/P&gt;&lt;P&gt;        Alipio Machado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alipio Machado&lt;/P&gt;&lt;P&gt;        Alipio Machado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-multiple-labels-in-same-page/m-p/3079885#M730418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:39:46Z</dc:date>
    </item>
  </channel>
</rss>

