‎2007 Sep 23 6:23 AM
What is BTE (Business Transaction Event). and where to find in SAP system.
Please suggest.
‎2007 Sep 23 6:35 AM
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
‎2007 Sep 23 6:45 AM
What do look for when You Debug..
Actually I have to get all Events in System
‎2007 Sep 23 6:54 AM
Look for OPEN_
Sorry I forgot to tell you some thing; there is customizing stuff to be done
Message was edited by:
PrabhuRajesh Janardanan
‎2007 Sep 23 6:55 AM
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>