<?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: issue with BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547452#M1936416</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 need to pass the objtype as BKPFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 09:59:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-23T09:59:39Z</dc:date>
    <item>
      <title>issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547451#M1936415</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_DOCUMENT_POST to post FI document. I am populating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj_type = 'IDOC'&lt;/P&gt;&lt;P&gt;obj_key = 'TestBAPI'.&lt;/P&gt;&lt;P&gt;DOC_TYPE&amp;nbsp;&amp;nbsp; =&amp;nbsp; 'KR'&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;bus_act&lt;/TD&gt;&lt;TD&gt;= 'RFBU'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is vendor invoice and document is getting created properly.&lt;/P&gt;&lt;P&gt;However when we try to reverse this using FB08 it is giving error 'Not possible to reverse the document in financial accounting'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked and created document has Ref Transaction has value 'IDOC' where as manually posted document has value 'BKPF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to post using obj_type = 'BKPF', it is giving below error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;RW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;628 Incorrect entry in field OBJ_TYPE: BKPF&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to post document with&amp;nbsp; obj_type = 'BKPF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547451#M1936415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-23T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547452#M1936416</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 need to pass the objtype as BKPFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547452#M1936416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-23T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547453#M1936417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically SAP detected that this document was not originally posted in Financial Accounting, so it ask you to reverse the original document, same behvior than with SD or MM (*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use BAPI_ACC_DOCUMENT_REV_POST to reverse document&lt;/LI&gt;&lt;LI&gt;Use another value for OBJ_TYPE, look at FM &lt;SPAN class="urTxtH1"&gt;FI_REVERSE_POSTING_ALLOWED for your version to find a suitable type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Reference &lt;A href="http://service.sap.com/sap/support/notes/1728685" title="1728685  - In FB08 or F.80 error message F5 763 appears: 'Not possible to reverse the document in financial accounting'"&gt;&lt;SPAN class="title"&gt;1728685 - In FB08 or F.80 error message F5 763 appears: 'Not possible to reverse the document in financial accounting'&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 10:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547453#M1936417</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-23T10:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547454#M1936418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF and BKPFF are marked as reversal allowed but 'BAPI_ACC_DOCUMENT_POST' is not allowing to post using this OBJ_TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What value should i pass in OBJ_KEY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 10:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547454#M1936418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-23T10:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547455#M1936419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BKPF is reserved for SAP in standard FI transactions, use BKPFF and leave the other fields initial so the generated FI document number will be the reference document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Reference: &lt;/EM&gt;&lt;A href="http://service.sap.com/sap/support/notes/561175" title="561175  - BAPI posting in accounting with FI as reference"&gt;&lt;SPAN class="title"&gt;&lt;EM&gt;561175 - BAPI posting in accounting with FI as reference&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547455#M1936419</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-23T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: issue with BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547456#M1936420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per NOTE&amp;nbsp; &lt;A href="http://service.sap.com/sap/support/notes/938165" title="938165  - Incorrect document number for OBJ_TYPE= 'BKPFF'"&gt;&lt;SPAN class="title"&gt;938165 - Incorrect document number for OBJ_TYPE= 'BKPFF'&lt;/SPAN&gt; &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I left OBJ_TYPE, OBJ_KEY and OBJ_SYS empty and it is working fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-acc-document-post/m-p/11547456#M1936420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-23T12:55:14Z</dc:date>
    </item>
  </channel>
</rss>

