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

Popup Screen with Two Input values

Former Member
0 Likes
1,303

Hi, Could anyone please advice me if these is any standadard function module available to have a popup screen with two input butons to enter values by the user. Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,060

POPUP_TO_CONFIRM Displays a popup dialog with a user defined message for confirmation

POPUP_TO_GET_VALUE Displays a popup dialog requesting a value for a particular table-fieldname

4 REPLIES 4
Read only

Former Member
0 Likes
1,060

Hi,

Check this Fm POPUP_GET_VALUES

Refer to this link..

Read only

Former Member
0 Likes
1,061

POPUP_TO_CONFIRM Displays a popup dialog with a user defined message for confirmation

POPUP_TO_GET_VALUE Displays a popup dialog requesting a value for a particular table-fieldname

Read only

Former Member
0 Likes
1,060

Hi,

Try the function modules

POPUP_GET_VALUES and POPUP_GET_VALUES_USER_CHECKED

Regards,

Vik

Read only

0 Likes
1,060

thanks for the advice. Points given.