<?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 abap dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212626#M1006645</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;HR program going to dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Short text
    A calculation field is defined too small.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not
     caught in
    procedure "%_GET_PERNR" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    A value generated during processing is too large for the
    field "TIME-AS57" of the program "ZPLS0050".&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program terminated at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
         WHEN 'AS57'.
 MOVE P2001-STDAZ TO TIME-AS57&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AS57(3) TYPE P DECIMALS 2,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 05:56:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T05:56:32Z</dc:date>
    <item>
      <title>abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212626#M1006645</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;HR program going to dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Short text
    A calculation field is defined too small.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not
     caught in
    procedure "%_GET_PERNR" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    A value generated during processing is too large for the
    field "TIME-AS57" of the program "ZPLS0050".&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program terminated at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
         WHEN 'AS57'.
 MOVE P2001-STDAZ TO TIME-AS57&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AS57(3) TYPE P DECIMALS 2,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 05:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212626#M1006645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T05:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212627#M1006646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define both variables of same type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212627#M1006646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212628#M1006647</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;STDAZ	ABSTD	DEC	7	2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definition must be&lt;/P&gt;&lt;P&gt;AS57(7) type p decimals 2&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;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212628#M1006647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212629#M1006648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to change the data declaration to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS57 LIKE P2001-STDAZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212629#M1006648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212630#M1006649</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 type of variable and the num,ber of characters of both the variables must be same....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   just declare the second varibable that is AS57 of the same type as the othr varibale from which you are moving the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4212630#M1006649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:16:26Z</dc:date>
    </item>
  </channel>
</rss>

