<?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 Sles Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695393#M1293968</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;Both BAPI's are same only and both BAPI's are for sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling these BAPI's, you have to call 'BAPI_TRANSACTION_COMMIT' also to update the database table using BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2009 04:44:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-01T04:44:41Z</dc:date>
    <item>
      <title>BAPI for Sles Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695389#M1293964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Difference between &lt;STRONG&gt;BAPI_SALESDOCUMENT_CHANGE&lt;/STRONG&gt;  and BAPI_SALESORDER_CHANGE*  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Do we have to run BAPI_TRANSACTION_COMMIT if we are exeuting this transaction in a user exit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 03:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695389#M1293964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T03:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Sles Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695390#M1293965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai both arue used for changing the sales document&lt;/P&gt;&lt;P&gt;u have to use bapi_transaction_commit after the bapi call&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695390#M1293965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Sles Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695391#M1293966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2 has test run functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to call BAPI_Transacation_commit for all db updation BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695391#M1293966</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2009-06-01T04:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Sles Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695392#M1293967</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;Both are almost same you can use any one of the BAPI as they both perform the same kind of Job.&lt;/P&gt;&lt;P&gt;Just call the BAPI BAPI_TRANSACTION_COMMIT just after calling BAPI_SALESORDER_CHANGE so that the updates are done to the database entries also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT is used when you make changes to the SAP database by calling &lt;/P&gt;&lt;P&gt;a BAPI from outside SAP and want to commit the database. When you use a BAPI, you can not &lt;/P&gt;&lt;P&gt;directly use commit work, instead you are allowed to use only  &lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT. &lt;/P&gt;&lt;P&gt;you must then call this method to write the changes to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope things are clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695392#M1293967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T04:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Sles Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695393#M1293968</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;Both BAPI's are same only and both BAPI's are for sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling these BAPI's, you have to call 'BAPI_TRANSACTION_COMMIT' also to update the database table using BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sles-order/m-p/5695393#M1293968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T04:44:41Z</dc:date>
    </item>
  </channel>
</rss>

