2009 May 10 9:50 AM
i want to see the code of the badi:
if_ex_invoice_update~change_at_save
i tried to see it in se19 and i couldnt (dont know why...)
any help will be appreciated,
michal.
2009 May 10 10:04 AM
Hi,
What is the implementation name of your badi? I guess you have to give implementation name in SE19 and then you can see the methods as well as abap code for your implementation. Also you can try to put a breakpoint on function module SXV_GET_CLIF_BY_NAME and execute the transaction. This function module will give you the name of the badi. Debug a bit more after coming out of this function module and then you can find the implementation name of the badi. Go to se19 and enter implementation name.
KR Jaideep,
Hi,
What is the implementation name of your badi? I guess you have to give implementation name in SE19 and then you can see the methods as well as abap code for your implementation. Also you can try to put a breakpoint on function module SXV_GET_CLIF_BY_NAME and execute the transaction. This function module will give you the name of the badi. Debug a bit more after coming out of this function module and then you can find the implementation name of the badi. Go to se19 and enter implementation name.
KR Jaideep,
2009 May 10 10:04 AM
Hi,
What is the implementation name of your badi? I guess you have to give implementation name in SE19 and then you can see the methods as well as abap code for your implementation. Also you can try to put a breakpoint on function module SXV_GET_CLIF_BY_NAME and execute the transaction. This function module will give you the name of the badi. Debug a bit more after coming out of this function module and then you can find the implementation name of the badi. Go to se19 and enter implementation name.
KR Jaideep,
2009 May 10 10:23 AM
Hi Michal,
Go to SE18
give the name if_ex_invoice_update and press F7.
Select the Implementaion--->display..
there you will find the name change_at_save. double click that then you can see the code.
Thanks!!
2009 May 10 11:53 AM
Hi
Take the implementation name of the BADI definition then go to SE24 with badi implementation name, go to methods tab , place the cursor on the method and double click or hit code button.
2009 May 10 1:52 PM
hi,
As prasanth said u can see the implementation name from se18 only.
just enter the badi definition name in se18 and in one of the menu items u will find
implementation->display click on that it will show u all the implementation for that badi.
using the implimentation name u can see the badi code in se19.
thanks & regards
vj
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |