<?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: Internal Table query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614950#M600183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tamás,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report is retrieving almost 60,000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 10:12:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T10:12:27Z</dc:date>
    <item>
      <title>Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614947#M600180</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;I'm trying to extract the data from database and importing it into Text file on local server ...while executing the program it is dumping and giving the error messege &lt;/P&gt;&lt;P&gt;"No storage space available for extending the internal table."&lt;/P&gt;&lt;P&gt;Refer the following dumpcode.&lt;/P&gt;&lt;P&gt;       EXPORTING                                                           &lt;/P&gt;&lt;P&gt;         i_selections               = p_$_selections                       &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_CONVERT_CURRENCY         =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_USE_ACCOUNT_CONTRL       =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        i_show_errors              = $_c_x                                &lt;/P&gt;&lt;P&gt;        i_show_progess             = $_c_x                                &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING                                                           &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_LOG_HANDLE               =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       TABLES                                                              &lt;/P&gt;&lt;P&gt;        e_bkpf                     = $_bkpf                               &lt;/P&gt;&lt;P&gt;        e_bseg                     = $_bseg                               &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSIS                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSAS                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSAD                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSAK                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSIP                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_BSIM                     =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_ARCH_SEL                 =                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      EXCEPTIONS                                                          &lt;/P&gt;&lt;P&gt;      no_infostruc_found         = 1                                    &lt;/P&gt;&lt;P&gt;       selections_error           = 2                                    &lt;/P&gt;&lt;P&gt;       conversion_error           = 3                                    &lt;/P&gt;&lt;P&gt;      OTHERS                     = 4                                    &lt;/P&gt;&lt;P&gt;             .                                                           &lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.                                                     &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO                   &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.                   &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;APPEND LINES OF $_bkpf TO p_$_bkpf.                                   &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;     APPEND LINES OF $_bseg TO p_$_bseg.                                                                                &lt;/P&gt;&lt;P&gt;ENDFORM.                    " read_archive    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in this regard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 10:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614947#M600180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614948#M600181</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;You might try out this syntax also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH p_$_bkpf.&lt;/P&gt;&lt;P&gt;p_$_bkpf[] = $_bkpf[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many records are present? If the number is too much, you might try to concentrate only to the relevant colums. For example if it is enough for you using the BELNR, GJAHR columns, then don't use the full BKPF structure, only this 2...&lt;/P&gt;&lt;P&gt;Use TYPES to define your own structure. With this you can save a lot of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't forget to use the same structure to excahnge data between 2 internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamás&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Tamás Nyisztor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 10:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614948#M600181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614949#M600182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error No storage space available for extending the internal table means say u have declared ur internal tabe with 4 fields.&lt;/P&gt;&lt;P&gt;Now, ur selecting data from a table and ur trying to select 5 fields and pushing the data into the internal table, in such cases the above error message is displayed and the program goes into dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 10:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614949#M600182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T10:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614950#M600183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tamás,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report is retrieving almost 60,000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 10:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2614950#M600183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T10:12:27Z</dc:date>
    </item>
  </channel>
</rss>

