<?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 Error in using BAPI_ACC_DOCUMENT_POST (urgent!!) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562261#M254145</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;While I'm trying to test the BAPI_ACC_DOCUMENT_POST for AR/AP postings, I faced 'obj*' errors. &lt;/P&gt;&lt;P&gt;For the BAPI_ACC_GL_POSTING_CHECK, I've tested it successfully without no 'obj&lt;STRONG&gt;' parameters. But this time, the BAPI_ACC_DOCUMENT_POST does not work without 'obj&lt;/STRONG&gt;' parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I've filled 'obj*' parameters like belows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc_head-obj_type = 'BKPFF'.&lt;/P&gt;&lt;P&gt;doc_head-obj_key = '$'.&lt;/P&gt;&lt;P&gt;CONCATENATE SY-SYSID 'CLNT' SY-MANDT INTO DOC_HEAD-OBJ_SYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, there was an error occurred: 'Incorrect entry in field OBJ_TYPE: BKPFF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object type 'BKPFF' exists in the TTYP table. &lt;/P&gt;&lt;P&gt;What was wrong in this FM. Please let me know it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jong-woon Lee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2006 04:41:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-13T04:41:47Z</dc:date>
    <item>
      <title>Error in using BAPI_ACC_DOCUMENT_POST (urgent!!)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562261#M254145</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;While I'm trying to test the BAPI_ACC_DOCUMENT_POST for AR/AP postings, I faced 'obj*' errors. &lt;/P&gt;&lt;P&gt;For the BAPI_ACC_GL_POSTING_CHECK, I've tested it successfully without no 'obj&lt;STRONG&gt;' parameters. But this time, the BAPI_ACC_DOCUMENT_POST does not work without 'obj&lt;/STRONG&gt;' parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I've filled 'obj*' parameters like belows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc_head-obj_type = 'BKPFF'.&lt;/P&gt;&lt;P&gt;doc_head-obj_key = '$'.&lt;/P&gt;&lt;P&gt;CONCATENATE SY-SYSID 'CLNT' SY-MANDT INTO DOC_HEAD-OBJ_SYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, there was an error occurred: 'Incorrect entry in field OBJ_TYPE: BKPFF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object type 'BKPFF' exists in the TTYP table. &lt;/P&gt;&lt;P&gt;What was wrong in this FM. Please let me know it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jong-woon Lee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 04:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562261#M254145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using BAPI_ACC_DOCUMENT_POST (urgent!!)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562262#M254146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try with the below statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOCUMENTHEADER-OBJ_TYPE   = 'FKKSU'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Govind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 04:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562262#M254146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using BAPI_ACC_DOCUMENT_POST (urgent!!)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562263#M254147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Govind. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You showed me another side of this FM what I'm not knowing. Very helpful. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Lee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jong-woon Lee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 05:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562263#M254147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T05:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using BAPI_ACC_DOCUMENT_POST (urgent!!)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562264#M254148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;P&gt;     Can you please share the solution, i have got a similar problem, Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 13:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-acc-document-post-urgent/m-p/1562264#M254148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T13:55:28Z</dc:date>
    </item>
  </channel>
</rss>

