<?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  -  Space in Main window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338699#M171651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to remove PROTECT AND ENDPROTECT from your script layout and check.&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>Fri, 09 Jun 2006 15:28:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-09T15:28:32Z</dc:date>
    <item>
      <title>Script  -  Space in Main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338696#M171648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    I have designed  main  window  as such it matches the statinary requirements.   the mainwindow  has BOX command  so it is like  table of  2 rows and 5 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database fields  present in the script gets displayed  on the mainwindow  ,  only  7  rows gets displayed  on the mainwindow , but still there is enough space  as it can accomodate about 12 rows .  But once the   data reaches 7 rows  it jumps of  to  the other page .  &lt;/P&gt;&lt;P&gt;I tried  checking  all the things  but iam not able to figure it out. If i try increasing the size of main window  the BOX alignment  gets ruptured  and  it overlaps  with the other window below it.  The problem is  space  inside the main window is empty&lt;/P&gt;&lt;P&gt;If any one has a slight knowledge about this  please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I will  paste the code present in the text element   for the line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;==================================================&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;/	&amp;lt;b&amp;gt;THIS LINE IS BLANK&amp;lt;/b&amp;gt;	&lt;/P&gt;&lt;P&gt;/:	SET DATE MASK = 'MM/DD/YYYY'.&lt;/P&gt;&lt;P&gt;/:	PROTECT&lt;/P&gt;&lt;P&gt;T1	&amp;amp;REGUP-BELNR(13)&amp;amp;,,&amp;amp;REGUP-BLDAT(6)&amp;amp;&amp;amp;REGUP-BLDAT&amp;amp;,,&lt;/P&gt;&lt;P&gt;=       &amp;amp;REGUD-DMBTR(13R)&amp;amp;,,&amp;amp;REGUD-SKNTO&amp;amp;,,&amp;amp;REGUD-NETTO&amp;amp;&lt;/P&gt;&lt;P&gt;/: 	ENDPROTECT&lt;/P&gt;&lt;P&gt;&lt;EM&gt;==================================================&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let me know  about this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 15:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338696#M171648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script  -  Space in Main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338697#M171649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shuja,&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;         Remove PROTECT and ENDPROTECT statements in your code.&amp;lt;/b&amp;gt;The PROTECT and ENDPROTECT will try to accomadate all results in one page.If it doesnt do this, then this will automatically triggers NEWPAGE.&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>Fri, 09 Jun 2006 15:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338697#M171649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script  -  Space in Main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338698#M171650</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;try reducing the &amp;lt;b&amp;gt;font size&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;also check the &amp;lt;b&amp;gt;line spacing&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 15:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338698#M171650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script  -  Space in Main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338699#M171651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to remove PROTECT AND ENDPROTECT from your script layout and check.&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>Fri, 09 Jun 2006 15:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338699#M171651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script  -  Space in Main window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338700#M171652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii shuja ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROTECT&lt;/P&gt;&lt;P&gt;determine that a paragraph must not be separated by a page break. The lines in this command are printed together on one page. If the space is enough on current page, then all the lines are printed on current page. If, however the space is not sufficient the PROTECT command works as a &amp;#145;NEW-PAGE&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO remove PROTECT ENDPROTECT and try ..also check by increasing size of main window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 16:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-space-in-main-window/m-p/1338700#M171652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T16:15:39Z</dc:date>
    </item>
  </channel>
</rss>

