<?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 Static Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-internal-table/m-p/5424347#M1244805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say Exit001 is called 2-3 times for Transaction T1.&lt;/P&gt;&lt;P&gt;and in my exit i have some select stmts..&lt;/P&gt;&lt;P&gt;If i use Static internal table..can i avoid multiple times fetching of data from database.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2009 08:56:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-27T08:56:04Z</dc:date>
    <item>
      <title>Static Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-internal-table/m-p/5424347#M1244805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say Exit001 is called 2-3 times for Transaction T1.&lt;/P&gt;&lt;P&gt;and in my exit i have some select stmts..&lt;/P&gt;&lt;P&gt;If i use Static internal table..can i avoid multiple times fetching of data from database.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 08:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-internal-table/m-p/5424347#M1244805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Static Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-internal-table/m-p/5424348#M1244806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the ans...&lt;/P&gt;&lt;P&gt;it is for u guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the STATICS statement instead of DATA when you&lt;/P&gt;&lt;P&gt;declare local data objects, their lifetime is extended to the overall&lt;/P&gt;&lt;P&gt;program lifetime. Therefore, such data objects have the same lifetime as&lt;/P&gt;&lt;P&gt;global data objects, but their visibility is still limited to the respective&lt;/P&gt;&lt;P&gt;modularization unit.&lt;/P&gt;&lt;P&gt;You can use the STATICS statement in function modules, subroutines,&lt;/P&gt;&lt;P&gt;and static methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local data objects are overwritten with their start value or initial value each time&lt;/P&gt;&lt;P&gt;they are called by the surrounding modularization unit (unless they were declared&lt;/P&gt;&lt;P&gt;with the STATICS statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static retain their values when an executable program calls several function&lt;/P&gt;&lt;P&gt;modules in the same function group consecutively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anoop Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-internal-table/m-p/5424348#M1244806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-27T09:25:11Z</dc:date>
    </item>
  </channel>
</rss>

