<?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: Regarding FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966400#M396869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;DB_COMMIT&amp;lt;/b&amp;gt; is used to commit data to database...say, u have used insert &amp;lt;table name&amp;gt; in ur programs or so...and when u use this, the data is committed to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEQUEUE_ALL&amp;lt;/b&amp;gt; - Say, ur posting or doing something for a transaction, so a lock is set so as that other users will not access the same data at same time...This is used to unlock the transaction data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 13:55:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T13:55:26Z</dc:date>
    <item>
      <title>Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966397#M396866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me what is the use of this two FM &amp;amp; where its used.&lt;/P&gt;&lt;P&gt;When will we use this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'DB_COMMIT'.&lt;/P&gt;&lt;P&gt;call function 'DEQUEUE_ALL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966397#M396866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T13:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966398#M396867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DB_COMMIT -to trigger an explicit database commit in your application programs.The sole task of this function module is to start a database commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DB_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEQUEUE_ALL - A lock remains set until you either call the corresponding DEQUEUE function module, or close the transaction with an implicit DEQUEUE_ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'DEQUEUE_ALL'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966398#M396867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966399#M396868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;DB_COMMIT - &lt;/P&gt;&lt;P&gt;Commit Work via EXEC SQL - no rollout database-independent form&lt;/P&gt;&lt;P&gt;according to the database system in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DEQUEUE_ALL'  - &lt;/P&gt;&lt;P&gt;It is used to Unloack all the object explicitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966399#M396868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966400#M396869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;DB_COMMIT&amp;lt;/b&amp;gt; is used to commit data to database...say, u have used insert &amp;lt;table name&amp;gt; in ur programs or so...and when u use this, the data is committed to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEQUEUE_ALL&amp;lt;/b&amp;gt; - Say, ur posting or doing something for a transaction, so a lock is set so as that other users will not access the same data at same time...This is used to unlock the transaction data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966400#M396869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966401#M396870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DB_COMMIT : &lt;/P&gt;&lt;P&gt;   when you modify or create or delete andy rows of the database table in your program, you have to explicitly commit the work. If you dint do this commit , the changes will not be reflected in the database tables. &lt;/P&gt;&lt;P&gt;   To explicitly commit a work related to the database, call the function module DB_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEQUEUE_ALL: &lt;/P&gt;&lt;P&gt;  When this fuction module executes , it realeses all the locked objects. fox example , if you or someother user locks a transaction for update process or for some reasons. In that case if you call the function module DEQUE_ALL, the locks are released.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 14:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1966401#M396870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T14:12:51Z</dc:date>
    </item>
  </channel>
</rss>

