Skip to Content
0
Former Member
Sep 11, 2007 at 02:40 PM

Popup: button text does not change

116 Views

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