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

MIGO User Exits / BAPI

Former Member
0 Likes
638

Hi Every one,

I have a requirement where in Transaction MB1A and in MIGO , when a reservation is posted there require a POP-UP to check whether the material has reservation in other WO#'s.

Now that i implemented -


MBCF0009 Filling the storage location field and MB1A is working out fine.

But for MIGO, I tried putting a Break point at these User Exits

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

MBCF0011 Read from RESB and RKPF for print list in MB26

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009 Filling the storage location field

MBCF0007 Customer function exit: Updating a reservation

MBCF0006 Customer function for WBS element

MBCF0005 Material document item for goods receipt/issue slip

MBCF0002 Customer function exit: Segment text in material doc

But still the debugger didnot stop at this point and it posted against the material.

Please let me know any exact BADI or User exits which should allow users get a POP-UP before POSTING it.

Regards,

Raj

1 REPLY 1
Read only

Former Member
0 Likes
433

Hi,

MB_MIGO_BADI is the BAdi For MIGO

IF_EX_MB_MIGO_BADI~POST_DOCUMENT is the method.

Bala.M