cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Timed Trigger in WD ABAP

Former Member
0 Kudos

Hi experts,

   I am generating a timeout warning pop up in a standard WD ABAP application (HAP_MAIN_DOCUMENT) as enhancement. After certain time interval, my Timed Trigger triggers the Action and generates the pop up message as expected. If the user clicks "YES", the session should continue and if he clicks "NO", it should close the application (Closing is working fine). However, if the user chooses to continue the session by clicking "YES", the Timed Trigger does not generate the pop up again after the interval. It works only the first time. Afterwards, it does not trigger the Action at all.

I commented out the pop up logic and checked. Then it triggers the event as expected in intervals. But does not work if pop up is generated.

Is the pop up disabling the TimedTrigger somehow?

Please share any information that may help in fixing this.

Thanks in advance!.

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

  Anyone has any ideas to fix this?

Thanks,

Mahesh

satish_kumar106
Explorer
0 Kudos

Hi Mahesh,

Please check your code in action . Check if you are disabling the timetrigger.

Regards,

Satish S.

Former Member
0 Kudos

Hi Mahesh,

Can you try setting the attribute bound to time delay to 0 and then resetting it to the required value on Ok code.

Thanks

Sowmya