2007 Mar 16 1:14 PM
Hi gurus,
What is meant by BTE. Can any one explain about BTE.
Regards,
Sam.
2007 Mar 16 1:16 PM
Check this...
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7</a>
2007 Mar 16 1:18 PM
Hello Sam
BTEs (business transaction events) are an intermediate form of user-exits. BTEs are <b>dynamically called function modules</b>. For more details about available BTEs call transaction <b>FIBF</b>.
Regards
Uwe
2007 Mar 16 1:19 PM
HI
Refer to this link:
http://help.sap.com/saphelp_47x200/helpdata/en/e7/653749d2d211d29e430000e839cd96/frameset.htm
regards,
madhu
2007 Mar 16 1:20 PM
What are Business Transaction Events
-> The enhancement technique (Open FI) that were developed for Financial Accounting component.
-> Open FI is based upon the following principles: Application developers must define their interface in a function module, an assignment table is read in the accompanying (generated) code, and the customer modules assigned are called dynamically.
-> This technique differentiates between enhancements that are only allowed to have one implementation and enhancements that can call multiple implementations in any sequence desired. Both industry-specific and country-specific enhancements may be defined.
-> This can be easily adopted / customized to the business needs wherein SAP does not provide the standard functionality through customization or enhancements. This functionality is primarily used in FI in the areas of dunning, credit management, banking etc. For Example: Standard Dunning functionality in SAP sends the notice to the Pay to partner function (based on the partner functions in SD module i.e. pay to hits the books in Accounts Receivable in FI module), whereas the requirement could be to send the same to Bill to party, based on the premise that the original invoice was sent to him as per the partner functions in SD.
Basic Steps in Configuring Business Transaction Events
-> Make sure the application is active for Business Transaction Events.
-> Identify the BTE 􀂾 Copy the sample interface function module into a "Z or Y function module.
-> Write the ABAP code into the source code section of the new "Z or Y function module. You may choose to create a "Z or Y program to enter the code into and then insert the "Z" or Y program into your function module source code. -> Save and activate the function module.
-> Assign the function module to the event, country and application.
Have a look at below link.
http://help.sap.com/saphelp_nw04/helpdata/en/3b/7f3e8be57c11d1951f0000e82dec10/content.htm
Regards,
Santosh