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

Regarding Userdefined F4 help

Former Member
0 Likes
559

Hi,

I have a field for customer in the selection screen . User wants to have only customer with account group 110 in the F4 help.

I have taken data from KNA1 table and used the FM F4IF_INIT_TABLE_VALUE_REQUEST. I am having 25000 entries in F4 help. Its showing first 5000 values. But its taking long time to display the F4 help. Is there any other solution for this. If I use other FM's the output is not looks like standard one.

Thanks,

Kishore B A

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
538

Hi,

Why dont you create a search help in se11 and assign it to your parameters or select-options.

REWARD IF USEFUL

Hi,

Why dont you create a search help in se11 and assign it to your parameters or select-options.

REWARD IF USEFUL

2 REPLIES 2
Read only

Former Member
0 Likes
539

Hi,

Why dont you create a search help in se11 and assign it to your parameters or select-options.

REWARD IF USEFUL

Read only

Former Member
0 Likes
538

Hello,

I sugest you to limit the number of selected rows using SELECT UP TO n ROWS.

Regards,