<?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/1356296#M177758</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;and it is trying to create record i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you check any notes on this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2006 11:55:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-29T11:55:06Z</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/1356294#M177756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;I Am using BAPI to upload G/L Account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is getting Express message like, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update was terminated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System ID....   DR3&lt;/P&gt;&lt;P&gt;Client.......   201&lt;/P&gt;&lt;P&gt;User.....   SRAO&lt;/P&gt;&lt;P&gt;Transaction..   SE38&lt;/P&gt;&lt;P&gt;Update key...   895D42088D3840D89F9051892EC36A61&lt;/P&gt;&lt;P&gt;Generated....   29.05.2006, 06:34:10&lt;/P&gt;&lt;P&gt;Completed....   29.05.2006, 06:34:12&lt;/P&gt;&lt;P&gt;Error info...   00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PLease provide the solution.&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Veerendra,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 11:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/1356294#M177756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T11:46:07Z</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/1356295#M177757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Use an ABAP/4 Open SQL array insert only if you are sure that none of  &lt;/P&gt;&lt;P&gt;the records passed already exists in the database.                     &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;The ABAP/4 Open SQL array insert results in duplicate database records.&lt;/P&gt;&lt;P&gt;records in the data base.                                                                                &lt;/P&gt;&lt;P&gt;If you use an ABAP/4 Open SQL array insert to insert a record in       &lt;/P&gt;&lt;P&gt;the database and that record already exists with the same key,         &lt;/P&gt;&lt;P&gt;this results in a termination.                                                                                &lt;/P&gt;&lt;P&gt;(With an ABAP/4 Open SQL single record insert in the same error        &lt;/P&gt;&lt;P&gt;situation, processing does not terminate, but SY-SUBRC is set to 4.)   &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 11:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/1356295#M177757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T11:50:09Z</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/1356296#M177758</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;and it is trying to create record i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you check any notes on this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 11:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/1356296#M177758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T11:55:06Z</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/1356297#M177759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a config. problem. You can use transactions SM13 and SM14 to analyze the reasons for the update failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 14:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/1356297#M177759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T14:56:35Z</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/1356298#M177760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the restrictions mentioned in the FM documentation for the FM  BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrictions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This object cannot be used to update business transactions which are normally posted to one of the subledgers which affects the balance sheet (such as a billing document; for this see the business object AcctngBilling).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is especially applicable if the reason the relevant subledger cannot be updated is because it is an external system or is not in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The update termination error occurs whenever you try to insert a duplicate record into the database table.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nishanth Bhandar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 17:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/1356298#M177760</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-29T17:50:39Z</dc:date>
    </item>
  </channel>
</rss>

