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

Table Maintenance Authorization

Former Member
0 Likes
1,563

Hi All,

Have a Nice Day !!!

I have one zabc table having 10 fields. On this table I also have table maintenance . With Z t-code end-users can maintain this table . But I want to restrict the user for modify (change ) and delete access . But at the same time user should have display, copy and new entry access .

Is this possible ?

Thanks in advance .

Regards,

Pankaj

6 REPLIES 6
Read only

Former Member
0 Likes
818

while creating a table , choose Data Browser/Table View Maint. field with the option 'table maintance allowed with restiction'.

hope it helps.

rewards if useful.

Read only

Former Member
0 Likes
818

Hi,

In the table maintenance generator u can specify Authorization Group. from this u can restrict the users.

there give standard auth. object or u can create new authorization object from SU21 transaction.

take the help from ur basis for giving the authorization.

Rewards points if helpful.

Regards,

Srinivas Ch

Read only

0 Likes
818

Hi,

what u can do is goto SE11->give the table name and press change button->now in th next screen,in the menu slect UTILITIES->TABLE MAINTAINENCE GENERATOR->Now u will get the table maintainence generator screen.

Copy the standard Interface into individual interface (Environment->Modification->User Interface)

Disable the function code (DELE) AND (EDIT) of user interface EULG for the program SAPL<UR ZTABLENAME> .

Now ur function codes will be disabled and user cannot delete nor edit..

Regards,

Nagaraj

Read only

0 Likes
818

Hi Nagaraj ,

Thanks a lot . Problem is solved .

Thanks once again.

Regards,

Pankaj .

Read only

0 Likes
818

Hi,

U don't mentioned points ....anyways nice to note that ur query is solved..

Regards,

Nagaraj

Read only

Former Member
0 Likes
818

Hi Pankaj,

IF you want to restrist the end user to change or delete the records in ztable i suggest you to create one module pool program.

Develop one screen using table control and keep one buttono on screen named CREATE so that the user can only create the entries in ztable this is easier method.

<b>reward points if useful </b>

Regards,

sunil kairam.