<?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: BSEG AND BKPF TABLES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228474#M479264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSIK is specifically for Open Items of accounting docs...&lt;/P&gt;&lt;P&gt;BSAK is for Closed ones..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 20:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T20:34:56Z</dc:date>
    <item>
      <title>BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228473#M479263</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 am retrieving the vendor invoice information from BKPF and BSEG tables.. there r 3 radio buttons for parked or open or closed invoices...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this requirement first of all i am taking the records from BKPF table into an internal table then i am taking the records from BSEG table for all entries in BKPF table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from BSEG table i am taking the fields( WRBTR, EBELN, WERKS, BELNR) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my question is...which one would be better whether i have to use the BSIK table it is containing all the fields except the WERKS  or i have to go for BSEG only ... .is there any difference if i use BSIK instead of BSEG...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228473#M479263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228474#M479264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSIK is specifically for Open Items of accounting docs...&lt;/P&gt;&lt;P&gt;BSAK is for Closed ones..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228474#M479264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228475#M479265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSEG is huge table which contains line items for all the financial transactions. BSIK is a table which contains open items for vendors.&lt;/P&gt;&lt;P&gt;Better hit BSIK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228475#M479265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228476#M479266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you decide to avoid BSEG, then you shud use  the following 6 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cleared entries&lt;/P&gt;&lt;P&gt;BSID - customer&lt;/P&gt;&lt;P&gt;BSIS - G/L account&lt;/P&gt;&lt;P&gt;BSIK - vendor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSAD, BSAS, BSAK respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228476#M479266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228477#M479267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean to say that when the open invoice radio button is hit then its better to retrieve the records from bsik instead of bseg rite...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for the closed invoices i have to fetch the records again from bseg table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u guide me exactly wht to do in these 3 conditions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the key for the open invoices in that table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228477#M479267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228478#M479268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujamol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to get the vendor invoices for 3 conditions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it necessary to go into all those 6 tables....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228478#M479268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228479#M479269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically we have follwing tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF - Accounting headers&lt;/P&gt;&lt;P&gt;BSEG - All line items info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSAK  - Vendor clear items&lt;/P&gt;&lt;P&gt;BSIK  - Vendor Open items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSAS  - G/L account - clear item&lt;/P&gt;&lt;P&gt;BSIS  - G/L account - open item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSID  - Customer open item&lt;/P&gt;&lt;P&gt;BSAD  - Customer clear item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you need to hit BSIK table for vendor open items and for cleared ones BSAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the key in BSIK:&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;LIFNR&lt;/P&gt;&lt;P&gt;UMSKS&lt;/P&gt;&lt;P&gt;UMSKZ&lt;/P&gt;&lt;P&gt;AUGDT&lt;/P&gt;&lt;P&gt;AUGBL&lt;/P&gt;&lt;P&gt;ZUONR&lt;/P&gt;&lt;P&gt;GJAHR&lt;/P&gt;&lt;P&gt;BELNR&lt;/P&gt;&lt;P&gt;BUZEI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you hit BSEG you get all the information but chances of performance issue as it is a cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as you need only vendor invoice items, i dont think you need BSID or BSAD tables which are related to Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228479#M479269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228480#M479270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya your point is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what r the keys for those open invoices and closed invoices in those tables... i think augbl is the key field if it is blank then those records r nothing but open invoices rite....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing how to get the field WERKS... from which table i have to get this field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228480#M479270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228481#M479271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no key field or any flag which indicates a particular entry is open or clear.&lt;/P&gt;&lt;P&gt;The table itself says that it is a open or cleared line item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am away from sys now will let you know about WERKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 01:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228481#M479271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T01:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG AND BKPF TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228482#M479272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plant details WERKS you can get either from BSIS or BSAS (open and cleared G/L) tables.&lt;/P&gt;&lt;P&gt;but these two tables are also generally very huge in data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 01:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-bkpf-tables/m-p/2228482#M479272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T01:15:04Z</dc:date>
    </item>
  </channel>
</rss>

