Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is BTE?

srinivas_anchuri
Explorer
0 Kudos

Hello All,

What does the term BTE mean. Could some one define this or guide me to some documentation.

Thanks.

Srinivas.

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

A simple search thru Google got me the following link (the explanation is really good) or http://help.sap.com has got a clear documentation on this.

http://fuller.mit.edu/user_exits/business_transaction_event.htm

Regards

Raja

joerg_wegener
Explorer
0 Kudos

Hello Srinivas,

to elaborate a bit: BTE is one of three SAP customer exit techniques in ABAP. The oldest ones were actually called customer exits. The BTE are the "middle" ones. They originated within the FI application development, not the basis. Hence the name of the function modules: "OPEN_FI_...". The newest technology are the Business Add-Ins (BAdIs). They were developed by the basis and are the recommended way of providing customer exits for new development. So unless there are reasons why you should use BTEs - for example, because you are working in an application that already uses them and you don't want to confuse the customer - I recommend the BAdI technology.

There is a class available that introduces all three technologies: "BC425 Enhancements and Modifications". You can order the course material on B2B.

Hope this helps.

Best regards

Joerg