<?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: BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978251#M1492283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well i checked the documentation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It eventually posts document but its return parameter doenot provide an Accounting Document Number .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The accounting Doucmnet number generation ismore importamnt . Therefore i was checking with BAPI_GL ACCount_posting.&lt;/P&gt;&lt;P&gt;According to the documentation there is a paremter for generating Accounting Doc number (required for further processing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore my question was how do i understand that which posting key is being Used by BAPI_ACC_GL_POSTING_POST?&lt;/P&gt;&lt;P&gt;I have tried analysing the BAPI and it also interns call up another function :FI_GET_POSTINGKEYs :executing whichdoesnot&lt;/P&gt;&lt;P&gt;give me much information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody have the information regarding the use of Posting keys by theis BAPI : BAPI_ACC_GL_POSTING_POST.then plz let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Trina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 19:05:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-25T19:05:27Z</dc:date>
    <item>
      <title>BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978249#M1492281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create FIDocuments based on a Vendor InputFile data. The file contains FI Doc header detailslike CompanyCode , Posting Date, Docuemnt Date, Translation Date , AccountType, PostingPeriod . And Line item details for&lt;/P&gt;&lt;P&gt;each such header are item_no,GL acccount, CostCenter , Order Number , AllocationNumber etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No where posting key is coming from the file .can i use the BAPI : BAPI_ACC_GL_POSTING_POST to create the financial documents? Can anybody guide in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;trina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 17:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978249#M1492281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T17:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978250#M1492282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As its name suggests and the documentation says, this is for GL postings, not vendor invoices. A better choice might be &lt;STRONG&gt;BAPI_ACC_DOCUMENT_POST&lt;/STRONG&gt; . But read its documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 18:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978250#M1492282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T18:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978251#M1492283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well i checked the documentation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It eventually posts document but its return parameter doenot provide an Accounting Document Number .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The accounting Doucmnet number generation ismore importamnt . Therefore i was checking with BAPI_GL ACCount_posting.&lt;/P&gt;&lt;P&gt;According to the documentation there is a paremter for generating Accounting Doc number (required for further processing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore my question was how do i understand that which posting key is being Used by BAPI_ACC_GL_POSTING_POST?&lt;/P&gt;&lt;P&gt;I have tried analysing the BAPI and it also interns call up another function :FI_GET_POSTINGKEYs :executing whichdoesnot&lt;/P&gt;&lt;P&gt;give me much information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody have the information regarding the use of Posting keys by theis BAPI : BAPI_ACC_GL_POSTING_POST.then plz let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Trina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978251#M1492283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T19:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978252#M1492284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question of posting keys for accounting BAPIs has been asked and answered many times before in the forum. The reason I didn't lock it earlier was because I believe you are looking at the wrong BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search the forum to answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/6978252#M1492284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T19:14:26Z</dc:date>
    </item>
  </channel>
</rss>

