<?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/2138872#M450273</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;Keep that window height also in MM... now go to the BASIC SETTINGS of the form and check there the no.of lines per inch ( by default it is 6 ).. Now take this calculation ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 inch = 2.5 cm..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose say your window height is 100 MM then it is = 10CM = 4 inches..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the no.of lines u can print in this window is ..  6 (no.o lines per inch) x 4(inches) = 24 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can calculate !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 05:11:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T05:11:12Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138870#M450271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my q is can i count Maximum no. of lines a window can accomdate? by looking at the form window or frm any otther means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not when the data which is coming i want to count what maximum nuo. of lines a particluar window can accoudate how to see it that the window that is in frot of me say ship from how many lines it can accoumate at the max how to see it from form&lt;/P&gt;&lt;P&gt;Window width  is   98.00  MM&lt;/P&gt;&lt;P&gt;Window height is 10.08  LN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we count no. of lines from it?&lt;/P&gt;&lt;P&gt;and how to calculate&lt;/P&gt;&lt;P&gt;secondly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the address is comming by address end adress command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is is possible if hte third line is blank and fourth line data is coming can the fourth line can be shifted to third ( of any comand canbe used in betewee not to dsiplay the blank line)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 04:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138870#M450271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T04:58: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/2138871#M450272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Based on your size of paragraph format or character format and the spacing the lines that can be accomodated in the window can be calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Regarding blank lines - before priniting &amp;amp;variable_name&amp;amp; in the sapscript , check if this is initial. this can be done with the &lt;/P&gt;&lt;P&gt;/:     IF &amp;amp;variable_name&amp;amp; is not initial&lt;/P&gt;&lt;P&gt;PF   &amp;amp;variable_name&amp;amp;&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;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138871#M450272</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-04-12T05:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138872#M450273</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;Keep that window height also in MM... now go to the BASIC SETTINGS of the form and check there the no.of lines per inch ( by default it is 6 ).. Now take this calculation ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 inch = 2.5 cm..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose say your window height is 100 MM then it is = 10CM = 4 inches..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the no.of lines u can print in this window is ..  6 (no.o lines per inch) x 4(inches) = 24 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can calculate !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138872#M450273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138873#M450274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem resolved &lt;/P&gt;&lt;P&gt;we cannot shift fourth line to third if the c mmand of address endaddress is used&lt;/P&gt;&lt;P&gt;if explicitly mentioned it can be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 03:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2138873#M450274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T03:09:03Z</dc:date>
    </item>
  </channel>
</rss>

