<?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: SAPscript problem: my text is shorter than expected... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436787#M208159</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;Just increase the window size in which u are printing the text.&lt;/P&gt;&lt;P&gt;or try to print the second text in the below line to test whether it contains data or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it prints the data, then the problem is with the window width...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back if not solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2006 09:55:27 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2006-06-23T09:55:27Z</dc:date>
    <item>
      <title>SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436782#M208154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently modifying a sapcript program that prints cheques. Now, the text in the name field of a check&lt;/P&gt;&lt;P&gt;(the pay to the order of) is always shorter. for example, the complete text must be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE BOARD OF TRUSTEES OF PRIVATE EDUCATION RETIREMENT ANNUITY ASS'N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead we get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE BOARD OF TRUSTEES OF PRIVATE EDUCATION RETIREMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We checked the code in the form and I pasted it below. I debugged it and it gets the complete text&lt;/P&gt;&lt;P&gt;but how come when we print it lacks some of the text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;B&amp;gt;&amp;amp;NAME1&amp;amp;&amp;lt;/&amp;gt;&amp;lt;B&amp;gt; &amp;lt;/&amp;gt;&amp;amp;NAME2&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you guys and take care!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: viraylab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436782#M208154</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-06-23T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436783#M208155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while printing u have given like this..&lt;/P&gt;&lt;P&gt;&amp;lt;B&amp;gt;&amp;amp;NAME1&amp;amp;&amp;lt;/&amp;gt;&amp;lt;B&amp;gt; &amp;lt;/&amp;gt;&amp;amp;NAME2&amp;amp;&lt;/P&gt;&lt;P&gt;change this to &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;B&amp;gt;&amp;amp;NAME1&amp;amp;&amp;lt;/&amp;gt;&amp;lt;B&amp;gt;&amp;amp;NAME2&amp;amp;&amp;lt;/&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436783#M208155</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-06-23T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436784#M208156</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;Check the size of the window. I think in your case the window size is less and thus cannot accumulate the complete text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436784#M208156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436785#M208157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viraylab,&lt;/P&gt;&lt;P&gt;   From you input I could figure out that you are using two variables to print your text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name1 = THE BOARD OF TRUSTEES OF PRIVATE EDUCATION RETIREMENT.&lt;/P&gt;&lt;P&gt;Name2 = ANNUITY ASS'N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the text Only the fist variable is printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is, concatenate both the variables in a single variable and display it.&lt;/P&gt;&lt;P&gt;Or check the length of the window u r dispalying cause if the window length is small it wont print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;B&amp;gt;&amp;amp;NAME1&amp;amp;&amp;lt;/&amp;gt;&amp;lt;B&amp;gt; &amp;lt;/&amp;gt;&amp;amp;NAME2&amp;amp; ---&amp;gt; it has to be changed to &lt;/P&gt;&lt;P&gt;&amp;lt;B&amp;gt;&amp;amp;NAME1&amp;amp;&amp;lt;/&amp;gt;&amp;lt;B&amp;gt;&amp;amp;NAME2&amp;amp;&amp;lt;/&amp;gt; to print everything in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you plz reply back what u r getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 09:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436785#M208157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436786#M208158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name1 = THE BOARD OF TRUSTEES OF PRIVATE &lt;/P&gt;&lt;P&gt;Name2 = EDUCATION RETIREMENT ANNUITY ASS'N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked and they both have 40 characters so all in all 80 chars combined. I checked the width of the window w/c is CHECKADD and its width is 45.67 CH. Is this the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 09:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436786#M208158</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-06-23T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436787#M208159</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;Just increase the window size in which u are printing the text.&lt;/P&gt;&lt;P&gt;or try to print the second text in the below line to test whether it contains data or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it prints the data, then the problem is with the window width...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back if not solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 09:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436787#M208159</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-06-23T09:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript problem: my text is shorter than expected...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436788#M208160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viraylab,&lt;/P&gt;&lt;P&gt;   Don't use two variables to display the hardcoded text. It might cause some problem when you are trying to download it to RDI. You can solve this problem by concatenating both the hard coded text into one variable of lenght 100 and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the width of the window, CH refers to "Characters", change that to CM which will be "Centimeters" and give the width of the window to the entire width of what you desire. Think this is the problem for your truncation of the text, coz it will display only 45 characters which you have mentioned. Change that, activate and display. You will be able to get the entire text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply back if you have any changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tushar  Marshall Dass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 10:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem-my-text-is-shorter-than-expected/m-p/1436788#M208160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T10:04:45Z</dc:date>
    </item>
  </channel>
</rss>

