<?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: SAP SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256888#M1016136</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;In order to reserve lines create two main windows.  First main window with height of 5 lines and then start with other main window.  Now, if you have 2 records it will display that in the first main window and the second table will start only after line 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 09:22:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T09:22:39Z</dc:date>
    <item>
      <title>SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256886#M1016134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 internal tables to display on main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First one till 5 lines and the next table 6 to 10 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first internal table has only 2entries to display still i want to starart the second internal table display from line 6. in this case i have to reserve 5 lines for the first table display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if there are 2 lines in the first table, the second table disply is starting at line number 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOw to print spaces on script or how to reserve lines. I need to print all this on same window (MAIN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256886#M1016134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T07:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256887#M1016135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data num type i.&lt;/P&gt;&lt;P&gt;Data n type i.&lt;/P&gt;&lt;P&gt;i = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab1.&lt;/P&gt;&lt;P&gt;i = i + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; n = 5 - i .&lt;/P&gt;&lt;P&gt;Do n times.&lt;/P&gt;&lt;P&gt;append itab1.&lt;/P&gt;&lt;P&gt;Clear itab1.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256887#M1016135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256888#M1016136</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;In order to reserve lines create two main windows.  First main window with height of 5 lines and then start with other main window.  Now, if you have 2 records it will display that in the first main window and the second table will start only after line 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256888#M1016136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256889#M1016137</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;Split the Main Window.&lt;/P&gt;&lt;P&gt;To Split the Main Window.&lt;/P&gt;&lt;P&gt;Go to Page Windows &lt;DEL&gt;&amp;gt; Edit&lt;/DEL&gt;&amp;gt; Main Window --&amp;gt; Fill the requirements of the windows.&lt;/P&gt;&lt;P&gt;The Main Window is slpit accordingly.&lt;/P&gt;&lt;P&gt;Display the 2 windows vertically one after the other.&lt;/P&gt;&lt;P&gt;Display one table in each Main Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adarsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/4256889#M1016137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:27:45Z</dc:date>
    </item>
  </channel>
</rss>

