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

server time

Former Member
0 Likes
646

how i can find apllication server time and database time.

4 REPLIES 4
Read only

Former Member
0 Likes
609

Hi Vikas,

The database time

SYSTEM -> STATUS -> the field system field will have the system time.

Regards,

Phani.

Read only

Former Member
0 Likes
609

SY-UZEIT Date and Time, Current Application Server Time

SY-DATLO Date and time, local date of user

SY-TIMLO Date and time, local time for user

Read only

Former Member
0 Likes
609

Hi Vikas,

You can find all your DB related stuff in ST04 transaction.

Much Regards,

Amuktha.

Read only

Former Member
0 Likes
609

Use the system field SY_UZEIT to get the time of application server.