‎2007 Dec 12 5:22 PM
We're trying to add functionality for serial numbers in stock transport orders (using MM27). I debugged the code and found a BADI (BADI_SERIAL_IN_STO) but it's not working. Is it possible that this needs to be activated? Where do I do this? I looked in the IMG and can't find this BADI but it does exist in the system (if I go into SE18 I can display it.)
I also apologize if I'm not using the correct terminology as I haven't had much exposure to BADIs in the past.
Thanks.
‎2007 Dec 12 5:25 PM
You need to make an implemention of that BADI. Or you can use the existing customer created implmentaiton.
To check the implmenation.
Go to SE18.. put BADI name
Implemenation > Overview.
It will show you all the implemenation for that BADI.
You can create your own implementaiton by using SE19 and activate it.
Check this help from SAP.
http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf4940e11d295df0000e82de14a/frameset.htm
Regards,
Naimesh Patel
‎2007 Dec 12 6:00 PM
Thanks for the reply. I did as you said and went to SE18 --> Implementation --> Overview. From there I can see that this was implementation was activated on 09/29/2003. Does this mean that it should be working in our system? Again I apologize for my lack of knowledge on this subject.
‎2007 Dec 13 4:02 AM
Hi,
You can create your own implementation in order to activate badi BADI_SERIAL_IN_STO.
To do this,enter the Badi name in se18 and press Display button. Then thro menu path, Implementation -> Create, you can create own implementation and write the coding as per your requirement.
Reward points if it helps you.
Thanks,
kamalapriya
‎2007 Dec 14 3:54 AM