<?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 Error when inserting number into editable ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376333#M526939</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;12 of the 37 fields in my current ALV report are editable. When output, the numbers are displayed as "2,321" and so on (keep the comma in mind.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, say you want to add 2 thousand to 2,321. The user should just change the 2 to a 4, making it 4,321. However, i get a runtime error"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Runtime Errors         CONVT_NO_NUMBER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Exception              CX_SY_CONVERSION_NO_NUMBER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Short text             Unable to interpret "2,322.000 " as a number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the system only like values that are entered without commas, so the user would have to enter 4321, removing the existing comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make this work with the comma value? My program (ALV) does not use OOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded and all help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 13:19:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T13:19:31Z</dc:date>
    <item>
      <title>Error when inserting number into editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376333#M526939</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;12 of the 37 fields in my current ALV report are editable. When output, the numbers are displayed as "2,321" and so on (keep the comma in mind.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, say you want to add 2 thousand to 2,321. The user should just change the 2 to a 4, making it 4,321. However, i get a runtime error"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Runtime Errors         CONVT_NO_NUMBER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Exception              CX_SY_CONVERSION_NO_NUMBER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Short text             Unable to interpret "2,322.000 " as a number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the system only like values that are entered without commas, so the user would have to enter 4321, removing the existing comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make this work with the comma value? My program (ALV) does not use OOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded and all help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376333#M526939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T13:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error when inserting number into editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376334#M526940</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 field catalog EDIT_MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-edit_mask = '___,___,___'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376334#M526940</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-14T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error when inserting number into editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376335#M526941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that field Currency or Quantity field ? if so please convert into charcter while displaying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  you want to do any calculation then convert that one into currency or quantity field after user edit that column ,again while displaying keep it as charcter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376335#M526941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when inserting number into editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376336#M526942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;u can refer to the links below. hope they may help u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=84933" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=84933&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=69878" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=69878&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-inserting-number-into-editable-alv/m-p/2376336#M526942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T13:31:36Z</dc:date>
    </item>
  </channel>
</rss>

