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: 

Masking a Z table

Former Member
0 Kudos

How can I Password protect my Z table in ABAP R/3 system.

1 ACCEPTED SOLUTION

former_member186746
Active Contributor
0 Kudos

Hi,

Can you tell us precisely what you want to achieve, then we can come up with a more appropriate answer.

for instance:

You can prevent access to table via the settings of that table.

You can prevent visibility of entries in SAP query (I do not know how, but I do know it's possible)

You can somehow encrypt the data in your table and only use specific programs to show the decrypted data.

You can prevent users from viewing/altering the table at all with authorizations.

Kind regards, Rob Dielemans

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Hello,

There isn't any concept like this.

But you can handle things with authorization objects.

regards,

Naimesh

former_member186746
Active Contributor
0 Kudos

Hi,

Can you tell us precisely what you want to achieve, then we can come up with a more appropriate answer.

for instance:

You can prevent access to table via the settings of that table.

You can prevent visibility of entries in SAP query (I do not know how, but I do know it's possible)

You can somehow encrypt the data in your table and only use specific programs to show the decrypted data.

You can prevent users from viewing/altering the table at all with authorizations.

Kind regards, Rob Dielemans

Former Member
0 Kudos

hi

good

which part of the ztable you want to give password, you dont want to show the structure of the ztable than that is not atall possible, and if you want to protect to display the data of the ztable than you can give the conditions in the setting as per your requirement.

thanks

mrutyun