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
638

Hi,

I want to have a pop up window with some message and a button saying as OK.

Is there any function module where we can have such types of pop up windows?

I am writing the code for this pop up in a EXIT.

Thanks,

Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
492

Hi,

Use Function module 'POPUP_TO_DISPLAY_TEXT'.

Rgds,

Bujji

4 REPLIES 4
Read only

Former Member
0 Likes
493

Hi,

Use Function module 'POPUP_TO_DISPLAY_TEXT'.

Rgds,

Bujji

Read only

GauthamV
Active Contributor
0 Likes
492

hi,

try to use POPUP_TO_CONFIRM func module.

Read only

Former Member
0 Likes
492

Hi , Use this

POPUP_TO_CONFIRM_STEP

Read only

Former Member
0 Likes
492

Use

POPUP_TO_DISPLAY_TEXT

..

Check also

POPUP_TO_DISPLAY_TEXT u2013 display 2 line text.

POPUP_TO_CONFIRM

POPUP_TO_CONFIRM_WITH_VALUE (with Back and Exit)

POPUP_TO_CONFIRM_LOSS_OF_DATA (with Cancel).

POPUP_TO_CONFIRM_WITH_MESSAGE

POPUP_TO_DECIDE

POPUP_TO_DECIDE_WITH_MESSAGE

POPUP_GET_VALUES