<?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: in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617190#M276322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution can be to increase the width of the window..to the maximum possible as per your page size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I would suggest to use CONCATENATE statement in your print program and use the string in the script. The advantage would be the trailing spaces would be truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE NAME1 NAME2 STREET PHONE INTO LSTR SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your script.&lt;/P&gt;&lt;P&gt;&amp;amp;LSTR&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 08:00:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T08:00:12Z</dc:date>
    <item>
      <title>in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617186#M276318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script iam printing the address in footer as a continuous line(all the fields name1,name2,street,land1...in one line).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is when it is extending the line watever the space is available is printing in one line and the remaining lenght of field is going to second line i want to print the total field in one line only  (client req.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.   name1, name2 street phone no iam printing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first line it is printing name1,name 2, street and half of phone number..  022 in first line and the number 7777777 in second line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i protect the field to be printed in one line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 07:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617186#M276318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617187#M276319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the width of ur window,this due to the size of the window only u are facing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check and let me know if u face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 07:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617187#M276319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T07:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617188#M276320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you print the Address in one line it shoulb be print in Single line only ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you write like the below in your Script,it will print in single line, make sure that the &amp;lt;b&amp;gt;total address lenght should not increase the window lenght&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: &amp;amp;name1&amp;amp; ,&amp;amp;name 2&amp;amp; , &amp;amp;street&amp;amp; &amp;amp;Phone_No&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 07:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617188#M276320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617189#M276321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write like this way.it is  possible  number is right justify so there is no more place in window if u using this  way it become left justfy and  may be  it  is fit in ur window.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;amp;phone number(L)&amp;amp;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 07:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617189#M276321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617190#M276322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution can be to increase the width of the window..to the maximum possible as per your page size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I would suggest to use CONCATENATE statement in your print program and use the string in the script. The advantage would be the trailing spaces would be truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE NAME1 NAME2 STREET PHONE INTO LSTR SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your script.&lt;/P&gt;&lt;P&gt;&amp;amp;LSTR&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 08:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617190#M276322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T08:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617191#M276323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just increase the window size to have the values printed in one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat script does it pass the values to nest line if window width is less.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 08:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617191#M276323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617192#M276324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-script/m-p/1617192#M276324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-27T12:21:51Z</dc:date>
    </item>
  </channel>
</rss>

