<?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 how to resolve the memory issue  while retrieving the data from data base t in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-the-memory-issue-while-retrieving-the-data-from-data-base-t/m-p/1839812#M357023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i am retrieving the data from GLPCA table  into internal table i am getting the error is  memory is not avilable. while i executed the program in background and foreground also. can send the sample code.my code is &lt;/P&gt;&lt;P&gt;if read_db = 'X'.        "Inserted - ITG #48124&lt;/P&gt;&lt;P&gt;    select  glpca&lt;SUB&gt;rbukrs    glpca&lt;/SUB&gt;rprctr&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;rfarea    glpca&lt;/SUB&gt;racct&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;budat     glpca&lt;/SUB&gt;wsdat&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;refdocnr  glpca&lt;/SUB&gt;rtcur&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;tsl       t001&lt;/SUB&gt;waers&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;hsl       glpca&lt;/SUB&gt;ksl&lt;/P&gt;&lt;P&gt;            glpca~sgtxt&lt;/P&gt;&lt;P&gt;      into  table t_output&lt;/P&gt;&lt;P&gt;            from  glpca as glpca&lt;/P&gt;&lt;P&gt;      inner join  t001  as t001&lt;/P&gt;&lt;P&gt;         on glpca&lt;SUB&gt;rbukrs   =  t001&lt;/SUB&gt;bukrs&lt;/P&gt;&lt;P&gt;      where glpca~kokrs    =  p_kokrs&lt;/P&gt;&lt;P&gt;        and glpca~ryear    in s_ryear&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Index 1 Conditions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        and glpca~rprctr   in s_rprctr&lt;/P&gt;&lt;P&gt;        and glpca~rvers    in s_rvers&lt;/P&gt;&lt;P&gt;        and glpca~racct    in s_racct&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Index 7 Conditions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        and glpca~rhoart   in s_rhoart&lt;/P&gt;&lt;P&gt;        and glpca~activ    in s_activ&lt;/P&gt;&lt;P&gt;        and glpca~poper    in s_poper&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;        and glpca~rbukrs   in s_rbukrs&lt;/P&gt;&lt;P&gt;        and glpca~rfarea   in s_rfarea&lt;/P&gt;&lt;P&gt;        and glpca~budat    in s_budat&lt;/P&gt;&lt;P&gt;        and glpca~rrcty    in s_rrcty&lt;/P&gt;&lt;P&gt;        and glpca~rtcur    in s_rtcur.&lt;/P&gt;&lt;P&gt;  endif.       "Inserted - ITG #48124&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2007 10:03:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-09T10:03:58Z</dc:date>
    <item>
      <title>how to resolve the memory issue  while retrieving the data from data base t</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-the-memory-issue-while-retrieving-the-data-from-data-base-t/m-p/1839812#M357023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i am retrieving the data from GLPCA table  into internal table i am getting the error is  memory is not avilable. while i executed the program in background and foreground also. can send the sample code.my code is &lt;/P&gt;&lt;P&gt;if read_db = 'X'.        "Inserted - ITG #48124&lt;/P&gt;&lt;P&gt;    select  glpca&lt;SUB&gt;rbukrs    glpca&lt;/SUB&gt;rprctr&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;rfarea    glpca&lt;/SUB&gt;racct&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;budat     glpca&lt;/SUB&gt;wsdat&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;refdocnr  glpca&lt;/SUB&gt;rtcur&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;tsl       t001&lt;/SUB&gt;waers&lt;/P&gt;&lt;P&gt;            glpca&lt;SUB&gt;hsl       glpca&lt;/SUB&gt;ksl&lt;/P&gt;&lt;P&gt;            glpca~sgtxt&lt;/P&gt;&lt;P&gt;      into  table t_output&lt;/P&gt;&lt;P&gt;            from  glpca as glpca&lt;/P&gt;&lt;P&gt;      inner join  t001  as t001&lt;/P&gt;&lt;P&gt;         on glpca&lt;SUB&gt;rbukrs   =  t001&lt;/SUB&gt;bukrs&lt;/P&gt;&lt;P&gt;      where glpca~kokrs    =  p_kokrs&lt;/P&gt;&lt;P&gt;        and glpca~ryear    in s_ryear&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Index 1 Conditions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        and glpca~rprctr   in s_rprctr&lt;/P&gt;&lt;P&gt;        and glpca~rvers    in s_rvers&lt;/P&gt;&lt;P&gt;        and glpca~racct    in s_racct&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Index 7 Conditions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        and glpca~rhoart   in s_rhoart&lt;/P&gt;&lt;P&gt;        and glpca~activ    in s_activ&lt;/P&gt;&lt;P&gt;        and glpca~poper    in s_poper&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;        and glpca~rbukrs   in s_rbukrs&lt;/P&gt;&lt;P&gt;        and glpca~rfarea   in s_rfarea&lt;/P&gt;&lt;P&gt;        and glpca~budat    in s_budat&lt;/P&gt;&lt;P&gt;        and glpca~rrcty    in s_rrcty&lt;/P&gt;&lt;P&gt;        and glpca~rtcur    in s_rtcur.&lt;/P&gt;&lt;P&gt;  endif.       "Inserted - ITG #48124&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 10:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-the-memory-issue-while-retrieving-the-data-from-data-base-t/m-p/1839812#M357023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the memory issue  while retrieving the data from data base t</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-the-memory-issue-while-retrieving-the-data-from-data-base-t/m-p/1839813#M357024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many com-codes are in t001?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to make a loop over t001 and&lt;/P&gt;&lt;P&gt;select glpca for each bukrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 10:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-the-memory-issue-while-retrieving-the-data-from-data-base-t/m-p/1839813#M357024</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-01-09T10:59:49Z</dc:date>
    </item>
  </channel>
</rss>

