cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: Timer Event

Former Member
0 Kudos

Hi,

i have a scenario, were i want to have timer event.

ie enduser login to the portal(they will do their work in the application ),behind a timer will be running and after 30 minutes i want to tigger a event.

if the application is running more than 30 minutes i want print a message, How to know that application is running from last 30 minutes.

Its urgent & will be Appreciated.

Thanks

Maha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Maha,

You can run a timer on masterhead iview and raise an event after 30 mins.

regards,

AE

Answers (3)

Answers (3)

Former Member
0 Kudos

i done myself before i read the relplies from other, any how they are correct answers, and i had given points.

Former Member
0 Kudos

Hi

I think you must use the IWDTimedTrigger, that automatically triggers an event with specified delay.

You can set the delay property for the UI element and set it according to your need.

Hope this link may help you.

http://help.sap.com/saphelp_nw04/helpdata/en/03/7c6b40dde0980ae10000000a155106/content.htm

Regards

- Vinod

*

Former Member
0 Kudos

Hi Maha,

This would work only if you are doing development on NW 2004s.

Insert an TimedTrigger UI element on the first view which gets displayed when the user logins from portal.

Set the delay property to 1800 (as it is 30 mins in ur case).

You can even assign a context of type integer to the delay property and set it dynamically.

Assign an action you want to perform after 30 mins to the onAction event.

Regards

Jeet