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

SAP-BASICS

Former Member
0 Likes
818

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

7 REPLIES 7
Read only

Former Member
0 Likes
776

user details in <b>usr01</b>

logon details in <b>usr02</b>

SYST - structure stores client details

Read only

Former Member
0 Likes
776

Hi,

You can find the detils in SYST table...

Regards,

ram mohan

Pls reward points if it is useful...

Read only

Former Member
0 Likes
776

for client details u can get from system fields

chk this for system fields

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

Read only

Former Member
0 Likes
776

Hi

If you want the login detais and the password,

try USR02

Regards,

Aswin

Read only

Former Member
0 Likes
776

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

Read only

Former Member
0 Likes
776

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

Read only

Former Member
0 Likes
776

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