<?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: DUMB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534210#M243840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how are your variables defined and what values are causing this to happen? I suspect that v_verz1 is packed decimal and is too small to hold the result of the subtraction. The right fields look like dates which are 8 digits so the v_verz1 should be able to hold 8 digits in case p_keydt = 0.&lt;/P&gt;&lt;P&gt;try defining it as: data v_verz1(8) as type p.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 04:07:42 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2006-08-02T04:07:42Z</dc:date>
    <item>
      <title>DUMB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534209#M243839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my zprogram i got the short dump in the below st.&lt;/P&gt;&lt;P&gt;"COMPUTE_BCD_OVERFLOW "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VERZ1 = P_KEYDT - IT_DATA-FAEDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 03:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534209#M243839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: DUMB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534210#M243840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how are your variables defined and what values are causing this to happen? I suspect that v_verz1 is packed decimal and is too small to hold the result of the subtraction. The right fields look like dates which are 8 digits so the v_verz1 should be able to hold 8 digits in case p_keydt = 0.&lt;/P&gt;&lt;P&gt;try defining it as: data v_verz1(8) as type p.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 04:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534210#M243840</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-08-02T04:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: DUMB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534211#M243841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i declared like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FAEDT LIKE RFPOS-FAEDT&lt;/P&gt;&lt;P&gt; V_VERZ1 LIKE RFPOS-VERZ1&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt; sy-datum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 04:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534211#M243841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T04:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: DUMB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534212#M243842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;verz1 can only hold 5 decimal digits. faedt can hold 8. You didn't say but I guess p_keydt is a date and can therefore also hold 8 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to declare verz1 so that it can hold 8 digits. This is because if p_keydat is 0 and faedt holds 20060802&lt;/P&gt;&lt;P&gt;then it will try to put -20060802 into a 5 digit variable and will fall over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Declare v_verz1 as: data v_verz1(8) type p.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 05:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumb/m-p/1534212#M243842</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-08-02T05:03:39Z</dc:date>
    </item>
  </channel>
</rss>

