<?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: Description in Sap Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901761#M682439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can not WRAP the text in the script, but you can increase the window size, or restrict the number of charetcers using the offset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 15 Oct 2007 14:20:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-15T14:20:22Z</dc:date>
    <item>
      <title>Description in Sap Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901760#M682438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am displaying Material description using SAP Scripts. Now if the description is big the whole alignment gets spoil.Can we wrap description somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me something&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Neha Kapoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 14:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901760#M682438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Description in Sap Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901761#M682439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can not WRAP the text in the script, but you can increase the window size, or restrict the number of charetcers using the offset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 15 Oct 2007 14:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901761#M682439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Description in Sap Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901762#M682440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Increasing the window size not adviceble one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather you can truncate your text....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if the window size is 30 characters.  And material description is 40 characters...then you can write like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if field name is itab-maktx.....  you can write as &amp;amp;itab-maktx(30)&amp;amp; which will display only first 30 characters of the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you need the whole text then you can display that in two lines as&lt;/P&gt;&lt;P&gt;&amp;amp;itab-maktx(20)&amp;amp; in one line and&lt;/P&gt;&lt;P&gt;&amp;amp;itab-maktx+20(20)&amp;amp; in other line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you find difficulties ....just reply me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 14:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901762#M682440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Description in Sap Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901763#M682441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would suggest you to increase your window size or if you r displaying it in a box than increase that box size,bcz if your text size is bigger than your window size than it wont come in a single line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 14:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/description-in-sap-scripts/m-p/2901763#M682441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T14:28:54Z</dc:date>
    </item>
  </channel>
</rss>

