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

BADI

Former Member
0 Likes
370

Hi,

I am facing one problem in BADI that is I have implemented one BADI method with reference of standard BAPI that is BADI_LE_SHIPMENT (BADI name) and /SAPTRX/CL_IM_LE_SHIPMENT(class name) in this I have implemented the method ‘IF_EX_BADI_LE_SHIPMENTAT_SAVE’ using the transaction se19 by giving badi name as zbadi_le_shipment and inside of the IF_EX_BADI_LE_SHIPMENTAT_SAVE’ I have written my logic but my problem is that standard method is getting called while creating shipment but my implemented method is not getting called at the time of shipment creation I did activate also. Please tell me where I did mistake. I will give points.

Thanks a lot in advance.

2 REPLIES 2
Read only

former_member195698
Active Contributor
0 Likes
325

Hi,

Activating the Implemention is the only think that is required.

You can probably put a break-point in the Method and check if its getting called.

Regards,

Abhishek

Read only

Former Member
0 Likes
325

Just repeating whatever Abhishek said :

<i>"Activating the <b>Implemention </b>is the only think that is required."</i>

You might have activated your method, but forgot to activate the implementation itself ?