2006 May 04 11:53 PM - last edited on 2024 Feb 04 6:11 AM by postmig_api_4
I have a list of user exits in MIGO, but I wanted to know if any of them apply just before saving the purchase document. I may have to debug for finding it out, but I am at loss of time for doing that, so would request somebody to tell me if they have worked on something like this before, then I will be able to save up on my time.
Points will be rewarded generously!! Here is the list of user exits :
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
MBCFC003 Maintenance of batch master data for goods movements
MBCFC004 Maintenance of batch specifications for goods movements
MBCF0011 Reading of RESB and RKPF for print list in MB26
Thank you
Shiv
2006 May 05 12:19 AM
Hi Shiv,
You can use exit <b>EXIT_SAPMM07M_001</b>.
This exit is executed before the document is posted.
Also you can use exit EXIT_SAPLMBMB_001 after the document has been posted.
Hope this will help.
Regards,
Ferry Lianto
Please reward point if helpful.
2006 May 05 12:27 AM
Hi Shiv,
You can alternatively use a BADI 'MB_CHECK_LINE_BADI' this gets called by all the goods movement transaction.
Or you can use the enhancement MBCF0002.
Cheers
VJ
2006 May 05 3:33 AM
Hi Shiv,
Try with the method "HOLD_DATA_SAVE" which is for the f BAdi "MB_MIGO_BADI".
this will help u .
or try with other method which are called As per PBO & PAI events.
Regards ,
Ranjit Thakur.