2009 Mar 25 4:13 AM
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
2009 Mar 25 4:19 AM
Hi,
Refer to this link..[Steps for Implementing Business Add-Ins (BADI)|http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm]
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
2009 Mar 25 4:17 AM
Hi:
Steps:
1. Execute Business Add-In(BADI) transaction SE18
2. Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display
button
3. Select menu option Implementation->Create
4. Give implementation a name such as Z_HRPBSGB_HESA_NISR
5. You can now make any changes you require to the BADI within this
implementation, for example choose the Interface tab
6. Double click on the method you want to change, you can now enter
any code you require.
7. Please note to find out what import and export parameters a
method has got return the original BADI definition
(i.e. HRPBSGB_HESA_NISR) and double click on the method name
for example within HRPBSGB_HESA_NISR contract is a method
8. When changes have been made activate the implementation
Regards
Shashi
2009 Mar 25 4:19 AM
Hi,
Refer to this link..[Steps for Implementing Business Add-Ins (BADI)|http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm]
2009 Mar 25 4:31 AM
Thanks for your response,
1) can you please guide me how i can do from here....i know the interface 'IF_EX_EHS_PS_002' and method 'ENTRY_INQUIERY' to implement.
2) How can see same number of BADI's in both program & ST05 ?
2009 Mar 25 4:36 AM
2009 Mar 25 5:03 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |