Skip to Content
0
Former Member
Mar 25, 2009 at 04:13 AM

Finding BADI's ?

56 Views

Hi,

Since i need to implement BADI, i am trying to find the list of BADI's for VA03 transaction. I checked the code using 'GET_INSTANCE' and i found 7 'CALL METHODS' statements. Since only two of them have exporting parameter 'EXIT_NAME' i understood that only 2 BADIs are existed for VA03 transaction.

Using ST05 i found 5 different statements (when i filtered obj name - V_EXT_ACT & IMP) and i did not find any instances there...

so i have 2 questions i have here...

1) How to implement my code ? - is it like finding the interface name & finding method name then need to go to SE19 and implement the method there is it correct process?

2) Why i see different statements & only 5 in ST05, how to see the instances in ST05 too. Please help me,.

Thanks