Application Development and Automation 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: 
Read only

USER EXIT FOR MIGO

Former Member
0 Likes
1,925

Hi friends,

I am looking for an user exit which is executed while saving MIGO - (Goods Receipt).

I need to check the header and item data when user tries to execute MIGO with 103 or 101 movement type.

I've gone through enhancements

MB_CF001

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

MBCFC003

MBCFC004

MBCFC010

and applied breakpoint. But when I save the GR, its not going into Debug mode.

pls some one help me..

Regards

Snehal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,246

Hello,

You have to switch on the UPDATE DEBUGGER.

Before clicking the save button put /h and in the debugger screen click the Settings button.

Now u can find the check box System debugging, then press F8. Now the control will stops at desire exit.

The best exit u can use at the time of saving is

MB_CF001      Customer function exit for update of material

Cheers!!!

Vasanth

Hi friends,

I am looking for an user exit which is executed while saving MIGO - (Goods Receipt).

I need to check the header and item data when user tries to execute MIGO with 103 or 101 movement type.

I've gone through enhancements

MB_CF001

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

MBCFC003

MBCFC004

MBCFC010

and applied breakpoint. But when I save the GR, its not going into Debug mode.

pls some one help me..

Regards

Snehal

4 REPLIES 4
Read only

Former Member
0 Likes
1,247

Hello,

You have to switch on the UPDATE DEBUGGER.

Before clicking the save button put /h and in the debugger screen click the Settings button.

Now u can find the check box System debugging, then press F8. Now the control will stops at desire exit.

The best exit u can use at the time of saving is

MB_CF001      Customer function exit for update of material

Cheers!!!

Vasanth

Read only

Former Member
0 Likes
1,246

Hi

use the badi MB_MIGO_BADI

method : IF_EX_MB_MIGO_BADI~LINE_MODIFY.

Read only

Former Member
0 Likes
1,246

Hello,

You can try the MB_MIGO_BADI badi.

Thierry

Read only

Former Member
0 Likes
1,246

Thanks all for immediate reply