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: 

BADI for MIGO for restricting User to entered other MVT types?

Former Member
0 Kudos

Hi All,

BADI for MIGO for restricting User to entered other MVT types?

I want to restrict some of user not to use 501 Movement type ..I already created a Ztable for checking User for 501 type.

Please let me know any Enhancement to be used to restrict user ?

Thanks and Regards

Steve

4 REPLIES 4

Former Member
0 Kudos

Hi Steave,

You can use this enhancement exit MB_CF001, this exit will be called every time before posting, you can use your logic in this exit. see its documentation first before implementing.

Regards

Ahsan

kesavadas_thekkillath
Active Contributor
0 Kudos

try MB_CHECK_LINE_BADI

Former Member
0 Kudos

Try BADI

MB_MIGO_BADI

Former Member
0 Kudos

answerd