<?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: Truncating chracaters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129523#M111360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is easy. While populating data you can handle taht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB-STRING = G_STRING+0(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ITAB-STRING is your internal table field which is 50 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_STRING is actual string which can have any length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Feb 2006 04:50:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-19T04:50:40Z</dc:date>
    <item>
      <title>Truncating chracaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129522#M111359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting data in one of the line of internal table which is greater than ceratin say 50 characters. &lt;/P&gt;&lt;P&gt;If that data is greater than 50 characters then I want to truncate remaining charaters after 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2006 04:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129522#M111359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-19T04:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Truncating chracaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129523#M111360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is easy. While populating data you can handle taht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB-STRING = G_STRING+0(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ITAB-STRING is your internal table field which is 50 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_STRING is actual string which can have any length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2006 04:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129523#M111360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-19T04:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Truncating chracaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129524#M111361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tushar ,&lt;/P&gt;&lt;P&gt;  you can do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab into wa.&lt;/P&gt;&lt;P&gt;   len = strlen ( wa-string1 ).&lt;/P&gt;&lt;P&gt;   if len gt 50.&lt;/P&gt;&lt;P&gt;    wa-string1 = wa-string1+(50).&lt;/P&gt;&lt;P&gt;    modify table itab from wa transporting string1.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2006 06:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/truncating-chracaters/m-p/1129524#M111361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-19T06:18:36Z</dc:date>
    </item>
  </channel>
</rss>

