<?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 about performane tuning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227809#M769911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;             i have one doubt in performance tuning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se30 we are getting run time analysis.&lt;/P&gt;&lt;P&gt;here for database memory  reducing we are changed  select queries,but system memory reducing wat we are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkateswarareddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Dec 2007 12:03:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-30T12:03:45Z</dc:date>
    <item>
      <title>about performane tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227809#M769911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;             i have one doubt in performance tuning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se30 we are getting run time analysis.&lt;/P&gt;&lt;P&gt;here for database memory  reducing we are changed  select queries,but system memory reducing wat we are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkateswarareddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 12:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227809#M769911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T12:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: about performane tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227810#M769912</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;Use runtime analysis (SE30) and execute the transaction or the report.  Usually the display transactions are used.  Go only to the screen where the data you want to find exist and come out of the transaction.  If you want to find which tables are updated by a create transaction, then execute the entire transaction for document posting. After executing the transaction and coming back to runtime analysis, analyze the result. All the tables, read or written by the transaction are listed under the Tables heading. From the table description, try to identify the table which may contain the required data. You can choose a particular table for which all the access made are displayed.  From there you can go to the actual source code where the access was done by selecting an entry and pressing button source text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227810#M769912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: about performane tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227811#M769913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;If you paste your code then we can tell you at what places it require changes and why they are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 04:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227811#M769913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T04:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: about performane tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227812#M769914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;to save the system memory u can :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. clear or refresh of internal tables after they use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. work areas of internal tables also cleared immidately&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;after they use.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. use internal tables with out default work area ie use types&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;for that.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. do the program-&amp;gt;extended program check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;so that it shows unused variables means these&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;variables   vasting system memory and remove them.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 07:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227812#M769914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: about performane tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227813#M769915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can only control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP and database timings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System we cannot control.&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;&lt;/P&gt;&lt;P&gt;Naveen Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 13:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-performane-tuning/m-p/3227813#M769915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T13:57:42Z</dc:date>
    </item>
  </channel>
</rss>

