<?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_DOCUMENT_POST posted documents not found in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690161#M1450936</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;It is possible to call BAPI_TRANSACTION_COMMIT in SE37 immediately after executing your required BAPI.&lt;BR /&gt;You just need to run these to FMs in sequence. Follow below steps:&lt;BR /&gt;SE37 &amp;gt; In Menu bar click Function Module &amp;gt; Execute &amp;gt; Test sequences &amp;gt; Enter the FMs/BAPIs in sequence and hit Enter.&lt;BR /&gt;You will be directed to first BAPI, enter the data or select from Test data directory. Once the execution is completed go to back and you will be directed to second BAPI which is BAPI_TRANSACTION_COMMIT. just execute this BAPI and you are done.&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 06:51:07 GMT</pubDate>
    <dc:creator>Jay_Dalsaniya</dc:creator>
    <dc:date>2021-05-06T06:51:07Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690141#M1450916</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;I'm using the FM: BAPI_ACC_DOCUMENT_POST to post documents simulating TCODE F-05. Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To execute the BAPI I'm populating data into structure DOCUMENTHEADER(BAPIACHE09) and tables ACCOUNTGL(BAPIACGL09), CURRENCYAMOUNT(BAPIACCR09), and after the execution I call the BAPI_TRANSACTION_COMMIT. The BAPI returns the message: "S RW 605 Document posted successfully: BKPFF 0100082524TOGV2010 R3TVDCL010" but when i try to see the document posted through FB03 or table BKPF (using obj_key+10 as Doc. No.) I cant see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know whats happening? Please i need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690141#M1450916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T16:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690142#M1450917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you receive any "Update terminated" messages? It is recommended to analyse ST22 and SM13. In your particular message Doc No is OBJKEY(10), Company Code - OBJKEY&lt;EM&gt;10(4), and Fiscal year OBJKEY&lt;/EM&gt;14(4).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690142#M1450917</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2010-03-01T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690143#M1450918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I didnt receive any termination messages. And yes I'm using obj_key(10) as the document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690143#M1450918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T16:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690144#M1450919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any dumps in ST22 or not completed updates in SM13? &lt;/P&gt;&lt;P&gt;Also, do you try to display the document programmatically or in user dialog transaction? - I am asking this because of possible lag between return from BAPI call and actual update of the database tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 17:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690144#M1450919</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2010-03-01T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690145#M1450920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, any dumps or incomplete updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes I did try those options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 17:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690145#M1450920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690146#M1450921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi firend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be any missed parameter in the import or tables...&lt;/P&gt;&lt;P&gt;Did you fill the DOCUMENTHEADER correctly?&lt;/P&gt;&lt;P&gt;And the tables ACCOUNTRECEIVABLE (Debit) and ACCOUNTPAYABLE (Credit)?&lt;/P&gt;&lt;P&gt;The number that you saw may be a pre-edited document, without its lines...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 19:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690146#M1450921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T19:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690147#M1450922</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 dont fill those tables. I expected that with ACCOUNTGL and CURRENCYAMOUNT was necessarily.&lt;/P&gt;&lt;P&gt;If this is not a fact how must I fill the tables ACCOUNTRECEIVABLE (Debit) and ACCOUNTPAYABLE (Credit)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 20:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690147#M1450922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690148#M1450923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try passing WAIT = 'X' while calling BAPI_TRANSACTION_COMMIT FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 10:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690148#M1450923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690149#M1450924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already did this, Ganga. Thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690149#M1450924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690150#M1450925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;did u checked in BSEG table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690150#M1450925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690151#M1450926</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;Yes I've checked BKPF and BSEG tables and didnt find entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690151#M1450926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690152#M1450927</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;Is there any parameter called test mode in the BAPI interface? If yes, pass space to this. Check if the document is parked.(Table VBKPF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally the message is some thing like Document xxxx is posted in company code yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read FM documentation on how to use the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690152#M1450927</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-02T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690153#M1450928</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;No, theres no test parameter in the BAPI interface. And theres no entries into the table VBKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690153#M1450928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690154#M1450929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST is equivalent to FB01. You can post the same document that you post using F-05 via FB01 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you calling this BAPI via SE37? If yes, then your data will not commit. You need to write a program to call this BAPI and then call the commit BAPI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is, in the SE37 screen, use menu option &lt;U&gt;Function Module -&amp;gt; Test -&amp;gt; Test Sequences&lt;/U&gt;. Then enter both the bapi and the commit functions in the list and then test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690154#M1450929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690155#M1450930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check oss#884246 note&lt;/P&gt;&lt;P&gt;regards,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 22:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690155#M1450930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T22:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690156#M1450931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, thx for ur answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salai, I was trying it by using a test case, and it didnt work, but in a program it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I provided you with the corresponding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 15:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690156#M1450931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690157#M1450932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gregory, let us know if the problem is resolved.&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 16:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690157#M1450932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690158#M1450933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Salai, problem solved. Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 16:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690158#M1450933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T16:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690159#M1450934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;                   I've the same problem of Salai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me hoe to solve this gap?&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;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 09:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690159#M1450934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST posted documents not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690160#M1450935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Roberto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem was that I was executing the BAPI by SE37 transaction and by this via was impossible to me to call the BAPI_TRANSACTION_COMMIT after. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing it into a program it works fine. I mean call the BAPI and if the return table has no error messages, call the BAPI_TRANSACTION_COMMIT, and the document is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 13:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-posted-documents-not-found/m-p/6690160#M1450935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T13:10:25Z</dc:date>
    </item>
  </channel>
</rss>

