<?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: Posting Key in BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920062#M1148136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if you share with us how you have dealt with posting keys in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2009 17:30:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-08T17:30:25Z</dc:date>
    <item>
      <title>Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920058#M1148132</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 pass on the POSTING KEY to the EXTENSION in the BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pass it to EXTENSION1 or EXTENSION2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the posting key is 21 to 39 it should be '-' &lt;/P&gt;&lt;P&gt;and if it is 40 , it should be '+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i pass on the Posting key to EXTENSION2-VALUEPART1 , it is not considering it in calcuting the amount and it is showing the error "BALANCE IN TRANSACTION CURRENCY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 09:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920058#M1148132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920059#M1148133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The posting key is filled automatically determined by the BAPI based on a combination of how you populate your AccountsReceivable and AccountPayable tables in the BAPI and the GL account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that based on the kind of document that you want to populate, only one of these  tables are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you write an ABAP program and pass various instances as values to the BAPI and check the actual postings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sojan Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 09:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920059#M1148133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920060#M1148134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it by passing the values to EXTENSION2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920060#M1148134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T11:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920061#M1148135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am facing the Problem regarding Posting keys in BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;   Can you tell me the steps for Passing Posting key values to Extension2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Your help is appreciable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 16:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920061#M1148135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T16:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920062#M1148136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if you share with us how you have dealt with posting keys in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 17:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920062#M1148136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T17:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920063#M1148137</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;you can solve the issue by using the EXTENSION2 structure and the Enhancement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI_ACC_DCOUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Enhancement Spots are BADI_ACC_DOCUMENT and IF_EX_ACC_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the BADI_ACC_DOCUMENT and now i'm able to post the documents using the keys which i've supplied to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise the BAPI is going to decide the posting keys based on tha amount .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any info on this, please inform me.&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;Adi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 20:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920063#M1148137</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2009-04-22T20:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920064#M1148138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your implementation of the BADI - BADI_ACC_DOCUMENT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a similar issue of not being able to define posting keys for the BAPI -BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;Will I be able to specify both credit and debit side postings for invoice postings using this BADI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rugmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 19:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920064#M1148138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T19:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920065#M1148139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , can you please help me on following issue..&lt;/P&gt;&lt;P&gt;I need to find the BAPI for transaction F-02 (G/L Account Post) .. but i am not able to find the BAPI which contains Posting key as its parameter .. Please suggest the BAPI which will fulfill this requirement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 12:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920065#M1148139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920066#M1148140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi... have you got the solution ,can you  please share ... the problem is as follow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find the BAPI for transaction F-02 (G/L Account Post) .. but i am not bale to find the BAPI which contains Posting key as its parameter .. Please suggest the BAPI which will fulfill this requirement or any otehr solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Uma Dave (ArchitectSAP) on Jun 30, 2009 2:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 12:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920066#M1148140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920067#M1148141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , can you please help me on following issue..&lt;/P&gt;&lt;P&gt;I need to find the BAPI for transaction F-02 (G/L Account Post) .. but i am not bale to find the BAPI which contains Posting key as its parameter .. Please suggest the BAPI which will fulfill this requirement or any otehr solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 12:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920067#M1148141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920068#M1148142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , can you please share how did you solve your problem ....&lt;/P&gt;&lt;P&gt;Please help me on following issue..&lt;/P&gt;&lt;P&gt;I need to find the BAPI for transaction F-02 (G/L Account Post) .. but i am not able to find the BAPI which contains Posting key as its parameter .. Please suggest the BAPI which will fulfill this requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 06:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920068#M1148142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920069#M1148143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use the BADI for posting the document with the specified  posting key in the document, otherwise you can't post the documents with posting keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI ( BAPI_ACC_DOCUMENT_POST), will decides the posting key based on the indicator, for that we should implement BADI&lt;/P&gt;&lt;P&gt;(BADI_ACC_DOCUMENT) if i'm not wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check my earlier posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they shoud be with my name ( Adinarayana Bathineni).&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;Adi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 13:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920069#M1148143</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2009-08-25T13:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Key in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920070#M1148144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to pass the posting value to extension2 in the bapi.. Do you have any sample code for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please help me to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;Pasumpon Karuppaiah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 09:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-key-in-bapi-acc-document-post/m-p/4920070#M1148144</guid>
      <dc:creator>pasumpon_karuppaiah</dc:creator>
      <dc:date>2015-08-27T09:07:34Z</dc:date>
    </item>
  </channel>
</rss>

