cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro timer on popup action

Former Member
0 Kudos

Hi All,

Having a slight issue with a WD app i've written.

I have a button which initiaises a popup window.  I subscribe to the buttons yes/no on the popup.

I have a long running process, on the click of the yues button, which times out after 600 seconds in accordance with the ICM value set.  I do not want to change the timeout value.

Ive noticed there is no timer that appears when I click the Yes button.  Is there a way to fire this and will this extend the session until the processes have finsihed completing?

Thanks All

D

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try to use if_wd_window=>CO_MSG_TYPE_NONE for your issue..

Regards,

venkat.

Former Member
0 Kudos

Timer appears by changing message_type to

                  message_type    = if_wd_window=>co_msg_type_question

However how to disable yes/no on popup when using

  l_window_manager->create_popup_to_confirm method??

Abhijeet-K
Active Participant
0 Kudos

Hi David,

The buttons made visible on the popup to confirm are listed in domain WDR_POPUP_BUTTON_KIND. You can specify a value amongst those in the parameter BUTTON_KIND of method CREATE_POPUP_TO_CONFIRM.