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: 

Do we have alternate function for "POPUP_GET_VALUES" ?

Former Member
0 Kudos
697

I have to import multiple values from a popup; above function support us to import single value. Do we have alternate function?

3 REPLIES 3

Former Member
0 Kudos
349

POPUP_GET_VALUES does allow multiple values. Just supply multiple entries in FIELDS table.

Clemenss
Active Contributor
0 Kudos
349

For examples, see the program RSSPO410. Othjerwise, you may use function POPUP_TO_DECIDE_LIST where you can choose among any number of (up to 25) options.

Why don't you just give an example of what you want so that everyone will understand.

Regards Clemens

Former Member
0 Kudos
349

You can use ALV popup list.  This will show a listing of values to select from.  See example code here:

ALV POPUP LIST DISPLAY USING CLASS cl_salv_table - Code Gallery - SCN Wiki