<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032118#M84087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tomas! your answer was correct but.... can you explain what this second BAPI does?? &lt;/P&gt;&lt;P&gt;Do I have to use it after every bapi I use in the future?&lt;/P&gt;&lt;P&gt;I'm rook, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2005 11:29:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-07T11:29:04Z</dc:date>
    <item>
      <title>Bapi problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032116#M84085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to change the facts of a given installation. In short, the price of an operand by using 'BAPI_UTILINSTALLATION_CHANFACT'. After tons of proves i've got the next message: "The xxxxx installation facts have been changed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, in the ES32 transaction I can see that no change on that given installation has been made, but clicking in menu Environmet-&amp;gt; Change installation fact, a full log of these changes has been created.&lt;/P&gt;&lt;P&gt;Can someone tell me why these changes are not caputured in the installation information but they are in the change log and how to get it???&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032116#M84085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032117#M84086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 10:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032117#M84086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T10:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032118#M84087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tomas! your answer was correct but.... can you explain what this second BAPI does?? &lt;/P&gt;&lt;P&gt;Do I have to use it after every bapi I use in the future?&lt;/P&gt;&lt;P&gt;I'm rook, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032118#M84087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032119#M84088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The second bapi COMMITS changes to the database.&lt;/P&gt;&lt;P&gt;   (This concept comes into picture for LUW - Logical&lt;/P&gt;&lt;P&gt;   unit of work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Yes, after every BAPI, this is required.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 11:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032119#M84088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T11:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032120#M84089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Second BAPI commits the changes that you have done. Most of the BAPI's will have to be followed the COMMIT BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 11:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/1032120#M84089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T11:32:58Z</dc:date>
    </item>
  </channel>
</rss>

