<?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: Implement A BTE For  FI Posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implement-a-bte-for-fi-posting/m-p/7238560#M1525987</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;Business Transaction Events (BTE) &lt;/P&gt;&lt;P&gt;BTE allows attaching additional components, in the form of a function module to the R/3 system. Business transaction events function in the same manner as customer exits.&lt;/P&gt;&lt;P&gt;The standard program contains an enhancement in the form of a Business Transaction Event. The standard program calls a service function module, which determines and processes the active implementation of the enhancement. The naming convention for these function modules is OPEN_FI_PERFORM_E (or OPEN_FI_PERFORM_P). This function module determines the active implementations for each enhancement and stores them in an internal table. The implementing function modules are processed in the sequence defined by the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BTE&lt;/P&gt;&lt;P&gt;(1)Publish &amp;amp; Subscribe interfaces. Can not update data. Posiible to have multiple implementations .&lt;/P&gt;&lt;P&gt;(2)Process interfaces. Can update date. Only one active implementation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does it work&lt;/P&gt;&lt;P&gt;The BTE is a functionmodule (Implemented by the customer) that has a standard interface defined by SAP. The BTE is called by the SAP standard program by a call to function OPEN_FI_PERFORM_ or OUTBOUND_CALL_. This function checks if there are any active BTEs according to customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find a BTE&lt;/P&gt;&lt;P&gt;Search the socurce code for for "OPEN_FI_PERFORM" og " OUTBOUND_CALL_"&lt;/P&gt;&lt;P&gt;Use transaction FIBF menu Environment-&amp;gt;Info System (P/S ). Use the Documenttion button to see the documentation for the BTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementing a BTE&lt;/P&gt;&lt;P&gt;1.  Go to transaction FIBF -&amp;gt; Environment  -&amp;gt; Info system (P/S)&lt;/P&gt;&lt;P&gt;2.  Enter the attribute type  as u2018Au2019 and selection attribute as u2018FIu2019.You will get all the BTEs for  FI .&lt;/P&gt;&lt;P&gt;3.  Select the required BTE and double click on it, you will get the corresponding sample function module name.&lt;/P&gt;&lt;P&gt;4. Click the button u2018Sample function moduleu2019  to go to the sample function module(SE37).&lt;/P&gt;&lt;P&gt;5. Copy the sample function module to a Z-function module (First create a new function group for the function module)  and edit   the code in the new function module and activate it.(Note: The name of the Z-function module is not important.)&lt;/P&gt;&lt;P&gt;6. Go back to transaction FIBF - Menu Settings-&amp;gt;Products-&amp;gt;Of a customer to create a new product .&lt;/P&gt;&lt;P&gt;7. Click on u2018New entriesu2019 to create a new product. &lt;/P&gt;&lt;P&gt;8. Enter the name for product. Remember to mark the Active field. Save and activate it.&lt;/P&gt;&lt;P&gt;9.  Go back to FIBF menu Settings-&amp;gt;P/S function modules-&amp;gt;of a customer.&lt;/P&gt;&lt;P&gt;10. Click on u2018new entriesu2019 and give the name of your product and your function module to create a link between BTE  and your product and function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranjali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: copy/paste without credit, do not repeat, this can quickly lead to account deletion!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.google.com/search?hl=ene&amp;amp;source=hp&amp;amp;q=%22enhancement" target="test_blank"&gt;http://www.google.com/search?hl=ene&amp;amp;source=hp&amp;amp;q=%22enhancement&lt;/A&gt;&lt;EM&gt;in&lt;/EM&gt;the&lt;EM&gt;form&lt;/EM&gt;of&lt;EM&gt;a&lt;/EM&gt;Business&lt;EM&gt;Transaction&lt;/EM&gt;Event%22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Sep 24, 2010 1:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 10:34:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-24T10:34:19Z</dc:date>
    <item>
      <title>Implement A BTE For  FI Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implement-a-bte-for-fi-posting/m-p/7238559#M1525986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me how to implement a BTE ? I need to implement a BTE for  FI-Posting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS I need to implement SAMPLE_PROCESS_00001140  or  SAMPLE_PROCESS_00001120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whichever work for add 1 more line item when final posting is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any one know then plz tell me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please search for available information before asking.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locked by: Thomas Zloch on Sep 24, 2010 1:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 09:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implement-a-bte-for-fi-posting/m-p/7238559#M1525986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T09:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Implement A BTE For  FI Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implement-a-bte-for-fi-posting/m-p/7238560#M1525987</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;Business Transaction Events (BTE) &lt;/P&gt;&lt;P&gt;BTE allows attaching additional components, in the form of a function module to the R/3 system. Business transaction events function in the same manner as customer exits.&lt;/P&gt;&lt;P&gt;The standard program contains an enhancement in the form of a Business Transaction Event. The standard program calls a service function module, which determines and processes the active implementation of the enhancement. The naming convention for these function modules is OPEN_FI_PERFORM_E (or OPEN_FI_PERFORM_P). This function module determines the active implementations for each enhancement and stores them in an internal table. The implementing function modules are processed in the sequence defined by the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BTE&lt;/P&gt;&lt;P&gt;(1)Publish &amp;amp; Subscribe interfaces. Can not update data. Posiible to have multiple implementations .&lt;/P&gt;&lt;P&gt;(2)Process interfaces. Can update date. Only one active implementation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does it work&lt;/P&gt;&lt;P&gt;The BTE is a functionmodule (Implemented by the customer) that has a standard interface defined by SAP. The BTE is called by the SAP standard program by a call to function OPEN_FI_PERFORM_ or OUTBOUND_CALL_. This function checks if there are any active BTEs according to customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find a BTE&lt;/P&gt;&lt;P&gt;Search the socurce code for for "OPEN_FI_PERFORM" og " OUTBOUND_CALL_"&lt;/P&gt;&lt;P&gt;Use transaction FIBF menu Environment-&amp;gt;Info System (P/S ). Use the Documenttion button to see the documentation for the BTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementing a BTE&lt;/P&gt;&lt;P&gt;1.  Go to transaction FIBF -&amp;gt; Environment  -&amp;gt; Info system (P/S)&lt;/P&gt;&lt;P&gt;2.  Enter the attribute type  as u2018Au2019 and selection attribute as u2018FIu2019.You will get all the BTEs for  FI .&lt;/P&gt;&lt;P&gt;3.  Select the required BTE and double click on it, you will get the corresponding sample function module name.&lt;/P&gt;&lt;P&gt;4. Click the button u2018Sample function moduleu2019  to go to the sample function module(SE37).&lt;/P&gt;&lt;P&gt;5. Copy the sample function module to a Z-function module (First create a new function group for the function module)  and edit   the code in the new function module and activate it.(Note: The name of the Z-function module is not important.)&lt;/P&gt;&lt;P&gt;6. Go back to transaction FIBF - Menu Settings-&amp;gt;Products-&amp;gt;Of a customer to create a new product .&lt;/P&gt;&lt;P&gt;7. Click on u2018New entriesu2019 to create a new product. &lt;/P&gt;&lt;P&gt;8. Enter the name for product. Remember to mark the Active field. Save and activate it.&lt;/P&gt;&lt;P&gt;9.  Go back to FIBF menu Settings-&amp;gt;P/S function modules-&amp;gt;of a customer.&lt;/P&gt;&lt;P&gt;10. Click on u2018new entriesu2019 and give the name of your product and your function module to create a link between BTE  and your product and function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranjali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: copy/paste without credit, do not repeat, this can quickly lead to account deletion!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.google.com/search?hl=ene&amp;amp;source=hp&amp;amp;q=%22enhancement" target="test_blank"&gt;http://www.google.com/search?hl=ene&amp;amp;source=hp&amp;amp;q=%22enhancement&lt;/A&gt;&lt;EM&gt;in&lt;/EM&gt;the&lt;EM&gt;form&lt;/EM&gt;of&lt;EM&gt;a&lt;/EM&gt;Business&lt;EM&gt;Transaction&lt;/EM&gt;Event%22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Sep 24, 2010 1:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implement-a-bte-for-fi-posting/m-p/7238560#M1525987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T10:34:19Z</dc:date>
    </item>
  </channel>
</rss>

