<?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 Data come from difference data source in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269714#M492946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my saturation, my program's data are come from difference data source. For example, the program will retrieve PO balance, material consumption, future consumption and so on. In my program logic, i retrieve all of the material number, the retrieve the PO balance, material consumption... into internal table, then loop the internal table of material number and update this table from internal table of po balance, material consumption..., but i found that the program's running time is long. How to improve the performance or any suggestion for the program logic. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 01:32:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T01:32:31Z</dc:date>
    <item>
      <title>Data come from difference data source</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269714#M492946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my saturation, my program's data are come from difference data source. For example, the program will retrieve PO balance, material consumption, future consumption and so on. In my program logic, i retrieve all of the material number, the retrieve the PO balance, material consumption... into internal table, then loop the internal table of material number and update this table from internal table of po balance, material consumption..., but i found that the program's running time is long. How to improve the performance or any suggestion for the program logic. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 01:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269714#M492946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T01:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data come from difference data source</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269715#M492947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run your program using SLIN and extended code checker and then you see which are the areas you need to check for the error,besicall you have to change the code in the select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269715#M492947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data come from difference data source</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269716#M492948</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;Few Guildlines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. program is slow mainly because Database load is too high,  try to reduce it and that load can be shared by ABAP. gotrhough SE30-perfromance tuning.&lt;/P&gt;&lt;P&gt;Also, in Se30 u will get all most important Tips and tricks, follow it,...&lt;/P&gt;&lt;P&gt;2. Try to find out summary table and dont try always to get data from basic tables. &lt;/P&gt;&lt;P&gt;3. Try to use perfect SELECT statemetn with porper joins, which is most important in reduction of load on DB. &lt;/P&gt;&lt;P&gt;4. you can make ABAP part faster, following coding standard like use of Binary search.&lt;/P&gt;&lt;P&gt;5. Use SLIN to find out which part of program is taking too much time, try to reduce it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will guide u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269716#M492948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data come from difference data source</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269717#M492949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send me your code. I will be able to help you only if I can see exactly what you are doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 13:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-come-from-difference-data-source/m-p/2269717#M492949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T13:42:16Z</dc:date>
    </item>
  </channel>
</rss>

