‎2009 May 04 7:18 AM
hi e
I want to search any field from table control.
means I have table (table control) on output screen and one input/output field.
There are some records in the table.
when user will enter one field(of table) in the input/output field on screen, and press 'enter', cursor should go to thet record in the table on screen.
thanks
‎2009 May 04 10:08 AM
Hi
I would just give you a small logic to workout.
The entities displayed in table control is same as in internal table. so in your code you can find the record index number in internal table and mark the same value in the output table control accordingly.
Hope this will help you out.
Regards
Suvendu
‎2009 May 04 12:34 PM
‎2009 May 04 1:09 PM
Hi,
From your specification it is not very clear as to what exactly you want to search. Will you search based on any fields, or the primary key fields ?
Well you can search the internal table in the PAI block and then can locate the row in the Table Control.
For the democode on Table Control have a look at the TCode: ABAPDOCU
Hope this helps.