<?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 text over flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804463#M345339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the problem is with the window attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the windows attributes i.e. left margin , upper margin &lt;/P&gt;&lt;P&gt; window width , window height&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the header window may be overlapping with main window...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else u ask SAP guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 11:40:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T11:40:26Z</dc:date>
    <item>
      <title>Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804460#M345336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guyz&lt;/P&gt;&lt;P&gt;i came accross a bug in my application program. actually, it uses SAP Script technology to print production order. let me give brief about the error, so that you guyz can be more accurate while giving solutiuon. my problem is, in one of the header window, of the production layout, i added one new field. immidiately, after this header window, my main window follows. now my problem is, in the first page of output, i am able to see the value of newly added field perfectly. but as it goes to second page, that particular variable, is overwritting some content of the main window. i bilieve, it is quite simple scenario. guyz working on Script would be able to knock it out perfectly within seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 10:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804460#M345336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804461#M345337</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;u first clear the first value after print. or else the main value wrongly repeted in all windows. check ur code or send ur code. will find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804461#M345337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804462#M345338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;perhalps i was not able to make it quite clear. let me explain one more time. actually, that particular new field has to be printed in all pages. also content of header window in my case is always same. i mean to say content of header is same in all pages. this is the way my client wanted. now problem is, when i added one new field in my header window, in first page the allignment is quite rite. but as the script moves on to second page, that particular new field is crossing its boundary. i mean to say its crossing boundary of header window and it is getting inside the main window in second page. am i clear in explaining this time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804462#M345338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804463#M345339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the problem is with the window attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the windows attributes i.e. left margin , upper margin &lt;/P&gt;&lt;P&gt; window width , window height&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the header window may be overlapping with main window...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else u ask SAP guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804463#M345339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804464#M345340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shane first of all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the field that u have added in ur header window within protect and endprotect so that the value is not overflowing into main .&lt;/P&gt;&lt;P&gt;in ur header window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:    protect &lt;/P&gt;&lt;P&gt;P   &amp;amp;field&amp;amp; &lt;/P&gt;&lt;P&gt;/:   endprotect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the second check see that the attributes of the length of  first page and the next page are same in dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe the  values in first page  and second page might be different for that field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left upper width and height must be same ..&lt;/P&gt;&lt;P&gt;check on all the windows.&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>Thu, 07 Dec 2006 12:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804464#M345340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804465#M345341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shane&lt;/P&gt;&lt;P&gt;check the window attributes as well as the page size which u maintain. also check all the windows called in the first page are called in your next page too. In first and next page u check the both window attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 12:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804465#M345341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T12:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804466#M345342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guyz!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur suggestions were good. quite informative. but unfortunately, non of them worked out. i solved it myself, just by decreasing the line spacing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804466#M345342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script text over flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804467#M345343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are saying the contents are fine in the first page and where as in second page it is not. It means for page second page the window alinement was overlapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the windows alingment for the 'NEXT' page and adjust the window such that no overlaping of windows (Here my assumption is that you have 'FIRST' &amp;amp; 'NEXT' two pages in the script layout).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will slove the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-over-flow/m-p/1804467#M345343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T13:54:55Z</dc:date>
    </item>
  </channel>
</rss>

