‎2008 Feb 18 10:23 AM
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
‎2008 Feb 18 10:29 AM
Hi,
MB_MIGO_BADI is the BAdi For MIGO
IF_EX_MB_MIGO_BADI~POST_DOCUMENT is the method.
Bala.M