<?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: How do I optimize my code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639642#M1865244</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;&lt;/P&gt;&lt;P&gt;Actually Its better for you to optimize the code based on some of the performance tuning methods , Rather than we are doing and giving,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Follow the below mentioned steps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Try to fetch the data from table based on the primary index. This is the most fastest way for&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fetching data.&lt;/P&gt;&lt;P&gt;Primary index&amp;nbsp; comprises all the key fields of the corresponding table.So in where condition try to use all these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try to avoid using more conditions in where clause as it creates load for database optimizer.&lt;/P&gt;&lt;P&gt;3. Try to avoid select inside loop.&lt;/P&gt;&lt;P&gt;4. Use Joins / For all entries for&amp;nbsp; fetching data from related tables rather than using nested selects.&lt;/P&gt;&lt;P&gt;5. Avoid using select *.&lt;/P&gt;&lt;P&gt;6. Avoid using into corresponding fields.&lt;/P&gt;&lt;P&gt;7. Avoid using operators like &amp;lt; , &amp;gt; ,&amp;lt;= etc if possible.&lt;/P&gt;&lt;P&gt;8. Before using for all entries, Check the Reference internal table is initial or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se30 and execute the report, Then take the report and find out which select statement is taking more time and try to optimize that select statement by above methods, Do the same for all select statement and try to bring down database utilization from 97 to less than 50 always.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are lot of documents available for performance tuning, Please go through that documents for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sajeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 10:53:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-23T10:53:38Z</dc:date>
    <item>
      <title>How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639639#M1865241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my code for your reference. I have used too many select query and nested loop. I am still new to development, could you please look into my program and tell me how can I reduce database access, when i checked with SE30(run time analysis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the below graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP = 3.3&lt;/P&gt;&lt;P&gt;DATABASE = 97&lt;/P&gt;&lt;P&gt;SYSTEM = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The program will run in background. Could you please suggest how can i reduce the database graph??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarnava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639639#M1865241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T09:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639640#M1865242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarnava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please start here if you want to know how to analyse and optimize your ABAP program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="52697" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Next Generation ABAP Runtime Analysis (SAT) &amp;#150; How to analyze performance" href="https://community.sap.com/" modifiedtitle="true" title="Next Generation ABAP Runtime Analysis (SAT) &amp;#150; How to analyze performance"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639640#M1865242</guid>
      <dc:creator>ceedee666</dc:creator>
      <dc:date>2014-10-23T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639641#M1865243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but we don't have access to SAT transaction. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&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;Sarnava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639641#M1865243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639642#M1865244</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;&lt;/P&gt;&lt;P&gt;Actually Its better for you to optimize the code based on some of the performance tuning methods , Rather than we are doing and giving,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Follow the below mentioned steps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Try to fetch the data from table based on the primary index. This is the most fastest way for&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fetching data.&lt;/P&gt;&lt;P&gt;Primary index&amp;nbsp; comprises all the key fields of the corresponding table.So in where condition try to use all these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try to avoid using more conditions in where clause as it creates load for database optimizer.&lt;/P&gt;&lt;P&gt;3. Try to avoid select inside loop.&lt;/P&gt;&lt;P&gt;4. Use Joins / For all entries for&amp;nbsp; fetching data from related tables rather than using nested selects.&lt;/P&gt;&lt;P&gt;5. Avoid using select *.&lt;/P&gt;&lt;P&gt;6. Avoid using into corresponding fields.&lt;/P&gt;&lt;P&gt;7. Avoid using operators like &amp;lt; , &amp;gt; ,&amp;lt;= etc if possible.&lt;/P&gt;&lt;P&gt;8. Before using for all entries, Check the Reference internal table is initial or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se30 and execute the report, Then take the report and find out which select statement is taking more time and try to optimize that select statement by above methods, Do the same for all select statement and try to bring down database utilization from 97 to less than 50 always.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are lot of documents available for performance tuning, Please go through that documents for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sajeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639642#M1865244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T10:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639643#M1865245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On old system use SE30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try also to use as less as possible the FOR ALL ENTRIES option, as it will quickly impair performance for huge volumn of data, prefer JOIN or SUBQUERY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639643#M1865245</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-10-23T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639644#M1865246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;sarnava bose wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;but we don't have access to SAT transaction. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then you should ask for it. I don't see any reason why a developer should not have access to SAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639644#M1865246</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-10-23T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639645#M1865247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;2. Try to avoid using more conditions in where clause as it creates load for database optimizer.&lt;/P&gt;
&lt;P&gt;6. Avoid using into corresponding fields.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Where did you get these fads from? Get your facts correct before posting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 10:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639645#M1865247</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-10-23T10:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639646#M1865248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for that, Actually i didn't meant that not to use more where where condition in the select statement, Just meant, to avoid unwanted comparisons and all that makes the Fetching process bit&amp;nbsp; more time consuming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639646#M1865248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639647#M1865249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sarnava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for making my reply bit confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second point which i gave in my first reply was,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;2. Try to avoid using more conditions in where clause as it creates load for database optimizer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider it as ,&lt;/P&gt;&lt;P&gt;Try to avoid " unwanted " comparison and other condition which could increase the fetching time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the point that i have mentioned above cannot be implemented everywhere , But try to use that if possible based on the input data we are getting.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regarding the 6th point,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;6.Try to avoid " into corresponding " clause if possible, Instead of this directly specify the the table or work area having similar structure as of selecting data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sajeesh &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639647#M1865249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T11:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639648#M1865250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10pt;"&gt;6.Try to avoid " into corresponding " clause if possible, Instead of this directly specify the the table or work area having similar structure as of selecting data.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It's wrong as well. Search in the forums for a blog about INTO CORRESPONDING.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639648#M1865250</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-10-23T11:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639649#M1865251</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the following blogs and it explains the use of " into corresponding " clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="33976" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Why &amp;quot;INTO CORRESPONDING&amp;quot; is much better than its reputation" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in some blog it is showing that to avoid using "into corresponding".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/Community/ABAP+Performance+tips" title="http://wiki.scn.sap.com/wiki/display/Community/ABAP+Performance+tips"&gt;ABAP Performance tips - Contributor Corner - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;sajeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639649#M1865251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639650#M1865252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sarnava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to the following blog which explains most of the performance tuning tricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/Community/ABAP+Performance+tips" title="http://wiki.scn.sap.com/wiki/display/Community/ABAP+Performance+tips"&gt;ABAP Performance tips - Contributor Corner - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;sajeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639650#M1865252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-23T12:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I optimize my code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639651#M1865253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The former is with facts, while the latter is without. Which is more credible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway i think the OP should perform some trace on his code and then get back to the forums with his results. Until then the thread remains closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-optimize-my-code/m-p/10639651#M1865253</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-10-23T12:14:53Z</dc:date>
    </item>
  </channel>
</rss>

