ramani nagarajan


{ City } chennai
< Country > india
* Profession * software
User No # 29834
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 2
Questions / { ramani nagarajan }
Questions Answers Category Views Company eMail




Answers / { ramani nagarajan }

Question { CTS, 7091 }

requirement is to create a badi for xd02 initial
screen .how to search foe it.


Answer

1) Go to Transaction : SE24 (Class Builder)
2) Type: CL_EXITHANDLER
3) Double Click the method: GET_INSTANCE
4) Give on the Method call inside:
CALL METHOD cl_exithandler=>get_class_name_by_interface
EXPORTING
instance = instance
IMPORTING
class_name = class_name

Now:

5) Run your transaction XD02
6) The System will give us the BADI Name here.

Thanks and regards,
Ramani N
Satyam Computers

Is This Answer Correct ?    9 Yes 2 No