Business Transaction Events (BTE)

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement >

Business Transaction Events (BTE)

Objective

Business Transaction Events (BTE)

Transaction code

FIBF - SAP Business Transaction Events

Support

 

 

1. Open t-Code "FIBF"

abap_tutorial0190

 

2. Click "Info system (P/S)"

abap_tutorial0191

 

3. Then Click "Execute"

4. Press "ctrl+F" and find "G/L"

abap_tutorial0192

 

5. Place the cursor mouse at "00002310" then press the button "Sample Function Module"

abap_tutorial0193

 

6. Click "Copy" and insert value as below

abap_tutorial0149

*Create Function Group "YFG_TEST" first

 

7. Click "Copy"

8. Click "Check" twice until appears message as below

abap_tutorial0194

 

9. Click "Change" and Insert syntax as below

abap_tutorial0195

 

10. Click "Activate" and Open again t-Code "FIBF"

abap_tutorial0196

 

11. Click "Settings -> Products -> ...of a customer" then the following screen appears

abap_tutorial0150

 

12. Click "New Entries" and insert value as below

abap_tutorial0151

 

13. Click "Save" and insert into Request Number. If not exist then it must be created first.

abap_tutorial0152

 

14. Back to t-Code "FIBF"

abap_tutorial0197

 

15. Click "Settings -> P/S Function Modules -> ... of a customer"

abap_tutorial0153

 

16. Click "New Entries" and insert value as below

abap_tutorial0154

 

17. Click "Save" and insert into Request Number. If not exist then it must be created first.

abap_tutorial0155

 

18. Open t-Code "FSS0" for testing BTE

abap_tutorial0156

 

19. Click "Change"

20. Change Short Text to "Test BTE"

21. Click "Save"

22. If the message box appears as bellow then BTE has been successfully created.

abap_tutorial0157

 

23. Finish