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

Using Find In Table Control

Former Member
0 Likes
597

Hi Friends,

I using a table control which has more than 100 line items in it. i want to use find (the binarcular) icon to easily find what i'm looking for.

is their any possibility for doing this . if yes, lease help with a possible code

Thanks & Regards,

kat

4 REPLIES 4
Read only

Former Member
0 Likes
575

HI,

refer the same thread :

it will help u a lot

regards

rahul

Read only

Former Member
0 Likes
575

hi

check this link

[Logic of Find button|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=findbuttonlogicintable+control&adv=false&sortby=cm_rnd_rankvalue]

thanks

Sachin

Read only

Former Member
0 Likes
575

Hi Kat ,

First make an input field (say P1) in which user wants to search a particular value as soon as the user does any event after filling P1 read the itab with key <Name of the column> = P1 .

if sy-subrc eq 0 .

then u can easily move that line to the top of the table .

or

secpndly if u have more than one value top display

what u can do is create another screen with same elements but on itab2 which is initial .

as soon as user fills in the P1 take user to another screen and fill the itab2 with all the values of P1.

But do not forget to make a back button .

Thnks

Sahil

Read only

Former Member
0 Likes
575

thnakyou for your replies