<?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 for commiting in External System ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794034#M1310461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For orders you can read the data from the IDOC() and populate the BAPI_BUSPROCESSND_CREATEMULTI then call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUSPROCESSND_SAVE and then call BAPI_TRANSACTION_COMMIT to commit the data in the database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 13:44:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T13:44:11Z</dc:date>
    <item>
      <title>BAPI for commiting in External System !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794030#M1310457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using BAPI_TRANSACTION_COMMIT function module to commit in the External System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION gc_sabrix.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above statment is giving me short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide on how to do a Commit in the External System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 14:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794030#M1310457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T14:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for commiting in External System !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794031#M1310458</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;You can use this FM to commit the transaction in the SAP system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use COMMIT work ( in the function module/BAPI..that you are using ....) in the external system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try to keep wrapper FM for the BAPI and call the BAPI_TRANSACTION_COMMIT in the wrapper FM along with the required FM this will call the BAPI in the external system and then commit the transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need not call the BAPI_TRANSACTION_COMMIT explicity in a separate call..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 14:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794031#M1310458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for commiting in External System !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794032#M1310459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using RFC_UPDATE_TAXES_DOC to update tax docs in an external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I successfully update tax in the external system, I need to do a commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me more clearly on how to go abou this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 15:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794032#M1310459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for commiting in External System !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794033#M1310460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on this one please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 13:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794033#M1310460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for commiting in External System !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794034#M1310461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For orders you can read the data from the IDOC() and populate the BAPI_BUSPROCESSND_CREATEMULTI then call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUSPROCESSND_SAVE and then call BAPI_TRANSACTION_COMMIT to commit the data in the database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 13:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-commiting-in-external-system/m-p/5794034#M1310461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T13:44:11Z</dc:date>
    </item>
  </channel>
</rss>

