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: 

What is the need of Costum T-code ZSE16N.?

Former Member
0 Kudos


Hi,

What is the purpose of costum t-code of table view(ZSE16N)..? SE16N itself is a display t-code and the table restrications are done through S_TABU_DIS and S_TABU_NAM configeration..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It is useful to "duck under the radar" - same program, different tcode...

100% correct -> you should rely on S_TABU* for those programs which use it, not S_TCODE.

Cheers,

Julius

4 REPLIES 4

Former Member
0 Kudos

It is useful to "duck under the radar" - same program, different tcode...

100% correct -> you should rely on S_TABU* for those programs which use it, not S_TCODE.

Cheers,

Julius

0 Kudos

I have seen in one of the client, they are using custom t-code ZSE16N to restrict the critical table..

Which option is better for the table restriction..?S_TABU* or ABAP custon t-codes..?

0 Kudos

The better option is one which is consistent with the authorization concept, auditable and lower in cost of maintenance -> standard SE16N with S_TABU* authorization control and SM30 views in the case of changes being allowed.

Cheers,

Julius

0 Kudos

Thank you very much.

Regards,

Jaseem