Application Development 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: 

MIGO User Exit:

Former Member
0 Kudos

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

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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.