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

USEREXIT for MM02-Entry-Screen-Matchcode

Former Member
0 Likes
439

Hi,

when a user call the transaktion MM02, he can at the first screen

start the match-code. Here he can see all Material.

We want to restrict this view. The user should only see the material, which

has a sales-organisation-view in Table MVKE.

So, when the user call the matchcode from MM02 entry-screen, I have to check

each MATNR if there is an adequat entry for this MATNR and Sales-Organisation

in MVKE. If not, I have to delete it from the view!

My question is, where can I include this check!

Is there an adequat USER-EXIT?

Thanks for Help!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi,

Try in EXIT_SAPLMGMU_001 and BADI BADI_MATERIAL_CHECK

Reward if this helps,

Satish

Hi,

when a user call the transaktion MM02, he can at the first screen

start the match-code. Here he can see all Material.

We want to restrict this view. The user should only see the material, which

has a sales-organisation-view in Table MVKE.

So, when the user call the matchcode from MM02 entry-screen, I have to check

each MATNR if there is an adequat entry for this MATNR and Sales-Organisation

in MVKE. If not, I have to delete it from the view!

My question is, where can I include this check!

Is there an adequat USER-EXIT?

Thanks for Help!

1 REPLY 1
Read only

Former Member
0 Likes
362

Hi,

Try in EXIT_SAPLMGMU_001 and BADI BADI_MATERIAL_CHECK

Reward if this helps,

Satish