<?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 in ABAP  statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044121#M720553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try running the called program (program called by the last perform) using the same parameters as passed to it by the last perform in transaction SE30 and analyse the performance of this program. In all probability the performance issue lies in this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 14:07:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T14:07:44Z</dc:date>
    <item>
      <title>performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044118#M720550</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;in one of my program the performance is getting affected in the abap statement not in the database access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program logic goes in this way from the main program 3 performs were called for in the last performa onlythe entire processing starts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that last perform it s callin for a report through submit and return statement , the called report s again refering to one include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se30 the highest % it showssthe last perform that s said and the program that s called through submit statement the include program is not affecting the performance please tell mehow to change the report insucha wayi can improve the performance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will assign marks for sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 13:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044118#M720550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T13:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044119#M720551</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 more selection parameters, during calling the other report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT z_second_report&lt;/P&gt;&lt;P&gt;WITH s_matnr IN s_matnr&lt;/P&gt;&lt;P&gt;WITH s_werks IN s_matnr&lt;/P&gt;&lt;P&gt;WITH p_langu = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 13:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044119#M720551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044120#M720552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the report s called using some parameters only even then it s takin more time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 13:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044120#M720552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044121#M720553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try running the called program (program called by the last perform) using the same parameters as passed to it by the last perform in transaction SE30 and analyse the performance of this program. In all probability the performance issue lies in this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 14:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044121#M720553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044122#M720554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code of the perform that is causing the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 14:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044122#M720554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044123#M720555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant post the code all our mails are being traced it s a very highly secured place if they trace my doc i will be put into trouble and also i dont have net in our office&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 14:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044123#M720555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044124#M720556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the last perform statement is not directly calling the report after some processing only, then comes the submit statement so the parameters passed through the perform will not be ompatible with the report that is called for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044124#M720556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044125#M720557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One area u can check is the report called using submit.&lt;/P&gt;&lt;P&gt;the problem will be in this report.&lt;/P&gt;&lt;P&gt;check if there are any selects with for all entries and the table is initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044125#M720557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044126#M720558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the submit statement s replaced by call transaction will that solve the problem,&lt;/P&gt;&lt;P&gt;say like if i create a tcode for my program that s called through submit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044126#M720558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044127#M720559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your as I understand your original message, your report is calling another report and it is taking a very long time in that step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, the second program is taking time and that is the one to be analyzed. So, you put a break-point on the SUBMIT statement and see what are the parameters that being sent to the second program. Then, run the second program all by itself using the parameters you have noted down and analyze what the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my response is totally off of your question, please clarify the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044127#M720559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044128#M720560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually we take a very care of these concepts like we will never write the select statements without the validation so there s no chance for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044128#M720560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: performance in ABAP  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044129#M720561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one thing u can do is call the report in update task, seperate from ur report, so that it will run independently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 15:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-in-abap-statement/m-p/3044129#M720561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T15:13:07Z</dc:date>
    </item>
  </channel>
</rss>

