Hello,
I display a popup. After pressing a popup button (the buttons at the buttom) I do the following in WDDOMODIFYVIEW:
if_wd_window~unsubscribe_from_button_event( button = if_wd_window=>co_button_cancel ).
if_wd_window~subscribe_to_button_event(button = if_wd_window=>co_button_cancel
button_text = new_text
... )
if_wd_window~set_close_button( close_button = abap_false ).
The Problem is that the text of the button does not change and the close button does not disappear.
Best regards, Hergen