<?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 Exception              CX_SY_CONVERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227796#M1628824</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;in which transaction do you have this dump ?&lt;/P&gt;&lt;P&gt;The exception is quite clear.&lt;/P&gt;&lt;P&gt;Is there any place where you put some numbers or data ?&lt;/P&gt;&lt;P&gt;Of course you can aviod the dump by CATCH ENDCATCH statemets, but this is not a solution I suppose ?&lt;/P&gt;&lt;P&gt;f.e:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CATCH SYSTEM-EXCEPTIONS convt_no_number = 1.
   COMPUTE x = y + 1.
ENDCATCH.

IF sy-subrc EQ 1.
   MESSAGE ...
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 08:18:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-20T08:18:32Z</dc:date>
    <item>
      <title>Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227795#M1628823</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;I am getting a dump as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    Unable to interpret "/ 000000" as a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The current ABAP program "SAPLSZA19" had to be terminated because it has&lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;    Note down which actions and inputs caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    To process the problem further, contact you SAP system&lt;/P&gt;&lt;P&gt;    administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also&lt;/P&gt;&lt;P&gt;    keep them for a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&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', was not&lt;/P&gt;&lt;P&gt;     caught in&lt;/P&gt;&lt;P&gt;    procedure "ADDR_TIMESTAMP_IS_VALID" "(FUNCTION)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;     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 "/ 000000" 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;How to correct the error&lt;/P&gt;&lt;P&gt;    Whole numbers are represented in ABAP as a sequence of numbers, poss&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 floati&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&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 followi&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;    "SAPLSZA19" or "LSZA19U01"&lt;/P&gt;&lt;P&gt;    "ADDR_TIMESTAMP_IS_VALID"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If you cannot solve the problem yourself and want to send an error&lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Baisakhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 07:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227795#M1628823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227796#M1628824</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;in which transaction do you have this dump ?&lt;/P&gt;&lt;P&gt;The exception is quite clear.&lt;/P&gt;&lt;P&gt;Is there any place where you put some numbers or data ?&lt;/P&gt;&lt;P&gt;Of course you can aviod the dump by CATCH ENDCATCH statemets, but this is not a solution I suppose ?&lt;/P&gt;&lt;P&gt;f.e:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CATCH SYSTEM-EXCEPTIONS convt_no_number = 1.
   COMPUTE x = y + 1.
ENDCATCH.

IF sy-subrc EQ 1.
   MESSAGE ...
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227796#M1628824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T08:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227797#M1628825</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;The error is got when a job with program name RBDAPP01 is run in production server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Baisakhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227797#M1628825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T08:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227798#M1628826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is got at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION addr_timestamp_is_valid.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IV_TIMESTAMP) TYPE  AD&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      ZERO_TIMESTAMP&lt;/P&gt;&lt;P&gt;*"      ILLEGAL_TIMESTAMP&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: lv_timestamp_p TYPE timesta&lt;/P&gt;&lt;P&gt;        lv_timezone    TYPE timezon&lt;/P&gt;&lt;P&gt;        lv_date        TYPE sydatum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF iv_timestamp IS INITIAL.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF iv_timestamp = c_timestamp_zer&lt;/P&gt;&lt;P&gt;    MESSAGE a614 WITH iv_timestamp&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;  lv_timestamp_p = iv_timestamp.------error&lt;/P&gt;&lt;P&gt;  CLEAR lv_timezone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONVERT TIME STAMP lv_timestamp_p&lt;/P&gt;&lt;P&gt;          TIME ZONE lv_timezone&lt;/P&gt;&lt;P&gt;          INTO DATE lv_date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227798#M1628826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227799#M1628827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;As I understood you should check the input parameters of the program RBDAPP01 which set in SM36/SM37 as a job (for example take a look in specif variant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion there is an error in "Created at" field at RBDAPP01 saved as a variant.&lt;/P&gt;&lt;P&gt;Take a look and let me know.&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 09:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227799#M1628827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227800#M1628828</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;&lt;/P&gt;&lt;P&gt;Check whether you are passing  number  with value  '/' or  , .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 09:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227800#M1628828</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-20T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227801#M1628829</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;are you passing Data to BDC   .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 09:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227801#M1628829</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-20T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         CONVT_NO_NUMBER Exception              CX_SY_CONVERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227802#M1628830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would appear that your program is looking for a timestamp, which are stored in SAP tables as  DEC 15 fields.  They display like 10/20/2011 07:36:00, but they are stored like 20111020073600.  It is quite obvious that / 00000000 is not a number, because it contains both a slash  and a space.   From your display, it appears that you have a timestamp that is not populated, and therefore the display looks like:      /    /       000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somewhere the program is not converting a date and time to a timestamp, or you have a time stamp field displayed for user input, and the user doesn't understand how to input a time stamp, which would be keyed into a screen variablelike:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/20/2011 07:36:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just starting with a date, look at your CONVERT DATE....TIME into TIMESTAMP  .... TIME ZONE statement.... for example, if the user has a variable on screen that contains only a type D field, I would do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convert date p_datefield  "or sy-datum&lt;/P&gt;&lt;P&gt;              time  sy-uzeit&lt;/P&gt;&lt;P&gt;     into time stamp time_stamp_var&lt;/P&gt;&lt;P&gt;           time zone sy-zonlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardless, the error you posted occurs on a true numeric field which has had characters other than digits, a decimal and a sign input to the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 11:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-no-number-exception-cx-sy-convers/m-p/8227802#M1628830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T11:44:48Z</dc:date>
    </item>
  </channel>
</rss>

