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

Database access

Former Member
0 Likes
403

hi all

I want to access database through sqlplus. how can i get it and i want to see the table like vbak, lips etc.

how can i see that.

and i want to delete one user from database.

3 REPLIES 3
Read only

Former Member
0 Likes
372

Try using Transaction SU01 for user deletion...

For checking the tables via sql you need to get the database connection details from the basis team.

Message was edited by: Anurag Bankley

Read only

Former Member
0 Likes
372

hi Muthu,

CHeck out <b>SU01</b> Transaction ..

Regards,

Santosh

Read only

Former Member
0 Likes
372

if you want to delete a user through program, you can use the function module "<b>SUSR_BAPI_USER_PROFILES_DELETE"</b>

if you want to delete one time,you can use <b>SU01</b> transaction to delete the user manually.

Regards

srikanth