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 is tcode se16. For what is it used. Explain briefly?
Can i Have Some Examples on Enhancements.
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
what is mean be On Change of in Control Break statement
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Which FM do you use to find out who is reporting to whom
Give an example of interface from your project explaining why you used it?
What is page window?
How to get that a secondary index is attached to a select query?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What is netweaver???what is the relationship with ABAP?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
how to read the standard field value in your custom program.