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: 

Module Pool - how to Add Find Ctrl-F option in Table Controller

venkateswaran_k
Active Contributor
0 Kudos

Hi

I have on module pool screen - table controller displays many rows.. user wants to have Contrl-F option (Find).. How to implement.. Kindly give some tips

2 REPLIES 2

0 Kudos

Hi Venkateswaran

Hope this helps:
https://archive.sap.com/discussions/thread/1827684

Regards

Taha

Sandra_Rossi
Active Contributor
0 Kudos

I don't know any existing utility code to find a text in a [internal table of a] table control, but it should be rather easy to code it yourself (dialog for input of searched text, for instance function module POPUP_GET_VALUES, LOOP AT your internal table, maybe WRITE TO, logical operator CS to check if the text , etc.)

Or you may use a filter function instead, by using the LVC_FILTER function module. There are code samples in the forum.