<?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 Postings For FB50 using BAPI's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/postings-for-fb50-using-bapi-s/m-p/5586796#M1273849</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 one doubt, i am doing batch upload for transaction fb50.&lt;/P&gt;&lt;P&gt;1)My requirement is that from the flat file i have to check if corresponding&lt;/P&gt;&lt;P&gt;to one refrence number if the line items in the flat file are more then 999&lt;/P&gt;&lt;P&gt;then the internal table should break and those 999 line items should get posted.&lt;/P&gt;&lt;P&gt;And the line items which are after those 999th line item should also get&lt;/P&gt;&lt;P&gt;posted for that same reference number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)And how will i assure that those 999 line items which are getting posted&lt;/P&gt;&lt;P&gt;after breakage have the debit and credit amount equal so as them to get&lt;/P&gt;&lt;P&gt;posted using bapi's and same for the line items after that 999th line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bapi's i am using are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_CHECK&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&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;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 05:19:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T05:19:43Z</dc:date>
    <item>
      <title>Postings For FB50 using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/postings-for-fb50-using-bapi-s/m-p/5586796#M1273849</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 one doubt, i am doing batch upload for transaction fb50.&lt;/P&gt;&lt;P&gt;1)My requirement is that from the flat file i have to check if corresponding&lt;/P&gt;&lt;P&gt;to one refrence number if the line items in the flat file are more then 999&lt;/P&gt;&lt;P&gt;then the internal table should break and those 999 line items should get posted.&lt;/P&gt;&lt;P&gt;And the line items which are after those 999th line item should also get&lt;/P&gt;&lt;P&gt;posted for that same reference number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)And how will i assure that those 999 line items which are getting posted&lt;/P&gt;&lt;P&gt;after breakage have the debit and credit amount equal so as them to get&lt;/P&gt;&lt;P&gt;posted using bapi's and same for the line items after that 999th line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bapi's i am using are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_CHECK&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&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;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 05:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/postings-for-fb50-using-bapi-s/m-p/5586796#M1273849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Postings For FB50 using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/postings-for-fb50-using-bapi-s/m-p/5586797#M1273850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ur requirement u need to build a logic where for each 999 lines u need to check the debit and credit total and then insert a new line at the 999th position. The amount for the 999th line will be the difference of the total of the debit and total of the credit till 998th line and line type will debit if credit total till 998th line is greater than the debit total till the same number and vice versa..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives u some idea on how to approach this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil Kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 12:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/postings-for-fb50-using-bapi-s/m-p/5586797#M1273850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T12:28:26Z</dc:date>
    </item>
  </channel>
</rss>

