<?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: CX_SY_CONVERSION_NO_NUMBE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311552#M1392784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you resolve this?&lt;/P&gt;&lt;P&gt;We had our EhP4 upgrade and am facing the same issue from the same program.&lt;/P&gt;&lt;P&gt;Please share the solution, if you find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Nov 2, 2009 10:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 15:00:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-02T15:00:25Z</dc:date>
    <item>
      <title>CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311546#M1392778</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;&lt;/P&gt;&lt;P&gt;we are getting a short dump, can you please help me with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         CONVT_NO_NUMBER&lt;/P&gt;&lt;P&gt;Exception              CX_SY_CONVERSION_NO_NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_CONVERSION_NO_NUMBER', w&lt;/P&gt;&lt;P&gt; caught in&lt;/P&gt;&lt;P&gt;procedure "SEL_BINPUT" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The program attempted to interpret the value "1,131.64 " as a number, but&lt;/P&gt;&lt;P&gt;since the value contravenes the rules for correct number formats,&lt;/P&gt;&lt;P&gt;this was not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whole numbers are represented in ABAP as a sequence of numbers, possibly&lt;/P&gt;&lt;P&gt; with an algebraic sign.&lt;/P&gt;&lt;P&gt;The following are the possibilities for the representation of floating&lt;/P&gt;&lt;P&gt;point numbers:&lt;/P&gt;&lt;P&gt;  [algebraic sign][mantissa]E[algebraic sign][exponent]&lt;/P&gt;&lt;P&gt;  [algebraic sign][whole number part].[fraction part]&lt;/P&gt;&lt;P&gt;For example, -12E+34, +12E-34, 12E34, 12.34&lt;/P&gt;&lt;P&gt;If the error occurred in your own ABAP program or in an SAP&lt;/P&gt;&lt;P&gt;program you modified, try to remove the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CONVT_NO_NUMBER" "CX_SY_CONVERSION_NO_NUMBER"&lt;/P&gt;&lt;P&gt;"SAPMF05B" or "MF05BFS0"&lt;/P&gt;&lt;P&gt;"SEL_BINPUT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked into the notes but couldn't find any. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be really appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;Rajeev Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 13:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311546#M1392778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-01T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311547#M1392779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,131.64 looks like the external (US-english) representation of a number. This cannot be implicitly converted to a numeric fomat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can convert the value before moving it to the target. We do this as follows (generic solution). Usulayy we use it for generic handling of editable grid input, but it could help in your context:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
    lv_type       TYPE string,
    lr_dat        TYPE REF TO data,
    ls_tabfield   TYPE tabfield,
    lv_tabname    TYPE tabname,
    lv_fieldname  TYPE fieldname,
    lv_field TYPE scrfname.
  FIELD-SYMBOLS:
    &amp;lt;dat&amp;gt; TYPE ANY.
* find any structure or table field with characteristics for the internal value
    ls_tabfield-tabname = &amp;lt;table or structure of target field&amp;gt;.
    ls_tabfield-fieldname = &amp;lt;fieldname in above structure or table&amp;gt;.
    CONCATENATE &amp;lt;tbn&amp;gt; &amp;lt;col&amp;gt;
      INTO lv_type SEPARATED BY '-'.
* create a data object of the required type
    CREATE DATA lr_dat TYPE (lv_type).
    ASSIGN lr_dat-&amp;gt;* TO &amp;lt;dat&amp;gt;.
    CALL FUNCTION 'RS_CONV_EX_2_IN'
      EXPORTING
         input_external                     = &amp;lt;Input value in external representation&amp;gt;
         table_field                        = ls_tabfield
*       CURRENCY                           = CURRENCY
      IMPORTING
        output_internal                    = &amp;lt;dat&amp;gt;
      EXCEPTIONS
...
* handle any error&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 14:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311547#M1392779</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-01T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311548#M1392780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie Rajeev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you check the user settings for amounts in &lt;STRONG&gt;SU01&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Place break point at location in source code, run transaction and check what values&lt;/P&gt;&lt;P&gt;are contained in the variables containing the amounts, also&lt;/P&gt;&lt;P&gt;try and change the amount settings during runtime by replacing the commas&lt;/P&gt;&lt;P&gt;with periods and vice versa and see how the program reacts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prince Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 14:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311548#M1392780</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-11-01T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311549#M1392781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or use any other dirty method which will work sometimes but not always and will cause trouble from time to time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 18:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311549#M1392781</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-01T18:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311550#M1392782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Rajeev,
&amp;lt;li&amp;gt;In which version you are running the transaction or program. Because I found one note which may be suitable to you. 
&amp;lt;li&amp;gt;Check the OSS note &lt;STRONG&gt;45831&lt;/STRONG&gt;. This note describes exactly what the problem you have.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 01:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311550#M1392782</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-11-02T01:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311551#M1392783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply... we are on ECC 6.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 03:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311551#M1392783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T03:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311552#M1392784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you resolve this?&lt;/P&gt;&lt;P&gt;We had our EhP4 upgrade and am facing the same issue from the same program.&lt;/P&gt;&lt;P&gt;Please share the solution, if you find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Nov 2, 2009 10:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 15:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311552#M1392784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T15:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311553#M1392785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.sapnet.ru/abap_docu/ABENUEB-ABFB-SYSEXC.htm" target="test_blank"&gt;http://www.sapnet.ru/abap_docu/ABENUEB-ABFB-SYSEXC.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATCH SYSTEM-EXCEPTIONS CONVT_NO_NUMBER .&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ENDCATCH .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 06:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311553#M1392785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T06:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311554#M1392786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use MOVE statement&lt;/STRONG&gt;, and modify the internal table/variable, you are currently trying to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE will convert the quantity value from user format to system format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before doing any calculations/processing, use MOVE statement.&lt;/P&gt;&lt;P&gt;And before final display as ALV output or IDOC, use WRITE statement to convert it into user settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you need to take care is format of variables.&lt;/P&gt;&lt;P&gt;MOVE char20 to qty (eg: mara-meins)&lt;/P&gt;&lt;P&gt;WRITE  qty (eg: mara-meins) to char20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you are still unable to rectify this dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 07:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311554#M1392786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T07:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_NO_NUMBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311555#M1392787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a great pity you did not mention what you actionally do to get the dump. Is it a SAP standard program, what are the (known) modifications/enhancements/exits/badis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do what the dump says (search for notes)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly the notes can help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 45831  	RFBIBL00 -&amp;gt; FB05 / CONVERT_NO_NUMBER&lt;/P&gt;&lt;P&gt;Note 774295 	Dump CONVT_NO_NUMBER w/ select. by means of paym. adv. note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 07:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-no-numbe/m-p/6311555#M1392787</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-03T07:52:06Z</dc:date>
    </item>
  </channel>
</rss>

