<?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 Performance with BSAD Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086796#M1902262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched through SDN and google no helpfull solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to query on BSAD table with key fields BUKRS,ZUONR,GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select VBELN&lt;/P&gt;&lt;P&gt;FROM bsad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO TABLE lt_bsad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOR ALL ENTRIES IN im_zuonr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE bukrs = IM_ZUONR-bukrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND zuonr = im_zuonr-zuonr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND gjahr = im_zuonr-gjahr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND shkzg = 'S'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND rebzg NE 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I query with KUNNR , then output is faster&amp;nbsp; but my requirement is only based on BUKRS,ZUONR,GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to increase the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lokeswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 12:36:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-05-27T12:36:34Z</dc:date>
    <item>
      <title>Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086796#M1902262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched through SDN and google no helpfull solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to query on BSAD table with key fields BUKRS,ZUONR,GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select VBELN&lt;/P&gt;&lt;P&gt;FROM bsad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO TABLE lt_bsad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOR ALL ENTRIES IN im_zuonr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE bukrs = IM_ZUONR-bukrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND zuonr = im_zuonr-zuonr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND gjahr = im_zuonr-gjahr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND shkzg = 'S'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND rebzg NE 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I query with KUNNR , then output is faster&amp;nbsp; but my requirement is only based on BUKRS,ZUONR,GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to increase the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lokeswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 12:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086796#M1902262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086797#M1902263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sure how you have come to this where clause. BSAD are meant to be queried for customers and we don-t have customer in your where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the entries in BSAD and if ZUONR and BELNR are same ( It is same in my system as value wise. Size we can handle via code ) you can use BUKRS , BELNR(Instead of ZUONR) and GJAHR in your where clause. There is a standard index BSEG~5 already created. The select should pick up that index. Check this via SQL trace in ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not be the best but atleast will have Index range scan which is way better than the current select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 12:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086797#M1902263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086798#M1902264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokeswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you already try to use any "table view" like &lt;STRONG&gt;BKPF_BSAD&lt;/STRONG&gt;? I'm not sure whether it'll work in your case but these views are increased by performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086798#M1902264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T13:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086799#M1902265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's really not much you can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you might look at that REBZG NE 'V'. This field is used in an index, but won't be used because of the NE condition. If there are only a few values for this field in BSAD, you might be able to turn it into an EQ condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086799#M1902265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086800#M1902266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here REBEZ consists lot of numbers other than 'V',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to query on BSAD with out KUNNR field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 05:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086800#M1902266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T05:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086801#M1902267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said, there's not much you can do other than run this in the background.&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, 28 May 2015 12:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086801#M1902267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T12:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086802#M1902268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where does this list of assignment values (ZUONR) come from, if it is from some SD or FI table, you should also got customer number?&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, 28 May 2015 13:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086802#M1902268</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-05-28T13:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086803#M1902269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a tough one. Without any additional keys, like KUNNR, LIFNR, HKONT it's pretty much no-win. Sometimes secondary index helps, but BSAD already has 6 in our system, so YMMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does this requirement come from exactly? I agree with Raymond - there might be a better alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise - looks like a prime candidate for Simple Financials. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1273/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 22:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086803#M1902269</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-05-28T22:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086804#M1902270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't the obvious solution to put another index on &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BUKRS,ZUONR,GJAHR.. So long as the indexes are distinct, it's unlikely to cause a problem - though of course testing is required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The only time I've encountered an issue with an additional index was with the terrible WHERE clauses generated by SAP Data Services, that were so unnecessarily convoluted that the optimiser got thoroughly lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 04:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086804#M1902270</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-05-29T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086805#M1902271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for suggestions ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my requirement is to fetch open and close items based on Assignment Number (ZUONR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its related to FI module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 10:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086805#M1902271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-29T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086806#M1902272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'd look for other solutions before adding an index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could limit the selection by document or posting date, that would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a while, programs may become obsolete and not run any more, but the index created for it tends to remain and has to be updated every time a document is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086806#M1902272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-29T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086807#M1902273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be thinking to use existing secondary index in BSAD table along with skipping KUNNR field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it good to use secondary index in select query along with primary keys which are not in secondary index and along with Hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Z01&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;MANDT, AUGBL&lt;/TD&gt;&lt;TD&gt;Active&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;CONVAR&lt;/TD&gt;&lt;TD&gt;21.03.2013&lt;/TD&gt;&lt;TD&gt;BSAD~Z01&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it good to write select query with BUKRS , AUGBL , GJAHR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 08:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086807#M1902273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-02T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086808#M1902274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is quite a bit different from your first SELECT. Why the change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086808#M1902274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-02T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086809#M1902275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two requirements one is based on &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BUKRS,ZUONR,GJAHR and other is based on &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BUKRS , AUGBL , GJAHR as inputs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either of the select query on BSAD table is taking time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086809#M1902275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-02T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086810#M1902276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is fixed now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Closing Thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2015 06:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086810#M1902276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-07T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086811#M1902277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would you mind sharing the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086811#M1902277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-08T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance with BSAD Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086812#M1902278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In my functionality we are triggering RFC FM based on Business area .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the input to my Select Query I have added customer range table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on Business area customer number starts with business area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : for India business area , customer number will start with IN*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here customer range table will be filled with &lt;STRONG&gt;I CP IN*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This increased some performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswar Reddy Byni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 17:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-with-bsad-table/m-p/11086812#M1902278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-08T17:50:19Z</dc:date>
    </item>
  </channel>
</rss>

