Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

see the code for a badi

Former Member
0 Likes
4,475

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.

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
3,076

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,

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.

4 REPLIES 4
Read only

jaideepsharma
Active Contributor
0 Likes
3,077

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,

Read only

Former Member
0 Likes
3,076

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!!

Read only

Former Member
0 Likes
3,076

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.

Read only

Vijay
Active Contributor
0 Likes
3,076

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