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

System Date

Former Member
0 Likes
518

Hi Gurus,

What is the procedure to capture the present system date (Presentation's system). By using sy-datum it will capture the application server date.

Points will be awarded

Thanks

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

hi Ravikanth

did u check the fields

<b>SY-DATLO AND SY-TIMLO .</b>

these refer to the presentaion server .

3 REPLIES 3
Read only

Former Member
0 Likes
489

hi Ravikanth

did u check the fields

<b>SY-DATLO AND SY-TIMLO .</b>

these refer to the presentaion server .

Read only

0 Likes
488

Hi santhosh,

Thanks for your quick reply. I tried this one it is taking the presentation server date. But i need the system date in which the windows is maintaing.

Thanks

Ravi

Read only

Former Member
0 Likes
488

I think it is SY-TIMLO

check structure SYST..

<b>UZEIT SYUZEIT TIMS 6 0 Current Time of Application Server</b>

<i><b>TIMLO SYSTTIMLO TIMS 6 0 Local Time of Current User

ZONLO SYSTZONLO CHAR 6 0 Time Zone of Current User</b>

</i>

Reward if useful..

Regards

Prax