<?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 How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598524#M1662214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="imcontent"&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;What other statement is used to commit work other that 'BAPI_TRANSACTION_COMMIT' after creating a service order using 'BAPI_ALM_ORDER_MAINTAIN'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;Even COMMIT WORK, doesn't do the needful. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: Please use a more meaningful subject line for your post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suhas Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2012 09:29:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-03T09:29:29Z</dc:date>
    <item>
      <title>How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598524#M1662214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="imcontent"&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;What other statement is used to commit work other that 'BAPI_TRANSACTION_COMMIT' after creating a service order using 'BAPI_ALM_ORDER_MAINTAIN'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;Even COMMIT WORK, doesn't do the needful. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: Please use a more meaningful subject line for your post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suhas Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598524#M1662214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-03T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598525#M1662215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;Did you un-comment the import parameter 'return' of 'BAPI_TRANSACTION_COMMIT' and check if it's INITIAL. In case of an unsuccessful COMMIT WORK, the value of return will be helpful.&lt;/P&gt;&lt;P&gt;Also, try using COMMIT WORK AND WAIT.&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In worst case, a NOT RECOMMENDED solution that I have used in a slow system was calling 'BAPI_TRANSACTION_COMMIT' in DO - WHILE loop with 5 loop passes hard-coded to verify if it works. &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/silly.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards, Pranav. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598525#M1662215</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-04-03T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598526#M1662216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No other statement is required. But, did you forget to add a method 'SAVE' in BAPI_ALM_ORDER_MAINTAIN call ?&lt;/P&gt;&lt;P&gt;Small sample :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;* Data definition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;DATA: lt_methods TYPE TABLE OF bapi_alm_order_method,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_methods LIKE LINE OF lt_methods,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_header TYPE TABLE OF bapi_alm_order_headers_i,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_header LIKE LINE OF lt_header,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_header_up TYPE TABLE OF bapi_alm_order_headers_up,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_header_up LIKE LINE OF lt_header_up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;REFRESH: lt_methods, lt_header, lt_header_up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;* Change a data to the header&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;CLEAR: ls_methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_methods-refnumber = 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_methods-objecttype = 'HEADER'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_methods-method = 'CHANGE'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_methods-objectkey(12) = aufk-aufnr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;APPEND ls_methods TO lt_methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;CLEAR: ls_header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_header-orderid = aufk-aufnr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_header-short_text = aufk-ktext.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;APPEND ls_header TO lt_header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;CLEAR: ls_header_up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_header_up-orderid = aufk-aufnr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ls_header_up-short_text = 'X'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;APPEND ls_header_up TO lt_header_up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;* Save data " REQUIRED STEP OF COURSE&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #993366;"&gt;CLEAR: ls_methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #993366;"&gt;ls_methods-refnumber = 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #993366;"&gt;ls_methods-method = 'SAVE'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #993366;"&gt;APPEND ls_methods TO lt_methods.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;* Execution&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; TABLES&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_methods&amp;nbsp;&amp;nbsp; = lt_methods&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_header&amp;nbsp;&amp;nbsp;&amp;nbsp; = lt_header&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_header_up = lt_header_up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = return.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;* Error messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;LOOP AT return WHERE type = 'E' OR type = 'A'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; MESSAGE ID return-id TYPE 'I' NUMBER return-number&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH return-message_v1 return-message_v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return-message_v3 return-message_v4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;* Commit or Rollback&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;IF sy-subrc = 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ELSE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; MESSAGE i228(zfsi) WITH aufk-aufnr aufk-aedat sy-datum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take some time to read the BAPI documentation&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598526#M1662216</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-04-03T09:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598527#M1662217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;Read the documentation of the BAPI thoroughly. You'll understand why a &lt;EM&gt;COMMIT WORK &lt;/EM&gt;or &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt; doesn't commit the changes to the DB! &lt;/P&gt;&lt;P&gt;In fact using &lt;EM&gt;BAPI_TRANSACTION_COMMIT&lt;/EM&gt; without the &lt;EM&gt;SAVE&lt;/EM&gt; method terminates the update &lt;SPAN __jive_emoticon_name="mischief" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/mischief.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598527#M1662217</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-03T09:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598528#M1662218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the commit work takes time to save or it doesn't work at all?&lt;/P&gt;&lt;P&gt;if it's the second case then then bapi is not executing successfully. Are you checking the &lt;SPAN class="L0S52"&gt;return table of the BAPI for error?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598528#M1662218</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-04-03T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598529#M1662219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the standard SAP documentation below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time the BAPI is called up, a &lt;STRONG&gt;SAVE or DIALOG method&lt;/STRONG&gt; must be transferred. Normally, calling up a BAPI is seen as a transaction. All data that is changed in the BAPI should be saved to the database immediately. The BAPI checks whether a SAVE method exists, otherwise it terminates processing. A test run of the BAPI is composed of a normal call-up using the SAVE method and a subsequent BAPI_TRANSACTION_ROLLBACK. To call up the BAPI without the SAVE method, for example, to realize dialog transactions, the BAPI can be called up with the DIALOG method. This switches off the check for the SAVE method. The processor must then ensure that later either a SAVE method or a BAPI_TRANSACTION_ROLLBACK is called up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI_TRANSACTION_COMMIT without SAVE method terminates processing in the update to ensure that no inconsistent data is written to the database. The processor who called up the BAPI does not receive any confirmation for the termination of the update in the target system. This logic is necessary as the order data was flagged for updating with BAPI_TRANSACTION_COMMIT through the SAVE method. However, the status information was already flagged for updating when the BAPI was called up. A BAPI_TRANSACTION_COMMIT without SAVE method then just saves the status information and would generate inconsistent orders, if the updating was not terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598529#M1662219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-03T10:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598530#M1662220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used this BAPI and faced the similar problem.. I found that writing " WAIT for 5 seconds" and then commit work was successfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Archna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 21:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598530#M1662220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-03T21:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to COMMIT the data to the DB when using 'BAPI_ALM_ORDER_MAINTAIN'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598531#M1662221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;Please check BAPI return parameter and if no error in return internal table check BAPI_ALM_ORDER_MAINTAIN Document there are some method like &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CREATE Create objects&lt;/LI&gt;&lt;LI&gt;CREATETONOTIF Create notifications&lt;/LI&gt;&lt;LI&gt;CHANGE Change objects&lt;/LI&gt;&lt;LI&gt;DELETE Delete objects&lt;/LI&gt;&lt;LI&gt;RELEASE Release&lt;/LI&gt;&lt;LI&gt;TECHNICALCOMPLETE Technically complete&lt;/LI&gt;&lt;LI&gt;ATPCHECK Availability check&lt;/LI&gt;&lt;LI&gt;CALCULATE Calculate&lt;/LI&gt;&lt;LI&gt;SCHEDULE Schedule&lt;/LI&gt;&lt;LI&gt;DELELTEDSEX Delete the status for external scheduling at operation level&lt;/LI&gt;&lt;LI&gt;ADD Add (only possible for object TASKLIST)&lt;/LI&gt;&lt;LI&gt;SAVE Save all data&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Have you Called &lt;STRONG&gt;Save Method&lt;/STRONG&gt; to Save all data ?&lt;/P&gt;&lt;P&gt;Please check &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yukti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 02:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-commit-the-data-to-the-db-when-using-bapi-alm-order-maintain/m-p/8598531#M1662221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T02:45:33Z</dc:date>
    </item>
  </channel>
</rss>

