cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro always in front of all active programs.

Former Member
0 Kudos

Hi all,

I need urgent help. I have customer who wants to have a webdypro which is always on top of the active program. The customer wants a webdynpro for time recording. In this webdynpro the customer want a time clock. When this time clock is activated by the user the webdynpro must by visible any time.

Has someone an idea how build this solution!

Richard Middelburg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you're using the portal, you could create a page containing the webdynpro iview together with perhaps an KM-iview containing javascript.

Create a html page with javascript from here:

http://www.eggheadcafe.com/index/JavaScript_onblur_778ca24b-b584-47d7-9677-4fe0054eeb48.asp

(simply call self.focus() with setInterval)

If you can't use portal pages, you could add custom javascript to a webdynpro either with iFrame to an existing html page, or programaticly described in this thread:

Adding custom javascript to your webdynpro isn't what SAP had in mind, so it might not be supported in the future.

Former Member
0 Kudos

Thanks Mikael,

The information is very usefull but I need another special feature. My created browser must always be on top. When I work with Word or Excel the browser window must be visible on top of Word or Excel. like the notification popup from MSN or OWA.

Richard

Former Member
0 Kudos

Have you considered looking into building something in VB for Excel and Word instead?

Would it solve your problem to use a VB containing a html-view displaying your webdynpro? Might be easier way to do it, if you can install stuff on your clients.

For instance http://support.microsoft.com/kb/172059

Former Member
0 Kudos

Hi Mikael,

Thanks for your support. I think I have found someting to use for my webdynpro but i do not know how to use it. It is a activeX product from http://www.teebo.com called PopupNotify. I do not have experience with calling activeX in a webdynpro.

can you or someone else tell me to use this product in a webdynpro.

Richard

Answers (0)