Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pop up window

Former Member
0 Likes
469

Hi friends,

I need to generate a pop up window based on a condition.

I can use FM POPUP_TO_CONFIRM, but I need follwing values to be displayed on the pop up window.

1)Three variable values

2)PUSH buttons (5 BUTTONS)

please help in this regard as soon as possible.

Hi friends,

I need to generate a pop up window based on a condition.

I can use FM POPUP_TO_CONFIRM, but I need follwing values to be displayed on the pop up window.

1)Three variable values

2)PUSH buttons (5 BUTTONS)

please help in this regard as soon as possible.

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
445

Hi,

what u can do is copy the FM POPUP_TO_CONFIRM to Z and then add to more buttons to it and accordingly change the code in the FM and use it.

Reward if helpful.

Regards,

Nagaraj

Read only

Former Member
0 Likes
445

use this FM : DD_POPUP_WITH_LIST, this is the best FM to display list of objects as popup.