Is multiple implementation possible for one BADI
definition? If possible the how can you know that which BADI
is active.
Answer Posted / hrishisai
1.SE24. Goto CL_EXITHANDLER THEN F7 find out get_instance method then double click on method
You put breakpoint on get-instance method.
And execute your tcode which you want perform operations like xd02,xk01..
Then you double click on get-instance method in debbuging you will be all badis.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the syntax for call transaction? : abap bdc
What is locking? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are pooled tables?
Can I execute user exits? If yes, how?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the basic functions of database utility?
How are BAPI different from Normal function modules ?
Explain the advantages of different types of bdc's?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is sequence number
What are the functional modules used in sequence in bdc? : abap bdc
What will happen when we use fully buffered in abap?
How many detail lists can be created in interactive reporting?