BTE in SAP by Heena Verma
BTE in SAP by Heena Verma
BTE in SAP by Heena Verma
Heena Verma
Page 1 of 11
BTE in SAP
CONTENTS
Business Transaction Events (BTEs) in SAP ABAP provide a way to enhance standard SAP
functionality by providing additional custom functionality.
These events are typically found in the Financial Accounting (FI) module, including areas like
Accounts Payable (FI-AP), Accounts Receivable (FI-AR), and General Ledger (FI-GL).
TYPES OF BTE
PROCESS INTERFACE
1. This interface is used to update the application data. For Example: -Using the default value
to a field while creating a Fl document.
2. They intervene in the standard process.
3. The custom function module which is attached to BTE has changing/exporting parameters.
Page 3 of 11
BTE in SAP
1. Search for the statement - OPEN_FI_PERFORM in the source code. For process the
naming convention of the function module will be
OPEN_FI_PERFORM_<BTE_NUMBER>_P.
2. Set the breakpoint in the function module: PC_FUNCTION_FIND
3. Go to transaction code FIBF.
4. Path Environment - Infosystem (Processes)
MAPPING THE INTERFACE WITH THE PRODUCT AND THE FUNCTION MODULE.