<?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: Error in Using BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116858#M1363181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function POSTING_INTERFACE_DOCUMENT is always worth trying, though you have to do some extra coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Simo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 08:04:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T08:04:00Z</dc:date>
    <item>
      <title>Error in Using BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116855#M1363178</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;I am using BAPI BAPI_ACC_GL_POSTING_POST for transaction F-02 for uploading salary details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am using posting key 39 and account no as vendor no and special GL indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that system automatically pick the GL attached to that Vendor and posting the document while i am doing that one manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am doing the same using BAPI system is throwing an error saying that GL acnt (Vendor no ) is not defined in chart of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acnt.But The GL attached to the vendor no is reconcillation acnt,so it is not defined in chart of acnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 06:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116855#M1363178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Using BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116856#M1363179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to fetch the g/l account from company vendor data before calling bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_akont TYPE lfb1-akont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE akont FROM LFB1 INTO l_akont&lt;/P&gt;&lt;P&gt;WHERE bukrs = l_bukrs AND lifnr = l_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 14:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116856#M1363179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-09T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Using BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116857#M1363180</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;I hv already done that one but the problem is the acnt is reconcilation acnt so we can't directly post document to reconcilation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Systerm is throwing an error of the same saying that u can't post doc for reconcilation directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116857#M1363180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T07:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Using BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116858#M1363181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function POSTING_INTERFACE_DOCUMENT is always worth trying, though you have to do some extra coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Simo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 08:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116858#M1363181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T08:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Using BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116859#M1363182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-gl-posting-post/m-p/6116859#M1363182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T10:36:19Z</dc:date>
    </item>
  </channel>
</rss>

