<?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: Data Retrival from BSEG Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217314#M1206604</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;U need to get all payments and check if they are partial payment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know which kind of items (vendor or customer) u need to control, but if u need to check the customer payments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A) Select the payments from cleared items (BSAK table)&lt;/P&gt;&lt;P&gt;- B) Check if the field  REBZG is filled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 16:52:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T16:52:25Z</dc:date>
    <item>
      <title>Data Retrival from BSEG Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217311#M1206601</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;Can any one tell me how to retrive the partial payment accounting documents from BSEG table as I &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't use REBZG field of BSEG which is not a primary key ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnam Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217311#M1206601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Retrival from BSEG Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217312#M1206602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; you can consider getting data from &lt;/P&gt;&lt;P&gt;BSAD Accounting: Secondary Index for Customers (Cleared Items)&lt;/P&gt;&lt;P&gt;BSAK Accounting: Secondary Index for Vendors (Cleared Items)  &lt;/P&gt;&lt;P&gt;BSAS Accounting: Secondary Index for G/L Accounts (Cleared Items)&lt;/P&gt;&lt;P&gt;BSID Accounting: Secondary Index for Customers&lt;/P&gt;&lt;P&gt;BSIK Accounting: Secondary Index for Vendors     &lt;/P&gt;&lt;P&gt;BSIS Accounting: Secondary Index for G/L Accounts&lt;/P&gt;&lt;P&gt;instead of BSEG as its a cluser table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217312#M1206602</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-19T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Retrival from BSEG Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217313#M1206603</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;Check this link&lt;/P&gt;&lt;P&gt;[http://www.sapmaterial.com/bseg_alternative.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Surinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217313#M1206603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Retrival from BSEG Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217314#M1206604</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;U need to get all payments and check if they are partial payment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know which kind of items (vendor or customer) u need to control, but if u need to check the customer payments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A) Select the payments from cleared items (BSAK table)&lt;/P&gt;&lt;P&gt;- B) Check if the field  REBZG is filled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217314#M1206604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Retrival from BSEG Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217315#M1206605</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;Thanks to every body for the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnam Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 05:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrival-from-bseg-table/m-p/5217315#M1206605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T05:10:10Z</dc:date>
    </item>
  </channel>
</rss>

