<?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: multiple main windows in SapScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219203#M1207028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not trying to change the width of the Main window, that can remain the same. What I am trying to do is change the positioning of the main window. Even when I move it around using the Painter it does not do anything,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 12:23:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-24T12:23:18Z</dc:date>
    <item>
      <title>multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219198#M1207023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been working on a sapscript and unable to figure out how to resolve this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SECOND page of the Sapscript, there are multiple Mains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MAIN 00 Upper 4.50 CM 
MAIN 01 Upper 10.60 CM
MAIN 02 Upper 16.50 CM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to move the MAIN 01 and MAIN 02 windows lower than what they are but unable to do it. Changing the upper limit of the window does not seem to affect it. The data from Main01 and Main02 always follows right after each other even though I have moved the main windows much lower. Has any one else faced such a problem. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219198#M1207023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219199#M1207024</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;Main window dimensions should not be changed in the pages.&lt;/P&gt;&lt;P&gt;Its dimensions should be same in first and second page .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219199#M1207024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219200#M1207025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you can have more than one main window on a page but you canot change its width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change its height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can position your main widow according to your wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more detail refer to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem which you are facing comes into picture when data is more than what can be accomodated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the same window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better you can do one thing is to keep the main windows side  by side to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohit Kumar on Feb 24, 2009 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219200#M1207025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219201#M1207026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Megan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this wiki for the position of the main windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/address" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/address&lt;/A&gt;&lt;EM&gt;printing&lt;/EM&gt;in&lt;EM&gt;SAP&lt;/EM&gt;Scripts&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219201#M1207026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219202#M1207027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Copy the script to another Zscript and try as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto the Page windows of the Second page.&lt;/P&gt;&lt;P&gt;2) Menu &amp;gt; Settings, in pop up window check the Graphical Form Printer check box, click ok&lt;/P&gt;&lt;P&gt;3) Now move the 2 and 3 Main window according to your requirment, don't change the Width. as&lt;/P&gt;&lt;P&gt;    Main window width must be constant in all the windows, if u change here it will reflect in other pages too.&lt;/P&gt;&lt;P&gt;4) After changing, Menu &amp;gt; Settings, in pop up window un check the Graphical Form Printer check box, click ok&lt;/P&gt;&lt;P&gt;5) Save and Activate it.&lt;/P&gt;&lt;P&gt;6) Now use this Script to your print program and check it. If it works, do the same changes in ur original script.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 12:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219202#M1207027</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-02-24T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple main windows in SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219203#M1207028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not trying to change the width of the Main window, that can remain the same. What I am trying to do is change the positioning of the main window. Even when I move it around using the Painter it does not do anything,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 12:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-main-windows-in-sapscript/m-p/5219203#M1207028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T12:23:18Z</dc:date>
    </item>
  </channel>
</rss>

