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 specific price change authorization

Former Member
0 Kudos

hi experts,

I want to restrict particular user only for price change in "Saved PO " i.e. ME22N. and same user should be able to create Po through ME21N.

We do not use Release strategy for PO.

I tried to control it using Function authorization(Tcode-OMET) & Parameter ID- EFB, But it restricts user during PO creation (ME21N) to enter price.

Please, help me to resolve it.

regards

rahul

Edited by: RahulNsk on Mar 19, 2009 5:18 AM

1 REPLY 1

Former Member
0 Kudos

Hi,

As far I know there is no such restriction available. The below options can be applied.

1. Remove change authorization (activity 2) on object M_BEST_WRK and check

2. Don't provide authorization to ME22N at all

3. Develop custom / variant transaction which works as per your requirement.

Regards,

Gowrinadh