<?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: COMMIT statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759774#M642415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;   It does not update a table in the java stack. It is used to default a field on the portal screen. The function module is used to keep the data consistent between the R/3 and WFM portal.(WFM implies work force management)&lt;/P&gt;&lt;P&gt;The  function modules i use are WFA_EMP_DATA_GET and WFA_EMP_DATA_MODIFY. The first one is used to get the data from the portal side and we pass the value obtained from the first FM(export parameter of the FM is table type) to the second FM. the second FM updates the  value(table type) on the portal side and is used to keep  the data consistent. &lt;/P&gt;&lt;P&gt;I assume you will not find these FM's in your system as they are very recently implemented by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 18:10:37 GMT</pubDate>
    <dc:creator>madhu_reddy22</dc:creator>
    <dc:date>2007-08-29T18:10:37Z</dc:date>
    <item>
      <title>COMMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759771#M642412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt; I have a RFC function module which updates a field on the Portal side and no updates are done on the R/3 side. I pass parameters to the FM and it updates the field on the portal side.So do we need a COMMIT statement in this situation.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IS COMMIT statement necessary for every BAPI or RFC function module. What are the situation under which a COMMIT statement is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 17:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759771#M642412</guid>
      <dc:creator>madhu_reddy22</dc:creator>
      <dc:date>2007-08-29T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759772#M642413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;it updates the field on the portal side.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean it updates a field in a database table in the java stack?  What exactly to you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 17:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759772#M642413</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-29T17:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759773#M642414</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;IF you are exporting a data from SAP to other system you doesn't need this but if you are importing a data from others systems to SAP you need to use the statement COMMIT WORK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK is required for transactions developed externally to the R/3 System that change data in the R/3 System via BAPI calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call BAPIs in your program that change data in the R/3 System, afterwards you must call this the FM "BAPI_TRANSACTION_COMMIT" to write the changes to the SAP database.                                                                  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Use function module BAPI_TRANSACTION_COMMIT to do this.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Ramos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 17:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759773#M642414</guid>
      <dc:creator>marcelo_ramos1</dc:creator>
      <dc:date>2007-08-29T17:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759774#M642415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;   It does not update a table in the java stack. It is used to default a field on the portal screen. The function module is used to keep the data consistent between the R/3 and WFM portal.(WFM implies work force management)&lt;/P&gt;&lt;P&gt;The  function modules i use are WFA_EMP_DATA_GET and WFA_EMP_DATA_MODIFY. The first one is used to get the data from the portal side and we pass the value obtained from the first FM(export parameter of the FM is table type) to the second FM. the second FM updates the  value(table type) on the portal side and is used to keep  the data consistent. &lt;/P&gt;&lt;P&gt;I assume you will not find these FM's in your system as they are very recently implemented by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 18:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement/m-p/2759774#M642415</guid>
      <dc:creator>madhu_reddy22</dc:creator>
      <dc:date>2007-08-29T18:10:37Z</dc:date>
    </item>
  </channel>
</rss>

