cancel
Showing results for 
Search instead for 
Did you mean: 

authorization for condition type

Former Member
0 Kudos

I came across a requirement where the sales executive should enter less than or equal to 5% discount from his user id.only the sales manager can enter the more than 5% discount from his user id. is there any authorisation for entering pricing discount.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

may be maintain two different condtion types ( DIS1 and DIS2 )one for executive and one for manager and fixt the upper and lower limits accordingly so that the executive cannot give more than 5 % disc. As well fix a lower limit for the manager as 5 % and so that he can give only more than that.

Let the executive enter value only for DIS1 and manager for DIS2. Try it.

Thanks

Sadhu Kishore

Former Member
0 Kudos

Hi Sadhu,

In this case how we can restrict the executive to enter the condition type belonging to Manager.Because pricing procedure will remain same so as available condition types for manual entry.Where will be the check for limits ?

Regards,

Amrish Purohit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use user exit save document prepare in MV45AFZZ.In this you can write the required logic.Maintain a Z table with user id and discount % relation of condition type as per requirement.Whenever user will enter the condition type system will check the Z table with SYUSER and if requirement is fulfilled the it will allow to save document else throw an error.

Reward points if helpful

Regards,

Amrish Purohit