<?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: implementing BTE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475127#M1417934</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;It should be better the user don't use the FI transaction while transport is in progress, it can risk a dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 13:26:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-11T13:26:04Z</dc:date>
    <item>
      <title>implementing BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475126#M1417933</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 have implemented one BTE for F-43 and while the changes are moving into production system is it necessary for the end users to be out of F-43 ?&lt;/P&gt;&lt;P&gt;will it interrupt the process of F-43 like any wrong processing or going into dump kind of thing ?&lt;/P&gt;&lt;P&gt;I have checked in the QA system it is working fine but want to conform with anyone in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 13:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475126#M1417933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: implementing BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475127#M1417934</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;It should be better the user don't use the FI transaction while transport is in progress, it can risk a dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 13:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475127#M1417934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: implementing BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475128#M1417935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. One more conformation is like the BTE is implemented for F-43 and only 2 users &lt;/P&gt;&lt;P&gt;is authorized to use F-43. So do this only 2 users has to be out of F-43 or whole FI transactions which&lt;/P&gt;&lt;P&gt;are runned by the other users also needs to be out of SAP usage until it transport happens ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 11:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475128#M1417935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: implementing BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475129#M1417936</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 don't know which BTE you're speaking about, but probably this BTE is used by several FI transactions (not only F-43), so it's better no users use FI transaction for posting document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can have another problem, if the BTE is triggered by other transaction, this BTE could be "seen" by other users, so u should skip the BTE code if the transaction is not F-43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 14:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475129#M1417936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: implementing BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475130#M1417937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks once again. The other problem will not raise in since i have kept a check where BTE which was developed&lt;/P&gt;&lt;P&gt;will be trigerred only for the 2 users who will be using F-43. So when other user's even tough they may use&lt;/P&gt;&lt;P&gt;F-43 but the BTE will not be applicable since the check fails as the user will be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 05:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-bte/m-p/6475130#M1417937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T05:19:47Z</dc:date>
    </item>
  </channel>
</rss>

