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

Default value for Listbox with key filled using FM

Former Member
0 Likes
622

Hi guys,

I have a listbox which is filled dynamically by using the FM F4IF_INT_TABLE_VALUE_REQUEST. I would like that the field shows the first record from the list. Right now, you see the field in blank and when you click it the records appear.

Another question; Right now, the list appears with the key and the description. I just want the description. Is there a way to make this by using the FM?

Thanks,

Raulie

Hi guys,

I have a listbox which is filled dynamically by using the FM F4IF_INT_TABLE_VALUE_REQUEST. I would like that the field shows the first record from the list. Right now, you see the field in blank and when you click it the records appear.

Another question; Right now, the list appears with the key and the description. I just want the description. Is there a way to make this by using the FM?

Thanks,

Raulie

3 REPLIES 3
Read only

Former Member
0 Likes
560

Hello Raulie ,

Can you try that import parameters "DISPLAY" & "MARK_TAB".

Thanks,

Greetson

Read only

Former Member
0 Likes
560

Greetson,

I tried, but it didn't work. =/

Read only

0 Likes
560

Did you look at the code for display parameter? Did you try with display = 'F' ?