<?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: short dump : help required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732663#M634576</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;Use the type of the field, it is compared with, instead of the TYPE ANY declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 10:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T10:02:22Z</dc:date>
    <item>
      <title>short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732662#M634575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a short dump when cpmparing two currency fields as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: loc_totpy(25) TYPE c.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;totpayment&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE input WITH KEY 'REGUH-RBETR'.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ASSIGN input-value TO &amp;lt;totpayment&amp;gt; .&lt;/P&gt;&lt;P&gt;    loc_totpy = &amp;lt;totpayment&amp;gt;.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; IF loc_totpy gt int_zchqlimit-zsiglimit.&lt;/P&gt;&lt;P&gt;        sig = int_zchqlimit-zsighigh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHORT DUMP OCCOURS HERE.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zsiglimit = curreny field (length = 13, decimal=2)&lt;/P&gt;&lt;P&gt;zsighigh = CHAR (length 70)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any indication of the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 09:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732662#M634575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T09:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732663#M634576</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;Use the type of the field, it is compared with, instead of the TYPE ANY declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732663#M634576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T10:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732664#M634577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;da data types of both da fields u r comparing shud be same...is it in ur case?if not make dem same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732664#M634577</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-29T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732665#M634578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to remove ",' from your character field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do.&lt;/P&gt;&lt;P&gt;Replace ',' with ' ' into loc_totpy.&lt;/P&gt;&lt;P&gt;If sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;Condense loc_totpy NO-gap.&lt;/P&gt;&lt;P&gt;Exit.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;Enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; IF loc_totpy gt int_zchqlimit-zsiglimit.&amp;lt;/b&amp;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;&lt;P&gt;Close the thread if your question is answered and reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SaiRama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732665#M634578</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-08-29T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732666#M634579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I get a short dump when cpmparing two currency fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loc_totpy(25)  (TYPE C) is a character field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe that is the problem.  But you will get a better answer if you take a look in transaction ST22 and tell us what exactly the type of dump is? &lt;/P&gt;&lt;P&gt;is it something like ' CX_SY_DYN_CALL_ILLEGAL_TYPE' (you can see that on the second line of the dump, or in the exception column in ST22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732666#M634579</guid>
      <dc:creator>dhorions</dc:creator>
      <dc:date>2007-08-29T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732667#M634580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check that the data types are same or not&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;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732667#M634580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T10:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: short dump : help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732668#M634581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wat is da type of other field?&lt;/P&gt;&lt;P&gt;move the value in loc_totpy into a variable with same data type as of da other variable with which u r comparing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-help-required/m-p/2732668#M634581</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-29T10:08:25Z</dc:date>
    </item>
  </channel>
</rss>

