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: 

Restrict access to Ztables thru authorization...

vsubbakrishna
Participant
0 Kudos

Hi all,

I have created a ZPROGAM which updates ZTABLE in background. Now i want to assign an authorization for both of them. Also i need to restrict certain users without authorization from accessing these tables from se16. No table maintainence allowed for these tables. They get updated in background.

How to create authorization and also assign it to these 2 objects and also how to restrict certain users without authorization from accessing these tables from se16.

Need step by step procedure for the above case.

thanks,

subba

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

Check the values of authorization object S_TABU_DIS and the Tcodes to see tables (se16, 17, etc) for that particular user.

I hope helps

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

3 REPLIES 3

Former Member
0 Kudos

hi

good

Check the values of authorization object S_TABU_DIS and the Tcodes to see tables (se16, 17, etc) for that particular user.

I hope helps

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

0 Kudos

Hi,

I need to know

1)how to create an authorization object by using S_TABU_DIS or similar one so that i can restrict certain users to view the custom table thru SE16.

2) how to check/RESTICT if the user is authorized to run a ZPROGRAM:::IE TO CHECK IF HE IS AUTHORIZED TO RUN THE REPORT.

Subba

vsubbakrishna
Participant
0 Kudos

Problem solved..

Subba