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

Create t-code for standard tables

Former Member
0 Likes
409

Hi,

The requirement is to limit the access to number of tables in Se16. I want to create the t-codes for the standard tables from SE16 selection screen. How can I create them.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

Hi

we have accomplished similar requirement in our project by creating ZSE16 which is just a copy of SE16

ZSE16 will have a selection screen with input asking to select the tablee from F4 help

then the following screens will be similar to SE16.

We are maintaining a custom table which will hold the table, field name and SAP Authorisation field name.

2 REPLIES 2
Read only

Former Member
0 Likes
368

hi,

you can use maximm no of entries field for this purpose.if you provide that then it will display those many

entries only.

thanks,

ram.

Read only

Former Member
0 Likes
369

Hi

we have accomplished similar requirement in our project by creating ZSE16 which is just a copy of SE16

ZSE16 will have a selection screen with input asking to select the tablee from F4 help

then the following screens will be similar to SE16.

We are maintaining a custom table which will hold the table, field name and SAP Authorisation field name.