<?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: Runtime Errors         CONVT_NO_NUMBER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161870#M1515980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All Thanks for ur rensponse the issue is resolved, the exact cause of the issue is due to wrong master data and that has been corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Aug 2010 13:01:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-25T13:01:12Z</dc:date>
    <item>
      <title>Runtime Errors         CONVT_NO_NUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161866#M1515976</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;we got a runtime error in program CONVT_NO_NUMBER ,here are the details of the error ,could not find a sap note on this.&lt;/P&gt;&lt;P&gt;same program is ran with same variant recently  but got this runtime error today ,please suggest how to correct this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The termination occurred in the ABAP program "/SAPAPO/SAPLMSDP_CAP" in&lt;/P&gt;&lt;P&gt;  "PROD_LIST_RESULT".&lt;/P&gt;&lt;P&gt; The main program was "/SAPAPO/RMSDPCAP ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The termination occurred in line 1078 of the source code of the (Include)&lt;/P&gt;&lt;P&gt;  program "/SAPAPO/LMSDP_CAPF02"&lt;/P&gt;&lt;P&gt; of the source code of program "/SAPAPO/LMSDP_CAPF02" (when calling the editor&lt;/P&gt;&lt;P&gt;  10780).&lt;/P&gt;&lt;P&gt; The program "/SAPAPO/SAPLMSDP_CAP" was started as a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Processing was terminated because the exception "CX_SY_CONVERSION_NO_NUMBER"&lt;/P&gt;&lt;P&gt;  occurred in the&lt;/P&gt;&lt;P&gt; procedure "PROD_LIST_RESULT" "(FORM)" but was not handled locally, not declared&lt;/P&gt;&lt;P&gt;  in the&lt;/P&gt;&lt;P&gt; RAISING clause of the procedure.&lt;/P&gt;&lt;P&gt; The procedure is in the program "/SAPAPO/SAPLMSDP_CAP ". Its source code starts&lt;/P&gt;&lt;P&gt;  in line 1001&lt;/P&gt;&lt;P&gt; of the (Include) program "/SAPAPO/LMSDP_CAPF02 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;    . The exception, which is assigned to the class 'CX_SY_CONVERSION_NO_NUMBER',&lt;/P&gt;&lt;P&gt;     was neither&lt;/P&gt;&lt;P&gt;    caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt;     "PROD_LIST_RESULT" "(FORM)"&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt;     to occur, the running program was 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 "*08" 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;&lt;/P&gt;&lt;P&gt;&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;Edited by: Brahamananda reddy Arikatla on Aug 23, 2010 7:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 05:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161866#M1515976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-23T05:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161867#M1515977</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;This error generally comes in when you try to convert/allocate an alphabet or a special character to a numeric type field.&lt;/P&gt;&lt;P&gt;This run time error is mostly due to data. Some specific entry in your data must be satisfying this condition, thus this problem. As you said, that on the earlier execution of the program, it executed perfectly but not now. I advise you to kindly alter the data and then try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 05:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161867#M1515977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-23T05:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161868#M1515978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be conversion error. If you define the variable holding the value '08' in your code as an integer or any numeric type , your problem should be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 05:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161868#M1515978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-23T05:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161869#M1515979</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;"*08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I think this is some chararater that you have declared and the value is shooting to bypass the length. It is not able to handle the &lt;/P&gt;&lt;P&gt;value and a * is in place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare with appropriate data type by int or quan.. or char(xx) length to handle this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SInce this is dealing with some background job its not clear loading of the data type . But u you can place the breakpoint at the code of line mentioned and observe the value . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;if u r doing a char comparision then see that RHS is in quotes . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : ZB eq 11 will go for a dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZB eq '11' - &amp;gt; no dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, &lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 05:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161869#M1515979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-23T05:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161870#M1515980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All Thanks for ur rensponse the issue is resolved, the exact cause of the issue is due to wrong master data and that has been corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number/m-p/7161870#M1515980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T13:01:12Z</dc:date>
    </item>
  </channel>
</rss>

