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

ListBox with DataBase table

Former Member
0 Likes
358

Hi, i need to do a ModulPool application.

I have a DB table with code and description.

My question is: Is there any way to associate that DB table to a ListBox control, so this control show the possible descriptions??

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
334

Declare the parameter as follows:

parameter: matnr like mara-matnr as listbox.

then in the POH event call the FM 'F4IF_INT_TABLE_VALUE_REQUEST ' for input help.