Skip to Content
0
Former Member
Jul 18, 2006 at 12:01 AM

wdabap - subscrube_to_button_event

22 Views

Hello,

I have a method:

popup->subscribe_to_button_event(

button = if_wd_window=>co_button_yes

button_text = 'Yes'

tooltip = 'Yes'

action_name = 'DELETE'

action_view = l_api

is_default_button = abap_false ).

If I want to pass a parameter to DELETE action how do I pass it?

Thank you.