cancel
Showing results for 
Search instead for 
Did you mean: 

SD user exit

Former Member
0 Kudos

I want to apply a simple authorization at sales orders. Using the distibution channel and division I want to prevent some users from being able to use va22 and va23 if the quotation they are entering is not from their department.

Which user exit should be used?

Is there any better way than the user exit?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member131745
Product and Topic Expert
Product and Topic Expert
0 Kudos

Cant you incorporate the following object check:

V_VBAK_VKO Sales Document: Authorization for Sales Areas

You could also check the authorization for example in:

Main program SAPMV45A

Source code of MV45AFZZ

> userexit_read_document.

I hope this helps.

Gerard