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

Do we have alternate function for "POPUP_GET_VALUES" ?

Former Member
0 Kudos
757

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
Read only

Former Member
0 Kudos
409

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

Read only

Clemenss
Active Contributor
0 Kudos
409

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

Read only

Former Member
0 Kudos
409

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