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

SAPGUI Recording : Getting Server Time

Former Member
0 Likes
478

Dear All,

I need to get the server time where i am doing the recording.

Ex : Sys1 is my eCATT Server.

and sys2 is my application server on which i am doing SAPGUI recording.

i used x = &time and i am getting the time of sys1(eCATT Server)

How to get time on sys2( Application server) ?

Thanks in Adavance

sreedhar d

Dear All,

I need to get the server time where i am doing the recording.

Ex : Sys1 is my eCATT Server.

and sys2 is my application server on which i am doing SAPGUI recording.

i used x = &time and i am getting the time of sys1(eCATT Server)

How to get time on sys2( Application server) ?

Thanks in Adavance

sreedhar d

2 REPLIES 2
Read only

Former Member
0 Likes
438

you can use the system variable sy-uzeit to get the time on the application server

Read only

Former Member
0 Likes
438

You can execute this RFC MSS_GET_SY_DATE_TIME to get the time and date on any application server.