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

Fm

Former Member
0 Likes
531

tell me some functional module to get a pop up window.??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

u can get a pop up window by using many functions

try this

POPUP_GET_VALUES

hope this will work for you

3 REPLIES 3
Read only

Former Member
0 Likes
506

u can get a pop up window by using many functions

try this

POPUP_GET_VALUES

hope this will work for you

Read only

Former Member
0 Likes
505

You don't need an FM to popup a window. Instead, create a screen as a Modal Dialog Box and then call it.

Read only

Former Member
0 Likes
505

Check the following FM:

Popup Related Function Modules:

POPUP_TO_DISPLAY_TEXT – display 2 line text.

POPUP_TO_CONFIRM_STEP

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 .

Regards.