requirement is to create a badi for xd02 initial
screen .how to search foe it.
Answer Posted / ramani n
1) Go to Transaction : SE24 (Class Builder)
2) Type: CL_EXITHANDLER <Enter>
3) Double Click the method: GET_INSTANCE
4) Give <Break-Point> 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 |
Post New Answer View All Answers
What are the page headers for secondary lists?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
visibility section for class level and attributes level
What is the difference between free and refresh?
Have you processed BDCs ?
How can we access the correction and transport system?
What is meant by search help? : sap abap data dictionary
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are the two levels in defining a match code ?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Can a transparent table exist in the data dictionary but not in the database physically?
What are logical databases? : abap hr
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the steps to execute session method?
What is the difference of update types in call transaction method ? : abap bdc