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: 

Creating SubScreen in MIGO transaction

Former Member
0 Kudos
179

Hi EB,

I need to add a custom screen in MIGO transaction. I have looked at other Topics in SDN which talked about BADI MB_MIGO_ITEM_BADI. I tried seeing this BADI in SE18 but I get a message that this definition doesn't exist.

Could you please let me know can I add custom screen in MIGO and how do I implement required BADI.

Thanks in Advance. This is urgent. Any immediate reply will be appreciated.

Thanks

Satyen...

2 REPLIES 2

Simha_
Advisor
Advisor
0 Kudos
44

Hi,

Use the BADI <b>MB_MIGO_BADI</b>

Go to se18 and check this BADI.

In the interface scetion u will find many methods.

Put a break point in one of them and check according to ur requirement..

Cheers,

Simha.

Former Member
0 Kudos
44

hi

good

try with these userexits which might help you to add custom screen.

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

thanks

mrutyun