cancel
Showing results for 
Search instead for 
Did you mean: 

Price update authorization

Former Member
0 Kudos

Dear All,

My client wants to control the price update funtionality in the Invoice (Create & Change). Only the authorized users can make the changes but others are not allowed to do it. "Condition update" should not be active for the users who are not authorized. How to do it?

Thanks in advance!

Regards,

Kavin.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Kevin,

You can do it by SHD0 (Transaction variant and screen variant)

Thank you,

measum_kumail2
Participant
0 Kudos

try using object V_KONH_VKS

assign actvt as 03 with users to whom u dont want to give access to change/update conditions.

assign actvt as 01 and 02 with user to whom you want to give access to change/update conditions.

u may also assign KSCHL to specifiy it for individual conditions or assign * to it to apply above rule for all conditions.

Regards,

Former Member
0 Kudos

Dear Both,

Thank you for the immediate response! Dev system is not yet ready. I will try it once the system is ready.

Regards,

Kavin.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Wellcome to SDN. Try with auth. objects V_KONH_VKO and V_KONH_VKS.

I hope this helps you

Regards

Eduardo

Edited by: E_Hinojosa on Dec 28, 2011 9:37 AM