<?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 Short Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814979#M917596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime Errors         CONVT_NO_NUMBER              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text:                                                                                Unable to interpret "00000BCX" as a number.       &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?                                                                 Error in the ABAP Application Program                                                         &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLRPIN" had to be terminated because it hascome across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 13:08:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T13:08:52Z</dc:date>
    <item>
      <title>Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814979#M917596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime Errors         CONVT_NO_NUMBER              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text:                                                                                Unable to interpret "00000BCX" as a number.       &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?                                                                 Error in the ABAP Application Program                                                         &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLRPIN" had to be terminated because it hascome across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814979#M917596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814980#M917597</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 seems the value 00000BCX is transfered to a numeric variable, the system can't convert it to a number so the dump is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u should try to understand where that value is from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814980#M917597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814981#M917598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That is Number Conversion from one type to other.Number conflict in type conversion.Check ,where you are converting the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814981#M917598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814982#M917599</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; 00000BCX value might have been passed to either type N,CURR,I or F .. so is why the dump has aroused ...Pass the relevant one to avoid the same  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814982#M917599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814983#M917600</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;Short text: Unable to interpret "00000BCX" as a number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this value 00000BCX is belongs to which variable and data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that data type is not matched.&lt;/P&gt;&lt;P&gt;Use type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814983#M917600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814984#M917601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;It is typoe conflict error . Check in declarations . &lt;/P&gt;&lt;P&gt;Try to analyse short dump by using ST02  transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/3814984#M917601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:20:24Z</dc:date>
    </item>
  </channel>
</rss>

