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: 

SAP-BASICS

Former Member
0 Kudos

In which database table system data will store? (like Password, Client details....)

7 REPLIES 7

Former Member
0 Kudos

user details in <b>usr01</b>

logon details in <b>usr02</b>

SYST - structure stores client details

Former Member
0 Kudos

Hi,

You can find the detils in SYST table...

Regards,

ram mohan

Pls reward points if it is useful...

Former Member
0 Kudos

for client details u can get from system fields

chk this for system fields

http://www.sapgenie.com/abap/systemfields.htm

Former Member
0 Kudos

Hi

If you want the login detais and the password,

try USR02

Regards,

Aswin

Former Member
0 Kudos

HI,

<b>USR01</b> User master record (runtime data)

<b>USR02</b> Logon data

<b>USR04</b> User master authorizations

<b>USR06</b> Additional Data per User

<b>USR40</b> Table for illegal passwords

Thanks

Sudheer

Former Member
0 Kudos

Hi Srinivasa rao,

<b>1)User logon data is aviable in table USR02.

Client: USR02-MANDT

UserName: USR02-BNAME

Password: USR02-BCODE</b>

2)User related data will be stored in USR01,USR02,USR03 tables. You can more information on User details using USR* in SE11.

3)The system related fields will be in SYST table.

Thanks,

Vinay

former_member188685
Active Contributor
0 Kudos

Hi,

Password details

<b>USR02 Logon data</b>

for all user related data you can find in table USR*

and client data in table <b>T000</b>

Regards

vijay