<?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 Problem With Conversion....? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131989#M1365579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;                  I have developed a FM which is used for sending SMS&lt;/P&gt;&lt;P&gt;Now my Problem is that to send sms i have converted the amount field into string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the requirement is such that where if suppose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5000 how can i insert comma there, as the values are dynamic &lt;/P&gt;&lt;P&gt;it can be 25000 it can be any thing and accordingly the comma has to be adjusted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of which i cant even define particular position where the comma has to be inserted&lt;/P&gt;&lt;P&gt;as the values are dynamic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to solve this problem...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 06:47:13 GMT</pubDate>
    <dc:creator>aarif_baig</dc:creator>
    <dc:date>2009-09-10T06:47:13Z</dc:date>
    <item>
      <title>Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131989#M1365579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;                  I have developed a FM which is used for sending SMS&lt;/P&gt;&lt;P&gt;Now my Problem is that to send sms i have converted the amount field into string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the requirement is such that where if suppose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5000 how can i insert comma there, as the values are dynamic &lt;/P&gt;&lt;P&gt;it can be 25000 it can be any thing and accordingly the comma has to be adjusted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of which i cant even define particular position where the comma has to be inserted&lt;/P&gt;&lt;P&gt;as the values are dynamic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to solve this problem...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 06:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131989#M1365579</guid>
      <dc:creator>aarif_baig</dc:creator>
      <dc:date>2009-09-10T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131990#M1365580</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;You can use the following Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CURRENCY_CONV_TO_EXTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just enter the type of currency you want and the amount which is converted into string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131990#M1365580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131991#M1365581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is like coming back to where i started from as i have already mentioned that &lt;/P&gt;&lt;P&gt;i have converted the amount field to string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM u gave me will again convert the string into currency type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aarif Baig on Sep 10, 2009 12:39 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aarif Baig on Sep 10, 2009 12:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131991#M1365581</guid>
      <dc:creator>aarif_baig</dc:creator>
      <dc:date>2009-09-10T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131992#M1365582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will get a idea with this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : value TYPE i ,
       out type char255.
value = '12345'.
write value to out.
condense out.
write out.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your case move 'out' to your string&lt;/P&gt;&lt;P&gt;Here the separators will be placed as of your user profile settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131992#M1365582</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-09-10T07:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131993#M1365583</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;You have to mention the string value in the function module,which in turn will return the value with '.' and ','.Otherwise send me your code i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131993#M1365583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T07:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Conversion....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131994#M1365584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshu ,&lt;/P&gt;&lt;P&gt;                          Its working and i have given you the points ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-conversion/m-p/6131994#M1365584</guid>
      <dc:creator>aarif_baig</dc:creator>
      <dc:date>2009-09-10T07:25:12Z</dc:date>
    </item>
  </channel>
</rss>

