‎2007 May 11 12:26 PM
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.
‎2007 May 11 12:30 PM
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.