Application Development and Automation 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: 
Read only

What is BTE

Former Member
0 Likes
690

What is BTE (Business Transaction Event). and where to find in SAP system.

Please suggest.

4 REPLIES 4
Read only

Former Member
0 Likes
540

Hi,

It is a kind of user exit to be triggered base on the events, most used in FI & workflow....

I am not sure what is the best way to find, I normally debug the program.....

Regards,

Prabhu Rajesh

Read only

0 Likes
540

What do look for when You Debug..

Actually I have to get all Events in System

Read only

0 Likes
540

Look for OPEN_

Sorry I forgot to tell you some thing; there is customizing stuff to be done

Message was edited by:

PrabhuRajesh Janardanan

Read only

Former Member
0 Likes
540

Hi

<b>Business Transaction Events(BTE)</b>

It is also called as Open FI enhancement technique which is based on the following principle:

Application developers must define their interface in a function module. An assignment table is read in the corresponding (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.

<b>reward if usefull</b>