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

MIGO - user exit - POST

Former Member
0 Likes
1,228

hi,

I need to perform some action when the user click on POST button on the application tool bar,

I user MB_CF001 - EXIT_SAPLMBMB_001 and

MBCF0002 - EXIT_SAPMM07M_001

i put a break-point and activated in SMOD but when i click on the POST button

it is not stopping on the particular break-point.

points assured.

regards,

Prabhu

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,027

When you say "activated in SMOD" did you mean "activated in CMOD" ?

Anyway, If you want to perform actions when user POST the material document, better use the following BADI :

MB_DOCUMENT_BADI

MB_DOCUMENT_UPDATE

Regards

hi,

I need to perform some action when the user click on POST button on the application tool bar,

I user MB_CF001 - EXIT_SAPLMBMB_001 and

MBCF0002 - EXIT_SAPMM07M_001

i put a break-point and activated in SMOD but when i click on the POST button

it is not stopping on the particular break-point.

points assured.

regards,

Prabhu

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,028

When you say "activated in SMOD" did you mean "activated in CMOD" ?

Anyway, If you want to perform actions when user POST the material document, better use the following BADI :

MB_DOCUMENT_BADI

MB_DOCUMENT_UPDATE

Regards

Read only

0 Likes
1,027

NO i have not activated in CMOD, I never went to it but any how it should stop right.

regards,

Prabhu

Read only

0 Likes
1,027

If you don't activate a project in CMOD the exit will not be called, it's mandatory.

Regards

Read only

Former Member
0 Likes
1,027

check other

Transaction Code - MIGO Goods Movement

Exit Name Description

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.

Rewards if useful...........

Minal