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: 

how to add password to a database table

Former Member
0 Kudos

Hi experts,

I want to know that is it possible to make a database table password protected so that only the creator can see the data in the table. Please help.

Regards,

Vaibhav Tiwari.

5 REPLIES 5

Former Member
0 Kudos

Hi

in the Table settings tab ie in the Delivery and Maintainance tab you can sepcify the Display or Maintainance not allowed to keep your data base safe

Regards

Gururaj

Reward if useful

Former Member
0 Kudos

Hi

You can also create authorization group and assign them to the table using

Utilities->assign Authorization Group to protect the table

Regards

Gururaj

0 Kudos

This is useful but here the problem is when there are many people logging in with same user id.

0 Kudos

<b>http://help.sap.com/saphelp_nw04/helpdata/en/34/85a1390f463a26e10000000a114084/frameset.htm</b>

0 Kudos

If that is the issue then there is another method.

Put a check on the windows login name that the user is using.

You can use this FM

CALL FUNCTION 'GUI_GET_DESKTOP_INFO'

EXPORTING

type = '5'

CHANGING

return = wf_user.

This will give you the name of the user which is logged into the machine the person is using !