cancel
Showing results for 
Search instead for 
Did you mean: 

How to show the Client side time .....

Former Member
0 Kudos

Hi all,

I am using Webdynpro for java. I want to display the time of the client pc.

how this can be done in WebDynpro?

Regards

George

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Add URL parameter <b>sap.session.ssr.showInfo</b>=true and watch browser status bar.

Armin

Former Member
0 Kudos

Hi George:

You can achieve this by doing the following only if you want to display Local PC time using web-dynpro.

1. Create an iFrame UI Element (change size to ur requirements)

2. Create an HTML page (in local pc) and write JavaScript code which displays the current Local System Time/Date.

3. And paste this HTML file in Components of your WebDynpro application through Navigator.

4. Give the name of the file as source of iFrame.

This will display the Local PC Time when you deply.

Hope this will solve your problem.

Regards,

Munna SAP

Former Member
0 Kudos

Thanks Munna,

But can you pls tell me where should I place the html file in the WD application

Regards

George

Former Member
0 Kudos

Hi George:

In Navigator > Select Project > src > mimes > Components > your pack structure (ex: com.sap.TestProj) > paste your HTML file here.

Use the same file name in the source of IFrame. Hope this will solve your query.

Munna SAP.

Former Member
0 Kudos

Hi George:

Hope my last post wound've solved your query. If not let me know, i can give you other solution.

Munna SAP.

Former Member
0 Kudos

hi,

Check out this thread

Regards,

Gopi