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: 

Function Module for custom search help

Former Member
0 Kudos

Is there a FM similar to HELP_VALUES_GET_FROM_LIST (reported as obsolete, and I can't make it work anyway) which would take an internal table as the list of values to display for the selection, and return a row of that internal table as the selected item?

Here's what I'm looking for:

F4_SELECT_FROM_LIST

EXPORTING

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please check the function module F4IF_INT_TABLE_VALUE_REQUEST..

Thanks

Naren

Former Member
0 Kudos

F4IF_INT_TABLE_VALUE_REQUEST

Check the documentation, you need to fill certain parameters according what you are trying to do