<?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: Dump in BAPI while fetching data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130979#M1512429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; we already tried these two options.&lt;/P&gt;&lt;P&gt;&amp;gt; with less records its working fine. But my client does not want to retrict the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to allow for more memory (increase the quotas)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 15:05:53 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2010-07-21T15:05:53Z</dc:date>
    <item>
      <title>Dump in BAPI while fetching data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130976#M1512426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m getting a short dump (: ' No more storage space available for extending an internal table.') in my vendor trial balance report  . The place of short dump is the BAPI which im using to fetch opening balance i.e BAPI_AP_ACC_GETKEYDATEBALANCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below the screen shot of the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindl suggest the possible solutions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    No more storage space available for extending an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    You attempted to extend an internal table, but the required space was&lt;/P&gt;&lt;P&gt;    not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The internal table "\FUNCTION-POOL=3008\DATA=XLINEITEMS[]" could not be further&lt;/P&gt;&lt;P&gt;     extended. To enable&lt;/P&gt;&lt;P&gt;    error handling, the table had to be delete before this log was written.&lt;/P&gt;&lt;P&gt;    As a result, the table is displayed further down or, if you branch to&lt;/P&gt;&lt;P&gt;    the ABAP Debugger, with 0 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    At the time of the termination, the following data was determined for&lt;/P&gt;&lt;P&gt;    the relevant internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Memory location: "Session memory"&lt;/P&gt;&lt;P&gt;    Row width: 2122&lt;/P&gt;&lt;P&gt;    Number of rows: 2757476&lt;/P&gt;&lt;P&gt;    Allocated rows: 2757476&lt;/P&gt;&lt;P&gt;    Newly requested rows: 4 (in 1 blocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;    The amount of storage space (in bytes) filled at termination time was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Roll area...................... 6216720&lt;/P&gt;&lt;P&gt;    Extended memory (EM)........... 4005681840&lt;/P&gt;&lt;P&gt;    Assigned memory (HEAP)......... 1998959040&lt;/P&gt;&lt;P&gt;    Short area..................... " "&lt;/P&gt;&lt;P&gt;    Paging area.................... 24576&lt;/P&gt;&lt;P&gt;    Maximum address space.......... 18446743890435787967&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;    "TSV_TNEW_PAGE_ALLOC_FAILED" " "&lt;/P&gt;&lt;P&gt;    "SAPL3008" or "L3008U05"&lt;/P&gt;&lt;P&gt;    "BAPI_AP_ACC_GETKEYDATEBALANCE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "SAPL3008" - in&lt;/P&gt;&lt;P&gt;     "BAPI_AP_ACC_GETKEYDATEBALANCE".&lt;/P&gt;&lt;P&gt;    The main program was "ZIBFI_VEND_TB_H1 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In the source code you have the termination point in line 48&lt;/P&gt;&lt;P&gt;    of the (Include) program "L3008U05".&lt;/P&gt;&lt;P&gt;    The program "SAPL3008" was started as a background job.&lt;/P&gt;&lt;P&gt;    Job Name....... "ZIBFI_VEND_TB_H1"&lt;/P&gt;&lt;P&gt;    Job Initiator.. 108735&lt;/P&gt;&lt;P&gt;    Job Number..... 11490500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line number&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;   44   PERFORM READ_KONTO USING  VENDOR&lt;/P&gt;&lt;P&gt;   45                             COMPANYCODE RETURN.&lt;/P&gt;&lt;P&gt;   46   CHECK RETURN IS INITIAL.&lt;/P&gt;&lt;P&gt;   47&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   SELECT * FROM BSIK APPENDING CORRESPONDING FIELDS OF TABLE XLINEITEMS&lt;/P&gt;&lt;P&gt;   49     WHERE BUDAT &amp;lt;= KEYDATE&lt;/P&gt;&lt;P&gt;   50     AND   BUKRS EQ COMPANYCODE&lt;/P&gt;&lt;P&gt;   51     AND   LIFNR EQ VENDOR&lt;/P&gt;&lt;P&gt;   52     AND   BSTAT IN BSTAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 04:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130976#M1512426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T04:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in BAPI while fetching data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130977#M1512427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 2 ways for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) reduce the no of records&lt;/P&gt;&lt;P&gt;b) ask your basis team to increase the session memory&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;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 09:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130977#M1512427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T09:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in BAPI while fetching data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130978#M1512428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanx alot.&lt;/P&gt;&lt;P&gt;we already tried these two options.&lt;/P&gt;&lt;P&gt;with less records its working fine. But my client does not want to retrict the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harshita Saxena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 12:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130978#M1512428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T12:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in BAPI while fetching data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130979#M1512429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; we already tried these two options.&lt;/P&gt;&lt;P&gt;&amp;gt; with less records its working fine. But my client does not want to retrict the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to allow for more memory (increase the quotas)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 15:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-bapi-while-fetching-data/m-p/7130979#M1512429</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-07-21T15:05:53Z</dc:date>
    </item>
  </channel>
</rss>

