cancel
Showing results for 
Search instead for 
Did you mean: 

Action in a pop up buttons

Former Member
0 Kudos

Hi experts ,

I have created a button 'Show' in view1 , by clicking the 'show' a pop up window is generated , in that window i have another two standard buttons i.e say 'ok' and 'cancel'. coz ( button_kind = if_wd_window=>co_buttons_okcancel ).

I need when i press 'ok' in the same window a another pop up will be generated .

How to do this???

Thanks

Aisurya Puhan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

You are creating popup wind or popup to confirm window. you are saying popup and standard buttons.

I think it is popup to confirm.

You are creating popup with OK and CANCEL buttons right. Create two actions with name OK and CANCEL.

in onaction of OK button write your code to create another popup.

Cheers,

Kris.