Application Development and Automation 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: 
Read only

Ztable Authorization

former_member426550
Participant
0 Likes
935

good day experts...

i just want to ask if is it possible to control table query using authorization?

let see i have a ztable,

if the user displays the data at se16.

he can only access the data based on his authorization.

records which does not satisfy his authorization role will not be displayed.

thanks..

6 REPLIES 6
Read only

Former Member
0 Likes
851

Hi,

Yes you can.By using Authorization objects you can lock the table following by you can restrict the user to view the table.

Reward points if useful.

Regards,

Sankar.

Read only

0 Likes
851

thank you for you reply..

Authorization object in Table maintenance Part?

but my requirement is to limit the access the user...

he can still access the table but he is not allowed to view other records...

let say i have a ztable with field employee and employee group..

user1 is only allowed to display all employees with employee group = 1...then even if he tries to display all the records in the table...he can only view all emloyees with group 1.

Read only

0 Likes
851

Hi,

Transactions like SE16 (and SE11) are generic table display tools and only check the authorisation group for the table. If you want anything more complex you'll need to write your own report and include suitable authorisation checks.

Regards,

Nick

Read only

0 Likes
851

thank you for your reply...

i am closing the thread..

Read only

Former Member
0 Likes
851

Hi,

You can do it .Use Authorization object for this.

Regards

Sandipan

Read only

nivaskumar2
Explorer
0 Likes
851

Yes possible,while doing Table maintence generator we need give values to the authorisation group and object.

Authorization object

Element of the authorization system.

An authorization object groups together up to 10 authorization fields which are checked in AND link.

In the system, authorizations are checked against objects. Authorization objects allow complex checks linked to several conditions of an authorization which allows a user to carry out an action. To run the authorization check successfully, the user has to pass the check for every field contained in the object.

Authorization Group

The authorization group allows extended authorization protection for particular objects. The authorization groups are freely definable. The authorization groups usually occur in authorization objects together with an activity.