<?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: BTE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768202#M906716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try T-Code : FIBF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 07:41:56 GMT</pubDate>
    <dc:creator>rahul_kamble2</dc:creator>
    <dc:date>2008-05-08T07:41:56Z</dc:date>
    <item>
      <title>BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768200#M906714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call any function module using BTE  - OUTBOUND_CALL_00503116_E ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What settings have to be done in TCode : FIBF ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768200#M906714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T06:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768201#M906715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check the theard&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11563190&amp;amp;messageID=1835602" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11563190&amp;amp;messageID=1835602&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768201#M906715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768202#M906716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try T-Code : FIBF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768202#M906716</guid>
      <dc:creator>rahul_kamble2</dc:creator>
      <dc:date>2008-05-08T07:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768203#M906717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;BTE Details&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Configuring Business Transaction Events&lt;/P&gt;&lt;P&gt;Basic Steps in Configuring an Event&lt;/P&gt;&lt;P&gt;&amp;#149; Make sure the application is active for Business Transaction Events.&lt;/P&gt;&lt;P&gt;&amp;#149; Copy the sample interface function module into a "Z" function module.&lt;/P&gt;&lt;P&gt;&amp;#149; Enter the ABAP code into the source code section of the new "Z" function module. You may choose to create a "Z" program to enter the code into and then insert the "Z" program into your function module source code.&lt;/P&gt;&lt;P&gt;&amp;#149; Activate the function module.&lt;/P&gt;&lt;P&gt;&amp;#149; Assign the function module to the event, country and application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Business Scenario for Business Transaction Events&lt;/P&gt;&lt;P&gt;Company A would like to copy the group key field from the vendor master into the allocation field on all the line items within a vendor invoice and payments, including the vendor lines. This requirement assumes only one vendor is posted to in a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To accomplish this requirement, Company A will use the Business Transaction Event 1130, Post Document: SAP Internal Field Substitution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IMG Menu Path: Financial Accounting Financial Accounting Global Settings Use Business Transaction Events Environment Infosystem (Processes).&lt;/P&gt;&lt;P&gt;2. Find the correct Business Event. You are updating a field, so you select the Processes Info System instead of the Publish and Subscribe Info System.&lt;/P&gt;&lt;P&gt;3. Execute the search with the defaults.&lt;/P&gt;&lt;P&gt;4. Find the correct interface for updating a document.&lt;/P&gt;&lt;P&gt;5. Put your cursor on the event and click on the Sample Function Module button.&lt;/P&gt;&lt;P&gt;6. You are now in transaction SE37 &amp;#150; Function Builder. This is the function module you will need to copy into a "Z" name function module for your coding&lt;/P&gt;&lt;P&gt;7. Click on the Copy button.&lt;/P&gt;&lt;P&gt;8. Enter the "Z" function module name in the To Function Module field &lt;/P&gt;&lt;P&gt;9. Enter a Function Group. If you need to create a "Z" function group, go to transaction code SE37 and follow menu path: Go to Function Groups Create Group. A function group is a logical grouping of function modules, and the ABAP code is generated for function groups. You will be prompted for a development class and transport when creating the function group.&lt;/P&gt;&lt;P&gt;10. In Function Builder (transaction SE37), enter the new "Z" function module. Click on the Change button.&lt;/P&gt;&lt;P&gt;11. The system will default into the source code screen where you may enter your ABAP code.&lt;/P&gt;&lt;P&gt;12. Notice the tables available for the code. Additional tables may be declared if necessary.&lt;/P&gt;&lt;P&gt;14. Save the function module.&lt;/P&gt;&lt;P&gt;15. Back out to the main Function Builder screen by clicking on the green arrow button.&lt;/P&gt;&lt;P&gt;16. Activate the function module by clicking on the Activate button.&lt;/P&gt;&lt;P&gt;17. Assign the function module to the event in the IMG: Financial Accounting Financial Accounting Global Settings Business Transaction Events Settings Process Function Modules of an SAP Appl.&lt;/P&gt;&lt;P&gt;18. Hit enter past the warning messages that this is SAP data.&lt;/P&gt;&lt;P&gt;19. Click on the New Entries button.&lt;/P&gt;&lt;P&gt;20. Enter the process for your interface. &lt;/P&gt;&lt;P&gt;21. Enter the country the interface is valid for. If it is valid for all countries, leave this field blank.&lt;/P&gt;&lt;P&gt;22. Enter the application the interface should be called for. If it should be called for all applications, leave this field blank. Please note that not all integrated transactions are programmed to go through these interfaces! You will need to test to find out!&lt;/P&gt;&lt;P&gt;23. Enter the new "Z" function module &lt;/P&gt;&lt;P&gt;24. Save the settings. At this point you will be prompted for a CTS number for the configuration change.&lt;/P&gt;&lt;P&gt;25. The Business Transaction Event is complete! You are ready for testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc" target="test_blank"&gt;http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nw04/helpdata/en/3b/7f3e8be57c11d1951f0000e82dec10/frameset.htm" target="test_blank"&gt;https://help.sap.com/saphelp_nw04/helpdata/en/3b/7f3e8be57c11d1951f0000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768203#M906717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: BTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768204#M906718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at url on the usgae of BTE's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte/m-p/3768204#M906718</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2008-05-08T07:49:16Z</dc:date>
    </item>
  </channel>
</rss>

