‎2009 Jan 30 3:05 PM
Hi All,
I am MM consultant, i need little ABAP help,
we will create a ztbale which has fields like GoodsRecipt number , Bolading, vehicle ids, similar 15 columns.
when we save goods receipt in MIGO,
after the GR is saved a screen has to be popped up with all the ztable fields, with GRnumber already filled up.
Is there any user exit, or how will we handle this situatuion.
If there is a user exit which gets triggered after GR is saved, can we call a call-transaction which calls a zprogram to pop up this screen.
i think we can use a concept called table control, but i am not sure if we can call it fro user exit.
‎2009 Jan 30 3:11 PM
Hi,
check this link
https://forums.sdn.sap.com/click.jspa?searchID=21651428&messageID=6927987
I think that it'll be very helpful for u.
Regards.
‎2009 Jan 30 3:11 PM
Hi,
check this link
https://forums.sdn.sap.com/click.jspa?searchID=21651428&messageID=6927987
I think that it'll be very helpful for u.
Regards.
‎2009 Jan 30 3:46 PM
‎2009 Jan 30 4:43 PM
‎2009 Jan 30 4:50 PM
The following enhancements are available for MIGO
MB_CF001 Customer function exit for update of material document
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
MBCFC003 Maintenance of batch master data for goods movements
MBCFC004 Maintenance of batch specifications for goods movements
You may want to use MB_CF001 if you want to call the exit during GR posting OR MBCF0005 during item processing.
You can open these enhancements in SMOD to see the user exits available in them. Need to play around with them to see if you can use them.