<?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 not commiting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819134#M1127836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I was actually using BAPI : BAPI_ACC_GL_POSTING_POST to park the document which be done manually through tcodes FV50 &amp;amp; FV50L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if I am using the right BAPI to park the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is to park the document and it should reflect in FBV3. I dont want to post the document, just have to park it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ravindar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2008 12:02:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-21T12:02:23Z</dc:date>
    <item>
      <title>BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819127#M1127829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the BAPI, BAPI_ACC_GL_POSTING_CHECK to park a GL doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using the BAPI the get the below message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document posted successfully: BKPFF 010000024512002008 DE2CLNT400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure name : BKPFF&lt;/P&gt;&lt;P&gt;In this Doc no is : 0100000245&lt;/P&gt;&lt;P&gt;Company code : 1200&lt;/P&gt;&lt;P&gt;Fiscal year :  2008.&lt;/P&gt;&lt;P&gt;Server details : DE2CLNT400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used BAPI_TRANSACTION_COMMIT to commint the trasaction code. &lt;/P&gt;&lt;P&gt;But it does not park the document (i.e) I cant see it in FBV3. But I can see the document number in tables BKPF &amp;amp; BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While pasiing the header details in BAPI 'BAPI_ACC_GL_POSTING_CHECK', I am leaving the fields OBJ_T, OBJ_KEY, OBJ_SYS blank. &lt;/P&gt;&lt;P&gt;Do I have to fill them or is there any thing I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more information is required from my side,Please let me know, I ll provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ravindar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819127#M1127829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819128#M1127830</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; when you use BAPI and execute it, one table return the error values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ACC_GL_POSTING_CHECK'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DOCUMENTHEADER       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    accountgl            =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CURRENCYAMOUNT       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    return               =                      it_returm  &amp;lt;------ pass this.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTENSION1           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it_return is initial.&lt;/P&gt;&lt;P&gt;then commit work.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this shd solve ur problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819128#M1127830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819129#M1127831</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 not sure if you are using the right BAPI, you should be using BAPI_ACC_GL_POSTING_POST, because check BAPI should never commit transaction thats why it has been built.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819129#M1127831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819130#M1127832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you use BAPI_TRANSACTION_COMMIT with WAIT = 'X' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819130#M1127832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819131#M1127833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this BAPI only checks if the document would be OK, it does NOT post and does NOT park anything, only returns messages... It is irrelevant if you use COMMIT or not... Even the the name of the BAPI indicates the same...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819131#M1127833</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-11-21T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819132#M1127834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the BAPI, bapi_acc_document_post which can post the G/L documents and then try the bapi commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this should work.&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;Shobana.K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819132#M1127834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819133#M1127835</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;Pass this:&lt;/P&gt;&lt;P&gt; IF logsys IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE logsys FROM  t000 CLIENT SPECIFIED INTO logsys&lt;/P&gt;&lt;P&gt;           WHERE  mandt  = sy-mandt.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE sy-uname sy-datum sy-uzeit INTO obj_key.&lt;/P&gt;&lt;P&gt;also pass obj_typ and &lt;/P&gt;&lt;P&gt;pass logsys as obj_sys.&lt;/P&gt;&lt;P&gt;hope that will solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819133#M1127835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819134#M1127836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, I was actually using BAPI : BAPI_ACC_GL_POSTING_POST to park the document which be done manually through tcodes FV50 &amp;amp; FV50L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if I am using the right BAPI to park the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is to park the document and it should reflect in FBV3. I dont want to post the document, just have to park it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ravindar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819134#M1127836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T12:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819135#M1127837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one. Well, with that BAPI you cannot park documents. There is no actual BAPI for parking documents, afaik, but there is function PRELIMINARY_POSTING_FB01 which can do the trick.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819135#M1127837</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-11-21T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819136#M1127838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravindar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM 'AC_DOCUMENT_GENERATE'  for parking the G/L document followed by a function call to 'PRELIMINARY_POSTING_DOC_WRITE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For posting the parked document you can use the FM 'PRELIMINARY_POSTING_POST_ALL' .&lt;/P&gt;&lt;P&gt;&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;Shobana.K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 05:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819136#M1127838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819137#M1127839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 17:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819137#M1127839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T17:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819138#M1127840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also looking into using this BAPI "PRELIMINARY_POSTING_FB01" to park a document.  But there is no documentation I can find on this BAPI, i wonder if you can share your knowledge on it, or kindly point me to the right place for further help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatly appreciate your help.&lt;/P&gt;&lt;P&gt;Jackie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 00:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819138#M1127840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T00:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI not commiting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819139#M1127841</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;&lt;/P&gt;&lt;P&gt;u can also try FM AC_DOCUMENT_DIRECT_INPUT for parking .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the documentation of program RFBIBL00.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 02:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-not-commiting/m-p/4819139#M1127841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T02:58:12Z</dc:date>
    </item>
  </channel>
</rss>

