<?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 successfully work but data not update in databae table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721935#M896038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use 'BAPI_TRANSACTION_COMMIT' at the end of Sales Order BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would save the entries in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 12:38:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T12:38:56Z</dc:date>
    <item>
      <title>BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721933#M896036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we change item-quantity in any sales order by using bapi BAPI_SALESORDER_CHANGE, then it successfully run but quantiy not change in database table.&lt;/P&gt;&lt;P&gt;So pls help me to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Swatantra Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721933#M896036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721934#M896037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bapi_transaction_commit ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using 'any' BAPI, you must do the commit with FM 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Apr 28, 2008 2:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721934#M896037</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-28T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721935#M896038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use 'BAPI_TRANSACTION_COMMIT' at the end of Sales Order BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would save the entries in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721935#M896038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721936#M896039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure to COMMIT your WORK(if you want to save) or ROLL it BACK (you just want to test or cancel) after your BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721936#M896039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721937#M896040</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 think you need to set the value 'X' to the quantity field in ORDER_ITEM_INX internal table you are passing thru tables parameter in the BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   And also make sure you had used the BAPI_TRANSACTION_COMMIT FM after ur BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721937#M896040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721938#M896041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we change item-quantity in any sales order by using bapi BAPI_SALESORDER_CHANGE, then it successfully run but quantiy not change in database table.&lt;/P&gt;&lt;P&gt;i also commit BAPI using &lt;STRONG&gt;bapi_transaction_commit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;but database table not updated.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So pls help me to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Swatantra Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721938#M896041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721939#M896042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we change item-quantity in any sales order by using bapi BAPI_SALESORDER_CHANGE, then it successfully run but quantiy not change in database table.&lt;/P&gt;&lt;P&gt;i also commit BAPI using &lt;STRONG&gt;bapi_transaction_commit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;but database table not updated.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So pls help me to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Swatantra Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 13:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721939#M896042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI successfully work but data not update in databae table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721940#M896043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 07:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-successfully-work-but-data-not-update-in-databae-table/m-p/3721940#M896043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T07:19:33Z</dc:date>
    </item>
  </channel>
</rss>

