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 activation/implementation

Former Member
0 Likes
868

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.

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
606

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

Read only

Former Member
0 Likes
606

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.

Read only

0 Likes
606

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

Read only

Former Member
0 Likes
606

Hi,

Should go se19 for BADI enhancement.