<?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: Buffer Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249824#M1014378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;We cannot buffer the internal table.&lt;/P&gt;&lt;P&gt;Internal table is a temporary storage location which is only available at runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 29, 2008 8:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 05:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T05:14:51Z</dc:date>
    <item>
      <title>Buffer Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249820#M1014374</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;Can we buffer Internal Table.&lt;/P&gt;&lt;P&gt;If yes then in which case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249820#M1014374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249821#M1014375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No we can't buffer internal table.&lt;/P&gt;&lt;P&gt;Actualy buffering is a concept in Database table where we store data of the database table temporarily for further access in runtime.&lt;/P&gt;&lt;P&gt;But in internal table the data itself is is hold during runtime only. So no question of buffering an internal table arrises.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for detail in beffering check &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f244446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f244446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anirbvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249821#M1014375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249822#M1014376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;internal table is itself a kind of buffer...you can select records from a database table in an internal table and use it as required in your programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to know about the buffering of dictionary tables then go to the technical settings of your table and find the buffering options there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249822#M1014376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249823#M1014377</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;&lt;/P&gt;&lt;P&gt;You Can not Buffer Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table is used for Storing data in runtime, there is no bufferring concept related to 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;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249823#M1014377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249824#M1014378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;We cannot buffer the internal table.&lt;/P&gt;&lt;P&gt;Internal table is a temporary storage location which is only available at runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 29, 2008 8:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-internal-table/m-p/4249824#M1014378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:14:51Z</dc:date>
    </item>
  </channel>
</rss>

