<?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 SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478748#M224241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in the main window i have 6 columns... in one of the columns the output is the material description of length 50 characters . But the column width can have just upto 20-25 characters. the remaining should be continued in the next line in the same column. Any idea for any workarounds ?&lt;/P&gt;&lt;P&gt; points assured for all the replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 07:07:23 GMT</pubDate>
    <dc:creator>madan_ullasa</dc:creator>
    <dc:date>2006-08-08T07:07:23Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478748#M224241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in the main window i have 6 columns... in one of the columns the output is the material description of length 50 characters . But the column width can have just upto 20-25 characters. the remaining should be continued in the next line in the same column. Any idea for any workarounds ?&lt;/P&gt;&lt;P&gt; points assured for all the replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478748#M224241</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-08T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478749#M224242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take two variables of length 25 each, split the material description into these two variables and then print it in two separate lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478749#M224242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T07:15: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/1478750#M224243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;First try enclosing your fields within PROTECT... ENDPROTECT. Even i am working on it, if i get that surely get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Santosh&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478750#M224243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478751#M224244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Display first 25 chars &amp;amp;i_tab-maktx(25)&amp;amp; in the first line.&lt;/P&gt;&lt;P&gt;In the second line, display &amp;amp;space(n)&amp;amp; upto that column and display the remaining &amp;amp;i_tab-maktx+40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478751#M224244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478752#M224245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try it like this &lt;/P&gt;&lt;P&gt; Incoterms:,,,,&amp;lt;B&amp;gt;&amp;amp;VBDKA-INCO1&amp;amp;&amp;lt;/&amp;gt;  &amp;lt;B&amp;gt;&amp;amp;VBDKA-INCO2(6)&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;u can try this also &lt;/P&gt;&lt;P&gt;  Payment Terms:,,,,&amp;lt;B&amp;gt;&amp;amp;PAY(25)&amp;amp;&amp;lt;/&amp;gt; ,,,,&amp;lt;B&amp;gt;&amp;amp;PAY+25(25)&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;reward points if helpfull &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1478752#M224245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T07:24:50Z</dc:date>
    </item>
  </channel>
</rss>

