cancel
Showing results for 
Search instead for 
Did you mean: 

POPUP SELECT

former_member764673
Participant
0 Kudos

Hi,

THere is one field in the internal table . I have to show this field value in a popup and the user should be able to select one value and continue the processing with the selected value. This is my requirement . Is there any funtion module to do this and if any please let me know.

Thanks in Advance.

Rajanidhi Rajasekeran.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have also used FM POPUP_TO_DECIDE_LIST. If this doesn't do what you want, then search the FM's for popup. There are many others that might have what you want.

Brian

Former Member
0 Kudos

Hi,

You can use the FM POPUP_FOR_INTERACTION for this purpose.

Regards,

Kishore

former_member764673
Participant
0 Kudos

Hi Kishore,

This fm is for handling the button press but my requirement is

In the selection screen i am having one field to give the input and if u give the input and press enter then matching recors for the given input will be taken from the DB Table which has four fields . In this four fields first field value should be same for all selected record but if it is not same then i have to show the differnt values of the first field in a popup and ask the user to select one from that .then the process continues.

My question is how to shows the values to the user in a POPUP

Thanks & Regards,

Rajanidhi Rajasekeran

Former Member
0 Kudos

Hi,

Seems you need to program your own help. This will give you a popup screen with the list of values you want the user to select from. Take a look at FM <b>F4IF_INT_TABLE_VALUE_REQUEST</b>. It is fully documented and very easy to use.

Hope this helps.

Regards

Message was edited by: Shehryar Khan

Former Member
0 Kudos

HI Rajnidhi,

Check the FM POPUP_TO_DECIDE_LIST. I think this could help you... there is example given in the documentation of the FM...

Regards,

Kishore