BTE refers to a Business Transaction Event in SAP, which are enhancement types developed for financial accounting. Customizing BTEs can be done via transaction FIBF and involves checking documentation, copying a sample function module to the customer namespace, ensuring the application is active for BTEs, maintaining configuration tables TBE11, TBE34 and TBE01, and entering code into the BTE function module. BTEs can be tested and debugged by putting breakpoints in the custom function module or the standard OPEN_FI_PERFORM function module.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
90 views1 page
Sap Fi Bte
BTE refers to a Business Transaction Event in SAP, which are enhancement types developed for financial accounting. Customizing BTEs can be done via transaction FIBF and involves checking documentation, copying a sample function module to the customer namespace, ensuring the application is active for BTEs, maintaining configuration tables TBE11, TBE34 and TBE01, and entering code into the BTE function module. BTEs can be tested and debugged by putting breakpoints in the custom function module or the standard OPEN_FI_PERFORM function module.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
BTE - Business Transaction Event
Skip to end of metadata
Created by Peter Inotai, last modified by Alon Mizrahi on Nov 01, 2011 Go to sta rt of metadata BTE - Business Transaction Event Enhancement type developed for FI (Financial Accounting). SAP Reference IMG -> Financial Accounting -> Financial Accounting Global Settin gs -> Business Transaction Events . Customizing can be done via transaction FIBF. Main steps for activating a BTE: Check OSS note for documentation and explanation Copy sample function module SAMPLE_INTERFACE_<event_number> to Customer namespac e Make sure the application is active for Business Transaction Events , else maint ain table TBE11. Maintain table TBE34 and TBE01 Enter code to the BTE function module How to check/debug? To check the functionality, you can put a break-point in your BTE function modul e. If it's not called, put a breakpoint at FM OPEN_FI_PERFORM_<BTE number>_E.