<?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: REPORTs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622787#M278526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you should use Runtime Analysis first for determining the runtime of your program using se30.&lt;/P&gt;&lt;P&gt;if your program is taking time at database operation then you can find the worst queries using&lt;/P&gt;&lt;P&gt;st05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2006 06:42:37 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-09-15T06:42:37Z</dc:date>
    <item>
      <title>REPORTs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622786#M278525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are running a report. It is taking long time for &lt;/P&gt;&lt;P&gt;execution. What steps will you do to reduce the &lt;/P&gt;&lt;P&gt;execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify...&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;Ramesh M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622786#M278525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: REPORTs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622787#M278526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you should use Runtime Analysis first for determining the runtime of your program using se30.&lt;/P&gt;&lt;P&gt;if your program is taking time at database operation then you can find the worst queries using&lt;/P&gt;&lt;P&gt;st05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622787#M278526</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-09-15T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: REPORTs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622788#M278527</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;DO THis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. avoid select quesry inside loop.&lt;/P&gt;&lt;P&gt;2. in select quesry fetch only the needed fields from the DB&lt;/P&gt;&lt;P&gt;3.sort the internal table and use binary search.&lt;/P&gt;&lt;P&gt;4.inside whn u r chking some conditions, after satisfies the condition just exit.&lt;/P&gt;&lt;P&gt;5.use modify statment in place of INSERT AND UPDATE.&lt;/P&gt;&lt;P&gt;6.reduce the data base access.&lt;/P&gt;&lt;P&gt;7.do all the manipulations using internal table only.&lt;/P&gt;&lt;P&gt;8.reduce the declaration of variables in the pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINITLY, WHN WE CONSIDER THESE SMALL THINGS, IT WILL IMPROVE THE PERFORMANCCE OF THE PGM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HLPED MARK POINTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622788#M278527</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-15T06:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: REPORTs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622789#M278528</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;for checking the performance run the SQL trace tool ST05 if you are using select statements you can know the time taken by each individual query.Also you can do a runtime analysis using SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangram&lt;/P&gt;&lt;P&gt;SAP Consultant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622789#M278528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: REPORTs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622790#M278529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure that you are including all the key fields in your selct statement ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It is not advisable to use select .. enselect statement .. use select .. into table itab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. sort the internal table before the read table statement ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. use binary search statement in read table statement.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1622790#M278529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T06:49:32Z</dc:date>
    </item>
  </channel>
</rss>

