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: 

F4IF_INT_TABLE_VALUE_REQUEST

Former Member
0 Kudos

Hi,

MY screen contains one i/o field with F4 fuctionality by using F4IF_INT_TABLE_VALUE_REQUEST.when i click on f4 button i will get a popup window containing checkboxes with all possible values for tht field.After selecting some values by a tick in check box,and again if i click on the same f4 button i want tht tick mark to be retained in the popup window.Wht should i do inorder hold the tick in tht popup window.IS the any option in f module.Or is there any extra coding to be done.Pls help with an sample code

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Alex

I do not think this is possible. If you are using the callback parameter you get the entire description of the search help (SHLP_DESCR). However, if you look at this complex structure you will not find any "access" to the displayed entries themselves.

The only place where I could imagine that you can modify the displayed entries is a search help exit. Using F4IF_INT_TABLE_VALUE_REQUEST you will have the problem that you never pass any exit.

Regards

Uwe