<?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: Change separating char in numerical data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834232#M1130979</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;For comma problem,&lt;/P&gt;&lt;P&gt;it comes from user settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSTEM---&amp;gt;USER PROFILE --&amp;gt; OWN DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Goto DEFAULTS tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there we can maintain the number format / decimal notation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 11:27:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-05T11:27:36Z</dc:date>
    <item>
      <title>Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834225#M1130972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the problem of numerical data appearing with commas instead of points and vice versa, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.234.567,000   and I want it like --&amp;gt;  1,234,567.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot change the regional settings or defaults in SU3 as the format is correct in Spain, I just need to change it for the output of one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is collecting data from various tables, carrying out some calculations and creating a .txt file with the data in it, so changing the type to char or string is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 10:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834225#M1130972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T10:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834226#M1130973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are always getting the values as 1.234.567,000 for all the users then you can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurences of '.' in &amp;lt;your variable' with ','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 10:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834226#M1130973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834227#M1130974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried that and it doesn't work.  It just took away the ',' but didn't replace it.  It surprised me, I was sure it would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834227#M1130974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834228#M1130975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;STRONG&gt;translate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shift v_char left deleting leading spaces.&lt;/P&gt;&lt;P&gt;translate v_char using ', '.&lt;/P&gt;&lt;P&gt;condense v_char no-gaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834228#M1130975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834229#M1130976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will get you the format that you want, irrecspective of the settings applied by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;For Getting the Decimal Settings of the User.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single dcpfm into  w_dcpfm&lt;/P&gt;&lt;P&gt;from  usr01&lt;/P&gt;&lt;P&gt;where bname eq sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write w_sf-erg1amt currency c_usd to w_ear_amt1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Convert Currency to Desired format.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if not w_ear_amt1 is initial.&lt;/P&gt;&lt;P&gt;if w_dcpfm eq c_x.&lt;/P&gt;&lt;P&gt;elseif w_dcpfm is initial.&lt;/P&gt;&lt;P&gt;split w_ear_amt1&lt;/P&gt;&lt;P&gt;at    c_comma&lt;/P&gt;&lt;P&gt;into  w_earamt1_1&lt;/P&gt;&lt;P&gt;w_earamt1_2.&lt;/P&gt;&lt;P&gt;translate w_earamt1_1 using c_chng.&lt;/P&gt;&lt;P&gt;clear w_ear_amt1.&lt;/P&gt;&lt;P&gt;concatenate w_earamt1_1 w_earamt1_2 into w_ear_amt1&lt;/P&gt;&lt;P&gt;separated by c_dot.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834229#M1130976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834230#M1130977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;translate wa_num1 USING ',..,'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will translate , to . and . to ,&lt;/P&gt;&lt;P&gt;This should resolve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834230#M1130977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834231#M1130978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you make your code a bit clearer and indicate the type of your variables?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of the other suggestions have fixed the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834231#M1130978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834232#M1130979</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;For comma problem,&lt;/P&gt;&lt;P&gt;it comes from user settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSTEM---&amp;gt;USER PROFILE --&amp;gt; OWN DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Goto DEFAULTS tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there we can maintain the number format / decimal notation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834232#M1130979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834233#M1130980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM&lt;/P&gt;&lt;P&gt;CLSE_SELECT_USR01 to get DECIMAL_SIGN and SEPARATOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if SEPARATOR = ',' and DECIMAL_SIGN = '.' ==&amp;gt; No change required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM BAPI_CURRENCY_CONV_TO_EXTERNAL to convert your numeric value to external (display) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write OUTPUT of above FM to temp_variable (temp_variable(30) type c).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use replace , to . and . to , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834233#M1130980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834234#M1130981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would work for me but what happens when someone else uses it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as I explained in my question it's just for this one program, I don't have to change my user settings as the comma is correct in Spain (where I'm working).  I've seen it done before but I just can't remember how it was done, I think there was a function involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834234#M1130981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834235#M1130982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; use &lt;STRONG&gt;translate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; shift v_char left deleting leading spaces.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;STRONG&gt;translate v_char using ', '.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; condense v_char no-gaps.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use translate as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;translate v_char using '.,,.'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kartik tarla on Dec 5, 2008 5:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 11:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834235#M1130982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834236#M1130983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohaiyuddin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what exactly the &lt;STRONG&gt;FM&lt;/STRONG&gt; does but it worked, I had to change it to 3 dec places afterwards but it at least it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why didn't the &lt;STRONG&gt;REPLACE&lt;/STRONG&gt; work with the initial value I had?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 12:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834236#M1130983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834237#M1130984</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;U can take this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_char(13) type c value '1.234.567,000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shift v_char left deleting leading space.&lt;/P&gt;&lt;P&gt;replace all occurrences of ',' in v_char with '+'.&lt;/P&gt;&lt;P&gt;translate v_char using '.,'.&lt;/P&gt;&lt;P&gt;replace all occurrences of '+' in v_char with '.'.&lt;/P&gt;&lt;P&gt;condense v_char no-gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ v_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 12:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834237#M1130984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834238#M1130985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because internally values were still numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP converts this value to EXTERNAL while displaying (using WRITE) or sending it other outputs (ALV etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second FM explicitly converts numeric value to external format (again external format is specific to currency key, some may have 2 decimals, some may have 3 etc...). After that writing to another variable (with character format) will actually have , and . in your variable. Replacing them will work at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 12:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834238#M1130985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change separating char in numerical data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834239#M1130986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone for the suggestions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Special thanks to Mohaiyuddin, your solution was the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 12:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-separating-char-in-numerical-data/m-p/4834239#M1130986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T12:35:14Z</dc:date>
    </item>
  </channel>
</rss>

