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: 

Date/ TIme in user profile settings

Former Member
0 Kudos

Hi Abappers,

The date/time format changed in transaction SU01->own data-> defaults, is captured in which table fields???

8 REPLIES 8

Former Member
0 Kudos

Hi,

Use table USR01.

former_member386202
Active Contributor
0 Kudos

Hi,

Check table USR01

Regards,

Prashant

Former Member
0 Kudos

Check tables USR01, USR02.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

Hi,

The date and time format values of a user are stored in USR01 table.

Date format field - USR01-DATFM (Date format)

Time format field - USR01-DCPFM (Decimal notation)

Look the possible values by pressing F4 on the DATFM field.

Thanks,

Vinay

0 Kudos

by time format i meant tiem zone.. if i chnage the time zone from UCT to somthing else, the time dispalyed by sy-datum and sy-datlo doens't change.

where is this captured?

Former Member
0 Kudos

Check tables USR01, USR02.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

it gets captured in SY-DATLO, but the change gets reflected only after re login

Former Member
0 Kudos

Hi ,

Start menu ,logon language output device are copied to the structure USDEFAULTS

personel time zone to USLOGOND

decimal notation ,date format ,output immediately delete after output are copied to USR01 table

Hope this answered your qstn.

Regards ,

Prabhu K