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

Table name for SU01 defaults tab

Former Member
0 Likes
20,334

Hi Experts,

Can you please let me know what is the table name for "Defaults" tab in the SU01 transaction.

I could see the structure by F1 help but could not find the data base table for the same. Thanks!

Sreenivas

4 REPLIES 4
Read only

Former Member
0 Likes
8,340

You can figure this out yourself by running ST05 when clicking that tab.

Rob

Read only

0 Likes
8,340

Hi Sreenivas,

The value of Default tab for an user is stored in table USR01 - User master record (runtime data).

Regards

DKS

Read only

Former Member
0 Likes
8,340

Hi

Check USR01 table for most of the fields in Default tab and

Personal time Zone data from USR02.

Regards,Deepa

Read only

Former Member
0 Likes
8,340

Hi

You can go to data dictionary SE11. then enter USR* and press F4. All the tables associated are with SU3 Txn.

Also you can find your data by running the function module SUSR_USER_READ