<?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: Optimize a BSIS / BSEG Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293062#M1024120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BSIS is INDEX table for G/L Account documents. You have to fetch data from BSIK which is vendor open documents(If u want closed documents as well then add records from BSAD also). Now use for all entries in this table to get data from BKPF and BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ur case why it got stuck up is it searching whole BKPF and BSEG tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Aug 2008 14:50:21 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2008-08-16T14:50:21Z</dc:date>
    <item>
      <title>Optimize a BSIS / BSEG Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293060#M1024118</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;My Report Requirement:-&lt;/P&gt;&lt;P&gt;Selection Screen Parameters: BUKRS, EBELN, BLDAT, ZLSPR and LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract the PO's along with their material items and the vendor details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to extract the material details eaily. But while trying to access the vendor details my query gets stuck. I need to optimize it as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to hit BSEG and BKPF for this. Can anyone please suggest if BSAK or any other table can be hit for getting this data.&lt;/P&gt;&lt;P&gt;I tried hitting BSIS and then BSEG instead of hitting BSEG directly. And then doing a FOR ALL ENTRIES to access BKPF data. But this does not work at all. The report gets stuck at BSIS only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the where condition i'm passing: BUKRS, BLDAT, GJAHR and ZUONR. There is no other field that I can use in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Aug 17, 2008 1:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 15:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293060#M1024118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-13T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Optimize a BSIS / BSEG Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293061#M1024119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you list the fields you actually need to extract, maybe there is a better access path to the desired information (e.g. using table EKKN).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 15:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293061#M1024119</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-13T15:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Optimize a BSIS / BSEG Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293062#M1024120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BSIS is INDEX table for G/L Account documents. You have to fetch data from BSIK which is vendor open documents(If u want closed documents as well then add records from BSAD also). Now use for all entries in this table to get data from BKPF and BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ur case why it got stuck up is it searching whole BKPF and BSEG tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 14:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimize-a-bsis-bseg-query/m-p/4293062#M1024120</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-08-16T14:50:21Z</dc:date>
    </item>
  </channel>
</rss>

