cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for MIGO

Former Member
0 Kudos

Can any one tell me which user exit is called for migo at the time of save,

I have the enhancement "MBCFC003",the documentation for the exits in this say something that i want to do but none of these exits are being called at the time of save.

Accepted Solutions (0)

Answers (1)

Answers (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Nitin,

Welcome to SDN.

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.

The following are user exits available for MIGO transaction.

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

MB_CF001 - Customer Function Exit in the Case of Updating a Mat. Doc.

Hope this will help.

Regards,

Ferry Lianto

Please reward point if helpful.