<?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: Script : info from 2nd page . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604515#M271373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On page 2 create a CONST window before your main window.  Within the new window you can draw your box and print the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2006 16:09:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-02T16:09:08Z</dc:date>
    <item>
      <title>Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604514#M271372</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;I have script with two pages . I am dumping internal table data into the main window . But when the page  number is greater than 1 I need to display some addtionla info at the top of the main window in a box before I dump the table data .Can anyone please guide me on how we can do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604514#M271372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604515#M271373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On page 2 create a CONST window before your main window.  Within the new window you can draw your box and print the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604515#M271373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604516#M271374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply . In that case any window above the main window has to reduced in size to do what you say . I am trying to see if it is possibe to do without doing such kind of things .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604516#M271374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604517#M271375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wanted to keep all the windows above Main the same size and insert a new window on page 2, then you would have to reduce the size of Main.&lt;/P&gt;&lt;P&gt;If you are trying to insert your new box within Main, then I'm not sure if its possible.&lt;/P&gt;&lt;P&gt;Maybe someone else will come up with a solution for you.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604517#M271375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604518#M271376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;      in main window write&lt;/P&gt;&lt;P&gt;     /: if &amp;amp;sy-pagno&amp;amp; &amp;gt; 1.&lt;/P&gt;&lt;P&gt;      /: BOX YPOS '1.0' CM WIDTH '128.0' CH HEIGHT '4.0' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;        display text&lt;/P&gt;&lt;P&gt;     /: endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604518#M271376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604519#M271377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TOP...ENDTOP to trigger at the top of main window and have a condition on page number (&amp;amp;SY-PAGNO&amp;amp;) to get from second window onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code:&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;SY-PAGNO&amp;amp; &amp;gt; 1.&lt;/P&gt;&lt;P&gt;/: TOP&lt;/P&gt;&lt;P&gt;/: BOX COMMNAND&lt;/P&gt;&lt;P&gt;/: WRITE SOMETHING IN BOX&lt;/P&gt;&lt;P&gt;/: ENDTOP&lt;/P&gt;&lt;P&gt;/: ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604519#M271377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script : info from 2nd page .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604520#M271378</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;Vinay's solution solved my problem .&lt;/P&gt;&lt;P&gt;Thanks to all .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 17:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-info-from-2nd-page/m-p/1604520#M271378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T17:25:07Z</dc:date>
    </item>
  </channel>
</rss>

