2005 Nov 07 4:52 PM
Hi community,
I've need of user exit for MIGO transaction.
This is active on saving of Good Movement.
I would want on-line data:
Good Movement Number(After commit on DB)
Thank's everybody.
Antonello
2005 Nov 08 2:48 AM
Check EXIT_SAPLMBMB_001 exit but try to use BADI if possible.
Hope this helps..
Hi community,
I've need of user exit for MIGO transaction.
This is active on saving of Good Movement.
I would want on-line data:
Good Movement Number(After commit on DB)
Thank's everybody.
Antonello
2005 Nov 07 4:57 PM
2005 Nov 07 5:02 PM
2005 Nov 07 6:22 PM
If you're using the release 4.7 see the BADI MB_DOCUMENT_BADI
Max
2005 Nov 08 2:48 AM
Check EXIT_SAPLMBMB_001 exit but try to use BADI if possible.
Hope this helps..
2005 Nov 08 3:00 AM
See the FM MB_DOCUMENT_POST . All the goods movement transactions including MIGO hit this FM to update MKPF / MSEG. If you are on 46C or above you can see that BADI method MB_DOCUMENT_BADI->MB_DOCUMENT_UPDATE is called before user exit EXIT_SAPLMBMB_001 . Both of these are called after MKPF/ MSEG update . Now you can decide which one to use . Both of them have same interface and data available. The SMOD enhancement for user exit is MB_CF001.
Cheers.
Sanjay