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: 

User Exit for MIGO

Former Member
0 Kudos

Hi All,

Iam looking for a user exit in MIGO just before the material document is created and saved. I have to do some validations for movement types.

Can anuone let me know if he/she has worked on a similar thing.

Thanks

Varun

3 REPLIES 3

carsten_srensen
Participant
0 Kudos

Hi Varun

As far as I know the following User Exits is used in MIGO:

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

MB_CF001

Use SMOD to get the documentation

Best regards

Carsten ;o)

0 Kudos

Hi,

I have checked the user exits aboce but none seems to be working. iam looking for a user exit where i can validate the purchase order type and movement type together. Unfortunately none of the exits stop while processing the material document through MIGO. Can anyone help me with some BADI or Exit.

Thanks

Varun

0 Kudos

Varun, hi

Additional exits you can try:-

SMOD:-

MBCFC003

MBCFC004

BADI's

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

Helpful function modules:-

MIGO_BADI_EXAMPLE

MIGO_BADI_EXAMPLE_GET_DATA

MIGO_BADI_EXAMPLE_GET_HEADER

MIGO_BADI_EXAMPLE_PUT_DATA

MIGO_BADI_EXAMPLE_PUT_HEADER

MIGO_BADI_EXAMPLE_UPATE_DATA

MIGO_BADI_EXAMPLE_UPDATE_HEAD

I hope at least one of these helps.

Kind regards

Mark