2007 Oct 30 1:45 PM
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.
2007 Oct 30 2:11 PM
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
2007 Oct 30 2:36 PM
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 ?