cancel
Showing results for 
Search instead for 
Did you mean: 

if_wd_window_manager

Former Member
0 Kudos

I want to create a popup window with three

buttons -- Replace Revise and Cancel.

Is it possible to use an instance of the if_wd_window_manager

to do this, or can I only display buttons like Yes No Cancel?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In Pop Up windows I guess it is not possible to change the button text from the standard set of button combinations available.

But what you can do is create another view in the component same as your popup and ur required buttons.

Then you can call this view by using method create_window of if_wd_window_manager and in that method dont define any buttons.

Only one things will change, in pop up you have to subscribe to button events in the calling view , but by this way your button actions will be handled in the view containing the buttons.

Check the component WDT_DIALOGBOXES, method ONACTIONSHOW_DIALOGBOX in view MAINVIEW.

Regards

Manas Dua

Answers (0)