cancel
Showing results for 
Search instead for 
Did you mean: 

how to control sales person to read COs of certain customers

Former Member
0 Kudos

The super user want to control the sales person can only read COs created by themselves or of a certain group of customers. What auth. obj. can I use to generate the auth. profile to let this be true?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you are referring to ABAP queries. If so, then you need to call the same authorization objects in the ABAP program.

Regards,

GSL.

Answers (2)

Answers (2)

Former Member
0 Kudos

But how to control the authorization for user defined queries? Thanks.

Former Member
0 Kudos

Hi Cui,

There is no standard authorization object available for this. You need to create your own authorization object and call it through a user exit to check for this object in the role.

Take the help of BASIS guys for this.

Regards,

GSL.