What are the ways to find BADIs.
How to find BADIs in SAP ABAP.
Ans :-
ü Most of the Standard BADI’s are classic BADI’s.
ü They are used to add the additional customer specific functionality/business logic to the standard programs/T-codes.
ü
There are 4 ways to find the BADI’s
I.
Using the standard class
CL_EXITHANDLER
Ø
Execute the T-code: SE24 to maintain
the global class.
Ø
Enter the standard class name
CL_EXITHANDLER
Ø
Click on display button.
Ø
Double click on the method
GET_INSTANCE
Ø
Set a session break point on the
method GET_CLASS_NAME_BY_INTERFACE
Ø
Execute the required functional T-code
Ex: MM02
Ø
Perform the required action Ex: save
material
Ø
Double click on a passing parameter
(EXT_NAME) to list out the corresponding BADI. Ex: BADI_MATERAIL_CHECK
II.
Using the T-code SE84
III.
Using the T-code ST05 (SQL Tracer)
IV.
Using the T-code SPRO
No comments:
Post a Comment