<?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: BI ABAP  Dump Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283231#M1634017</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;Requesting you to please visit this link. It has detailed information with relevant examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_470/helpdata/en/fc/eb3b23358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2011 11:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-21T11:16:51Z</dc:date>
    <item>
      <title>BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283227#M1634013</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;  ABAP Error in BI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  calling PSA table to my program it contains more than 200000 records also applying grouping in select statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it showing dump  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please correct me if any wrong in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;    DATA : BEGIN OF ITAB4 OCCURS 0,&lt;/P&gt;&lt;P&gt;      REPORT_TYPE LIKE /BIC/B0007048000-REPORT_TYPE,&lt;/P&gt;&lt;P&gt;      JV_NO LIKE  /BIC/B0007048000-JV_NO,&lt;/P&gt;&lt;P&gt;       AMOUNT LIKE /BIC/B0007048000-AMOUNT,&lt;/P&gt;&lt;P&gt;      RECORD_COUNT LIKE /BIC/B0007048000-RECORD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      END OF ITAB4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  WTAB4 LIKE ITAB4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT REPORT_TYPE JV_NO SUM(  AMOUNT ) COUNT(*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       INTO TABLE ITAB4 PACKAGE SIZE 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       FROM /BIC/B0007048000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       GROUP BY REPORT_TYPE JV_NO.&lt;/P&gt;&lt;P&gt;     ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BELOW is the dump error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solution please&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the entries in the developer trace of the relevant work process&lt;/P&gt;&lt;P&gt;(transaction ST11).&lt;/P&gt;&lt;P&gt;Here you can find detailed information about the type and length of the&lt;/P&gt;&lt;P&gt;database field as well as the ABAP field into which the field was to be&lt;/P&gt;&lt;P&gt;imported.&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 to&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 following&lt;/P&gt;&lt;P&gt;keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"DBIF_RSQL_INVALID_RSQL" "CX_SY_OPEN_SQL_DB"&lt;/P&gt;&lt;P&gt;"ZREVRECON" or "ZREVRECON"&lt;/P&gt;&lt;P&gt;"START-OF-SELECTION"&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;1. The description of the current problem (short dump)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File&lt;/P&gt;&lt;P&gt;(Unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Corresponding system log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Display the system log by calling transaction SM21.&lt;/P&gt;&lt;P&gt;   Restrict the time interval to 10 minutes before and five minutes&lt;/P&gt;&lt;P&gt;after the short dump. Then choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File&lt;/P&gt;&lt;P&gt;(Unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the problem occurs in a problem of your own or a modified SAP&lt;/P&gt;&lt;P&gt;program: The source code of the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 04:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283227#M1634013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T04:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283228#M1634014</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;I believe the short-dump is due to the excessively large amount of data that is being fetched. A direct SELECT on the database will not help, even though you are appending in a PACKAGE SIZE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try out the statement OPEN CURSOR to fetch the data. I have used this procedure before.&lt;/P&gt;&lt;P&gt;Please try as per the example given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN CURSOR: lv_cursor FOR SELECT  pstng_date ucrate_cat ucdeeinvdn
                            FROM  /bic/azsod00200 FOR ALL ENTRIES IN li_source_package
                           WHERE ucdeeinvdn = li_source_package-ucdeeinvdn.
      DO.
        IF lv_flag NE 'X'.
          FETCH NEXT CURSOR lv_cursor INTO TABLE li_zso002 PACKAGE
          SIZE 5000.
          IF sy-subrc &amp;lt;&amp;gt; 0.
            CLOSE CURSOR lv_cursor.
            lv_flag = 'X'.
          ENDIF.
        ENDIF.
      ENDDO.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283228#M1634014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T14:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283229#M1634015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it make sense to use an aggregate expression with PACKAGE SIZE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283229#M1634015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283230#M1634016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aneel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       can u explain me the concept of open Cursor Statement what is happening because i am new to ABAP&lt;/P&gt;&lt;P&gt;i am not familiar in that statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt;Giridharan R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 05:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283230#M1634016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T05:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283231#M1634017</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;Requesting you to please visit this link. It has detailed information with relevant examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_470/helpdata/en/fc/eb3b23358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 11:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283231#M1634017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: BI ABAP  Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283232#M1634018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPEN CURSOR will allow you to have multiple SELECTs active for the same table at the same time, so I don't think it is relevant here. I suspect that it has more to do with the combination of the aggregate expressions and the PACKAGE SIZE. You might try getting rid of the aggregates and see if that works. If it does, then work on getting the sums and counts afterward. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 13:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-abap-dump-error/m-p/8283232#M1634018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T13:24:46Z</dc:date>
    </item>
  </channel>
</rss>

