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: 

Table name for SU01 defaults tab

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Rob

0 Kudos

Hi Sreenivas,

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

Regards

DKS

Former Member
0 Kudos

Hi

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

Personal time Zone data from USR02.

Regards,Deepa

former_member401443
Participant
0 Kudos

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