cancel
Showing results for 
Search instead for 
Did you mean: 

Authorizations depending on country and region

Former Member
0 Kudos

Hello,

Is it possible to control the access to sales documents (va01, va02, va03, va05, va11, va12, va13, va15, ...) and customer data (xd01, xd02,...) using authorizations depending on the country and region? For example, user A is authorized to create, modify and visualize customers only from France.

Is there any standard solution or do I have to use user-exits?

Thanks in advance,

Ricard.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you have to go for a user exit.

USEREXIT_SAVE_DOCUMENT_PREPARE. write the logic with the user name=A should check the customer country and region if it is allowe d then the sales order can be created else give a error message

regards

Prashanth