<?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: time needed for database to commit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622564#M872699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need this WAIT UP ...&lt;/P&gt;&lt;P&gt;you declared in the Fm call: wait = c_x (I guess c_x means 'X'), this means SAP will wait until the COMMIT is done. You don't have to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2008 12:22:34 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-04-01T12:22:34Z</dc:date>
    <item>
      <title>time needed for database to commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622563#M872698</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'm using 'BAPI_PROCORD_COMPLETE_TECH', i want to know how much time does it take for the database to commit the work so I can declare is in wait up to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PROCORD_COMPLETE_TECH'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       return = i_messages&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       orders = i_orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;           wait   = c_x&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;           return = i_messages3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT UP TO 30 SECONDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622563#M872698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: time needed for database to commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622564#M872699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need this WAIT UP ...&lt;/P&gt;&lt;P&gt;you declared in the Fm call: wait = c_x (I guess c_x means 'X'), this means SAP will wait until the COMMIT is done. You don't have to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622564#M872699</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-04-01T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: time needed for database to commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622565#M872700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can remove the and wait command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as you're using a SAP standard FM to process database there usually is a commit command that could already be found inside the FM it self. Plus the wait command will do the wait for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the time as soon as the command of the FM is called yuo can check the value in the database. Your update should already be available provided that your data values are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-needed-for-database-to-commit/m-p/3622565#M872700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T12:33:09Z</dc:date>
    </item>
  </channel>
</rss>

