<?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: Table BSIP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925483#M59751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liz:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table comes into play during posting of FI docs. It is hard to explain under what all conditions it gets updated, but I can direct you to the place which explains the logic under which the data in this table is inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The triggering of insertion into this table is from function module POST_DOCUMENT. Line around 432 to 445 in this function module explains the circumstances under which the data is inserted in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Also, based on the context in which you are using this table, do a WHERE-USED list on this function module and you may come across more clues specific to your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2005 18:07:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-17T18:07:59Z</dc:date>
    <item>
      <title>Table BSIP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925482#M59750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does this table get populated? Any reports using this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 17:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925482#M59750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table BSIP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925483#M59751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liz:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table comes into play during posting of FI docs. It is hard to explain under what all conditions it gets updated, but I can direct you to the place which explains the logic under which the data in this table is inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The triggering of insertion into this table is from function module POST_DOCUMENT. Line around 432 to 445 in this function module explains the circumstances under which the data is inserted in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Also, based on the context in which you are using this table, do a WHERE-USED list on this function module and you may come across more clues specific to your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 18:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925483#M59751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T18:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table BSIP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925484#M59752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the low down on the table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table is used to store AP (Vendor) invoice reference numbers (Vendor document numbers) and is used to check for duplication of vendor invoice numbers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. when you enter a reference number in FB60 (Accounts Payable) or MIRO (Logistics Invoice "PO related"), this reference number is stored in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you enter the same reference number for the same vendor / date(in cases specified by customizing &amp;lt;i&amp;gt;SPRO -&amp;gt; Materials Management -&amp;gt; Logistics Invoice Verification -&amp;gt; Incoming Invoice -&amp;gt; Set Check for duplicate Invoice&amp;lt;/i&amp;gt;) but different invoice, this table is checked and if the entry is found and the customizing conditions are met, a dialog error is issued on the screen (MIRO/FB60) and further processing is stopped. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;This mechanism is helpful in stopping duplication of data as you run the risk of paying the vendor twice. Also remember that these checks are performed on the accounting side, but are done even during Logistics invoice verification&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I was able to throw some light on this valuable table in accounting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Rishi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rishi Joseph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2005 18:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925484#M59752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-17T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table BSIP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925485#M59753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way to check for duplicate credit posting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 22:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-bsip/m-p/925485#M59753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T22:59:40Z</dc:date>
    </item>
  </channel>
</rss>

