<?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: perfomnace issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876849#M931886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say if u want to display material and its text. u can use this concept. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~from the master table i'm selecting the materials based on the input s_matnr.&lt;/P&gt;&lt;P&gt;~then for the materials selected above , i have to get their corresponding description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr from mara into table i_matnr&lt;/P&gt;&lt;P&gt;where matnr in s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;select matnr maktx&lt;/P&gt;&lt;P&gt;from makt into table i_makt&lt;/P&gt;&lt;P&gt;for all entries in i_matnr&lt;/P&gt;&lt;P&gt;where matnr = i_mara-matnr.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar to INNER JOIN concept. get the common data from 2 tables based on the input. Sometimes Join will give poor performance , n there u can use FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 05:06:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T05:06:27Z</dc:date>
    <item>
      <title>perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876845#M931882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;i have to remove nested select endselect statement please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 04:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876845#M931882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T04:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876846#M931883</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 that u have to &lt;/P&gt;&lt;P&gt;add 'into (corresponding fields of) table itab.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~ please be specific. or give ur code here!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 04:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876846#M931883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876847#M931884</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;Try to use join query or else populate entries into internal table and fetch entries in another table using that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murugan.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 04:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876847#M931884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T04:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876848#M931885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for response,&lt;/P&gt;&lt;P&gt;actually my TL is telling to use FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;i don't know how to use it.please guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 04:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876848#M931885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T04:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876849#M931886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say if u want to display material and its text. u can use this concept. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~from the master table i'm selecting the materials based on the input s_matnr.&lt;/P&gt;&lt;P&gt;~then for the materials selected above , i have to get their corresponding description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr from mara into table i_matnr&lt;/P&gt;&lt;P&gt;where matnr in s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;select matnr maktx&lt;/P&gt;&lt;P&gt;from makt into table i_makt&lt;/P&gt;&lt;P&gt;for all entries in i_matnr&lt;/P&gt;&lt;P&gt;where matnr = i_mara-matnr.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar to INNER JOIN concept. get the common data from 2 tables based on the input. Sometimes Join will give poor performance , n there u can use FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876849#M931886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876850#M931887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Madhumita is right............&lt;/P&gt;&lt;P&gt;with that Never forget to use &lt;/P&gt;&lt;P&gt;SORT and DELETE ADJASCENT DUPLICATES stmt whenever u use FOR ALL ENTRIES stmt in SELECT....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check everytime if the table going to be checked wether INITIAL or not.....&lt;/P&gt;&lt;P&gt;performance will be gud...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful answers,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 03:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876850#M931887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T03:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876851#M931888</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;instead of using nested select end select while writing select query use' select * from &lt;STRONG&gt;....into table&lt;/STRONG&gt; .....itwill select all enties at one go in your internal table for given conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 06:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876851#M931888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T06:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: perfomnace issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876852#M931889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ive me ur id will send you code where  for all entries has been used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 05:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomnace-issue/m-p/3876852#M931889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T05:43:36Z</dc:date>
    </item>
  </channel>
</rss>

