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: 

Assign authorizations for SAP user according to Sales Office.

Former Member
0 Kudos

Hi Friends,

I want to set authorizations for SAP user on standard and Z,Y transaction according to their sales office.

e.g.

USER1 is belonging to PUNE region and he want to create SALES ORDER (VA01).

So he should not authorize to create SALES ORDER for other SALES OFFICE. If he try to make this he should get error message.

Same for Z report in which that user can view data of his region only.

Pleas suggest me a proper way to do that

Regard

Amit Sontakke

4 REPLIES 4

Former Member
0 Kudos

Hi

Just find the standard authorization object for sales office in su21

then in ur Z program you can handle authorization object using syntax

AUTHORITY-CHECK OBJECT object to handle that

Regards

Amiya

former_member181995
Active Contributor
0 Kudos

Amit,

You can create Role from PFCG and assing to user.

Former Member
0 Kudos

Hi Amit,

you can use this link: http://goo.gl/mwgwa

It follows the example of the assignment of authorizations to a existing role.

It should be very helpful,

Charles

Former Member
0 Kudos

Hello

Restrict via sales Organizations and also may be via WERKS.

Thanks