Application Development 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: 

Popup with multiple values

Former Member
0 Kudos

Is there any standard POPUP function module avaiable in the system where user can select multiple values and the return of the POPUP function module should be the internal table ?

Thanks

Aman

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

There is this function module POPUP_GET_VALUES, but I'm thinking that you want the user to be selecting multiple rows of a table and those records are to be passed back via interal table? Correct?

Regards,

Rich Heilman

0 Kudos

This function module would probably be better, POPUP_TO_DECIDE_LIST. You send it the values and it will throw a screen with those values and checkboxes next to them. User selects them and the table is passed back the the "selection" column marked.

Regards,

Rich Heilman

0 Kudos

I solved it myself

I used FM REUSE_ALV_POPUP_TO_SELECT.

any way thanks Rich for your inputs.