Application Development 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: 

Badi-Migo

Former Member
0 Kudos

Hi,

Can any one tell me how to change item data in transaction MIGO.Customer specification storage location determination for the material ID with item text.

What are the steps to be followed n what all thing are needed to be done.Plz help me...

2 REPLIES 2

Former Member
0 Kudos

Hi Purnima,

You can make enhancements to the MIGO screen using BAdi MB_MIGO_BADI. The documentation given with that BADI (SE18) is very helpful. You can copy the example and make the changes to it.

Kinna

Former Member
0 Kudos

Hello,

Please check if the user-exit can be of any help...

<b>MBCF0009 Filling the storage location field</b>

We have mseg as input parameter but only storage location as the output parameter for this exit..from the text it looks as this may suit your requirement

go to SMOD -> Enhancement name "MBCF0009" -> components -> display -> double click on EXIT_SAPMM07M_009 > you can see the input output parameters to check with your requirement> inside the code..put a breakpoint and see if the required parameter you need are coming as input and run transaction --> please remember to activate the exit if you have put a break point by ->SMOD -> Enhancement name "MBCF0009" -> Execute -> activate Button ->information Message for activation comes

The BADI -> MB_MIGO_BADI is used mainly for screen additions and validations

Please try the exit mentioned above and if it is still not suiting your requirement,let me know...can give you some hints on the BADI

Reward if useful

Regards

Byju