<?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 finding spaces in a string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849429#M925417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;how to find the spaces in the string when i use sy-fdpos its showing only the first space, but i want to know about all the spaces in the string how to doit in this string,&lt;/P&gt;&lt;P&gt;ONE HUNDRED TWENTY-THREE MILLION FOUR HUNDRED FIFTY-SIX THOUSAND SEVEN HUNDRED EIGHTY-NINE and TWELVE cents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 03:37:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T03:37:46Z</dc:date>
    <item>
      <title>finding spaces in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849429#M925417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;how to find the spaces in the string when i use sy-fdpos its showing only the first space, but i want to know about all the spaces in the string how to doit in this string,&lt;/P&gt;&lt;P&gt;ONE HUNDRED TWENTY-THREE MILLION FOUR HUNDRED FIFTY-SIX THOUSAND SEVEN HUNDRED EIGHTY-NINE and TWELVE cents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 03:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849429#M925417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T03:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: finding spaces in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849430#M925418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to do it in a loop.&lt;/P&gt;&lt;P&gt;Do loop will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split the string at space into part1 and part2. It will split at first space and then repeat the same procedure untill u get all space positions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx,&lt;/P&gt;&lt;P&gt;ags..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 03:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849430#M925418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T03:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: finding spaces in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849431#M925419</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;use FIND FIRST OCCURRENCE|ALL OCCURRENCES OF&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shruthi R on May 23, 2008 5:55 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shruthi R on May 23, 2008 5:55 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shruthi R on May 23, 2008 5:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 03:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849431#M925419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T03:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: finding spaces in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849432#M925420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Follow the steps to resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.calculate the string length and store it in a variable(cnt).&lt;/P&gt;&lt;P&gt;2. (a) Use "DO" loop for cnt times.&lt;/P&gt;&lt;P&gt;    (b) Check each letter whether it is in alphabets or not.&lt;/P&gt;&lt;P&gt;    (c) If not increase the value of another count(to count the spaces).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 04:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849432#M925420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T04:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: finding spaces in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849433#M925421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i search for say HUNDRED  is showing but when i search for '  ' or space its not showing up how come?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;P&gt;thanks u all for u r suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-spaces-in-a-string/m-p/3849433#M925421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:07:44Z</dc:date>
    </item>
  </channel>
</rss>

