<?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: CONVT_NO_NUMBER  error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089351#M434230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have fixed the issue.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 20:15:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T20:15:34Z</dc:date>
    <item>
      <title>CONVT_NO_NUMBER  error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089350#M434229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a field on a bsp that is set up as a decimal field. I do not want people to enter in either a dollar sign or comma. If they do, I receive the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following error text was processed in the system:&lt;/P&gt;&lt;P&gt;An exception with the type CX_SY_CONVERSION_NO_NUMBER occurred, but was neither handled locally, nor declared in a RAISING clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception Class CX_SY_CONVERSION_NO_NUMBER &lt;/P&gt;&lt;P&gt;Error Name CONVT_NO_NUMBER &lt;/P&gt;&lt;P&gt;Program CL_HRRCF_PROFILE_WORKEXP_DET_VCP &lt;/P&gt;&lt;P&gt;Include CL_HRRCF_PROFILE_WORKEXP_DET_VCM00D &lt;/P&gt;&lt;P&gt;ABAP Class CL_HRRCF_PROFILE_WORKEXP_DET_V &lt;/P&gt;&lt;P&gt;Analyze DO_HANDLE_DATA &lt;/P&gt;&lt;P&gt;Line 208 &lt;/P&gt;&lt;P&gt;Long text Das Argument '$23000.00' kann nicht korrekt als Zahl dargestellt werden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like instead is a pop-up message that states users should not enter these values. Is there any way that I can check this field and have a pop-up appear if an inappropriate value is entered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 19:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089350#M434229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T19:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: CONVT_NO_NUMBER  error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089351#M434230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have fixed the issue.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 20:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089351#M434230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T20:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: CONVT_NO_NUMBER  error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089352#M434231</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;it would be very nice if you could post your solution because i have the same issue but have no idear where to start to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very pleased to get some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089352#M434231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: CONVT_NO_NUMBER  error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089353#M434232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;We fixed our problem by adding the following code to the Method DO_HANDLE_DATA.  This code strips out any characters added to the field that are not numbers, commas, or decimal points.  Please let me know if you need additional information.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Last Salary&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DATA: lt_form_fields TYPE tihttpnvp.&lt;/P&gt;&lt;P&gt;  DATA: l_index TYPE sy-tabix.&lt;/P&gt;&lt;P&gt;  DATA: l_ok_chars(12) TYPE c VALUE '0123456789.,'.&lt;/P&gt;&lt;P&gt;  DATA: l_length TYPE i.&lt;/P&gt;&lt;P&gt;  DATA: l_position TYPE i.&lt;/P&gt;&lt;P&gt;  DATA: l_next_position TYPE i.&lt;/P&gt;&lt;P&gt;  DATA: l_last_salary(20) TYPE c.&lt;/P&gt;&lt;P&gt;  DATA: l_fdpos TYPE sy-fdpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lt_form_fields[] = form_fields[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read form field for last salary...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR ls_form_field.&lt;/P&gt;&lt;P&gt;  READ TABLE form_fields&lt;/P&gt;&lt;P&gt;    WITH KEY name = 'zlast_salary'&lt;/P&gt;&lt;P&gt;    INTO ls_form_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  replace '$' in ls_form_field-value with ''.&lt;/P&gt;&lt;P&gt;  l_index = sy-tabix.&lt;/P&gt;&lt;P&gt;  modify lt_form_fields index l_index&lt;/P&gt;&lt;P&gt;        from ls_form_field transporting value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT ls_form_field-value IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL METHOD cl_hrrcf_ui_services=&amp;gt;handle_data_input&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        pt_form_fields   = lt_form_fields&lt;/P&gt;&lt;P&gt;        p_field_name     = ls_form_field-name&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        p_return_message = lv_return&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        p_data           = me-&amp;gt;current_record-zlast_Salary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF not lv_return IS INITIAL.&lt;/P&gt;&lt;P&gt;      APPEND lv_return TO lt_return.&lt;/P&gt;&lt;P&gt;      invalid_last_salary = 'true'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    clear me-&amp;gt;current_record-zlast_Salary.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-error/m-p/2089353#M434232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T14:07:11Z</dc:date>
    </item>
  </channel>
</rss>

