<?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: string manupulation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637004#M606791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashu,&lt;/P&gt;&lt;P&gt;           thks for the reply but i need to know does it remove the blank from the end of the string...? i checked out bu using strlen but it shoing the same length before and after condense i think it remove space from the begning only.&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;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 04:08:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-03T04:08:15Z</dc:date>
    <item>
      <title>string manupulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637002#M606789</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;            I got an requirement i am having one field which is populated by the user someimte the user enters the value by keeping some space at the begining or sometimes there wil be space after the value my requirement is to store this value without any leading or ending space i just need the value only no spaces with it can any one tel me how to do i it..  s it possible to do with an FM..? i need an simple code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 04:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637002#M606789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T04:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: string manupulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637003#M606790</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;&amp;lt;b&amp;gt;CONDENSE FIELD NO-GAPS.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a simple code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;wa_char(255),&lt;/P&gt;&lt;P&gt;wa_temp type dmbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_char = ' 1000'.&lt;/P&gt;&lt;P&gt;condense wa_char no-gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_temp = wa_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write wa_temp. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 04:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637003#M606790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T04:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: string manupulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637004#M606791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashu,&lt;/P&gt;&lt;P&gt;           thks for the reply but i need to know does it remove the blank from the end of the string...? i checked out bu using strlen but it shoing the same length before and after condense i think it remove space from the begning only.&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;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 04:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637004#M606791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T04:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: string manupulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637005#M606792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;yes it will condense spaces after string&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 04:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637005#M606792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T04:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: string manupulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637006#M606793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will condense the space both in the beggining and also at the end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check the string length after condensing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 04:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manupulation/m-p/2637006#M606793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T04:13:51Z</dc:date>
    </item>
  </channel>
</rss>

