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 window with some input fields

Former Member
0 Likes
668

Is it possible to call a popup window in module pool program ( call function bkk_popup_display_list)?

i want to creat one popup window with some input fields , is it possible?

Edited by: prakash jha on Mar 28, 2008 3:26 PM

3 REPLIES 3
Read only

Former Member
0 Likes
602

Hi,

Use the Function Module below

POPUP_GET_VALUES to get the POPUP for getting more than one value

Read only

Former Member
0 Likes
602

You can always create another screen and do what ever you want. Make sure you set it as type Modal.

Read only

Former Member
0 Likes
602

As Paul says, you can define your own popup screen easily - define it as modal in the attributes, and when you call it use the "starting at" and "ending at" parameters on the call screen to position and size the window... you will also want your PF-Status to be for a model window. See also:

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba4e635c111d1829f0000e829fbfe/content.htm

Jonathan