<?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 Convert String to Currency in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041426#M719840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read from text file to an internal table.&lt;/P&gt;&lt;P&gt;My text file contains data (eg. 1,799.01).&lt;/P&gt;&lt;P&gt;When i try to store into internal table, i couldn't do so cos the string cant store the value as currency (internal table field is currency).&lt;/P&gt;&lt;P&gt;How do i do so?&lt;/P&gt;&lt;P&gt;I tried removing ',' and the condense the string no gaps such that data becomes 1799.01 but still the internal table does not accept the string (as i'm forcing it to store into a currency).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 08:14:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T08:14:20Z</dc:date>
    <item>
      <title>Convert String to Currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041426#M719840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read from text file to an internal table.&lt;/P&gt;&lt;P&gt;My text file contains data (eg. 1,799.01).&lt;/P&gt;&lt;P&gt;When i try to store into internal table, i couldn't do so cos the string cant store the value as currency (internal table field is currency).&lt;/P&gt;&lt;P&gt;How do i do so?&lt;/P&gt;&lt;P&gt;I tried removing ',' and the condense the string no gaps such that data becomes 1799.01 but still the internal table does not accept the string (as i'm forcing it to store into a currency).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041426#M719840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T08:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041427#M719841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to store , in internal table but while output just make change in field catelog with datatype = 'CURR'  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041427#M719841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T08:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041428#M719842</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;Have u tried using Currency format with Write Statement ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write field( from file) TO varaible(defined by you) Currency CURR(like JPY etc) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will wite string as per the currency format given by you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041428#M719842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T08:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041429#M719843</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;   Change the datatype of internal table field as character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-string-to-currency/m-p/3041429#M719843</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-01T08:41:09Z</dc:date>
    </item>
  </channel>
</rss>

