<?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: urgent adding amount field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993358#M953995</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 use the variable by defining it as TYPE P.&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 09:48:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T09:48:58Z</dc:date>
    <item>
      <title>urgent adding amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993356#M953993</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; i want to add two amount field.&lt;/P&gt;&lt;P&gt;like field1 = 13,500&lt;/P&gt;&lt;P&gt;      field2 = 1,000&lt;/P&gt;&lt;P&gt;when i run this program&lt;/P&gt;&lt;P&gt;it leds to short dump.&lt;/P&gt;&lt;P&gt; error shows &lt;/P&gt;&lt;P&gt;Unable to interpret " 13,905.04 " as a number.&lt;/P&gt;&lt;P&gt;how can add these fields having comma separator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993356#M953993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: urgent adding amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993357#M953994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the type of field 1 and field 2 the may be chars or the result field may be not an integer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993357#M953994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: urgent adding amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993358#M953995</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 use the variable by defining it as TYPE P.&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993358#M953995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: urgent adding amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993359#M953996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; field3 = field1 + field2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;remember in you case resulting set (field3) is not being&lt;/STRONG&gt; &lt;STRONG&gt;decleare as type p.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to decleare all three fields as type p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993359#M953996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: urgent adding amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993360#M953997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to replace all ',' with space ... and then add ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-adding-amount-field/m-p/3993360#M953997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:51:48Z</dc:date>
    </item>
  </channel>
</rss>

