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: 

Transaction MIGO - Adding Delivery Date Possible?

Former Member
0 Kudos

Hello everybody,

I am in need to change MIGO according to ME23N where delivery date is shown when entering delivery number.

It is my task to adopt delivery date in MIGO.

Is there any possibility one of you may know to change MIGO accordingly?

Sincerely yours,

Alex.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Alex,

You can make enhancement to MIGO transaction or you can write code as per your requirement in BAPI methods.

Thanks & Regards,

Sai

6 REPLIES 6

Former Member
0 Kudos

Hi Alex,

You can make enhancement to MIGO transaction or you can write code as per your requirement in BAPI methods.

Thanks & Regards,

Sai

0 Kudos

Hi Sai,

thanks a lot for your answer.

As I've never done such an enhancement nor have I ever used BAPI methods I want to ask you to be more specific.

Do you have any examples for me?

Thanks,

Alex.

0 Kudos

Hi Alexander Hering ,

For that you have to use BADI : MB_MIGO_BADI . You can find example if you see the documentation of that BADI.

Goto SE18-->BADi Name as MB_MIGO_BADI and press on display and then click on Documentation. You will get whole info there.

You can refer the following step by step example also :

[http://www .saptechnical. com/Tutorials/ExitsBADIs/MIGO/screenexit.htm]

Thanks & Regards,

Rock.

0 Kudos

Hi Rock,

thank you very much.

I am going to follow you advice and hopefully find a way.

I'll keep you informed when it works.

Bye,

Alex.

0 Kudos

Hi Alex,

You can verify BAPI implementation in saptechnical

Previously I have done for the same MIGO transaction... As per client requirement some more custom fields should be in MIGO transaction. For that I have created a custom table for Truct details , In , Out timings etc and then.. I have written corresponding code in required method.. you can try using SE19..

Thanks ,

Sai

0 Kudos

Hello Sai,

thanks a lot for your reply. I still work on this issue but I am confident completing it successfully. Another "problem" came up and I want to ask you - and everybody - whether it is possible to use delivery date the following way:

when entering a purchase order number in MIGO you see the all of the positions on the screen. Now my idea is to show delivery date on subscreen using a new field "delivery date" when double-clicking position.

Subscreen with field delivery date is visible but not filled with value yet; this will be next.

I hope you are able to help me.

Have a nice day,

Alex.

Edited by: Alexander Hering on Oct 27, 2010 3:24 PM