<?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: Performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693037#M623124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;technicaly speaking it might be yes. becuase first it allocates the work area for your table and then gives the access to your program. The tables keyword will allocate the memory at roll area in the application server with the available work processes. eventhough your program contains the attributes to work with the retrived data. &lt;/P&gt;&lt;P&gt;In the real time, avoid to access to declare the TABLES key word in the program level, at most time.&lt;/P&gt;&lt;P&gt;Note: but It allocates memory area at run time and even it doesnt come under the performance issue.&lt;/P&gt;&lt;P&gt;I sure that you can use this tables key word, if required. becuase it is not such a issue with performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points.&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 04:58:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T04:58:36Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693034#M623121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whether the TABLE statement in REPORT consumes any memory space or slows down the performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693034#M623121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693035#M623122</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;TABLES statement is used to Create a work area with the Same strcture based on DB Table, Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: MARA.          "Based on a Table&lt;/P&gt;&lt;P&gt;TABLES : BDCDATA.   "Based on a Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will consume a memory for a single row only. like any other work area.&lt;/P&gt;&lt;P&gt;So it will not have any much affect on performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693035#M623122</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-13T04:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693036#M623123</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;TABLES: statement is used for creating a Workarea with the SAME NAME as that of the STRCUTRE, this is useful when you create the SCREEN FIELDS also using the SAME STRUCTURE by getting the fields from DDIC option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will occupy the memory space that is required for ONE ROW of this STRUCTURE TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not be a Memory problem or Performance problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its helpful for transferring data between Screen and Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693036#M623123</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-13T04:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693037#M623124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;technicaly speaking it might be yes. becuase first it allocates the work area for your table and then gives the access to your program. The tables keyword will allocate the memory at roll area in the application server with the available work processes. eventhough your program contains the attributes to work with the retrived data. &lt;/P&gt;&lt;P&gt;In the real time, avoid to access to declare the TABLES key word in the program level, at most time.&lt;/P&gt;&lt;P&gt;Note: but It allocates memory area at run time and even it doesnt come under the performance issue.&lt;/P&gt;&lt;P&gt;I sure that you can use this tables key word, if required. becuase it is not such a issue with performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points.&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693037#M623124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693038#M623125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all i got the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2693038#M623125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:59:20Z</dc:date>
    </item>
  </channel>
</rss>

