‎2007 May 07 10:59 AM
Dear All,
I have generated a <b>Table Control</b> in Modular Program .
Here a pushbutton is given which will pop up a window for user to enter keyword for search ( * can be used).
I want to provide functionality that record requested should become top line of control & cursor repositioned at it with out <b>hardcoding</b>. For this pl can anybody suggest SAP standard functions along with parameters to be passed ?
You can use transaction <b>BD60</b> to get an idea of my request.
I got a function named <b>'TABLE_GET_KEY_TO_SET_CUR_ROW'</b> there but on testing it shows all key fields for searching which is not required.
If I am on right path please suggest parameters to be passed?
I hope I have not made my query complex.
Thanks in Advance
<b>Aseem Khera</b>
‎2007 May 07 4:11 PM
‎2007 May 07 4:11 PM
‎2007 May 09 7:53 AM
Hi Rob,
I tried it but it is not working.
Can you please explain me the parameters it will take.
Thanks & Regards
Aseem
‎2007 May 10 2:42 PM
‎2008 Jan 25 6:29 AM
Hi Aseem,
Even i am using table control in module program. Could you just tell me which pop-up/functional module you have used for search??? I have a 'Find' button in application toolbar and need a pop-up for find when the user clicks on it and need the cursor postion in that particular search record........how did u implement this??? Pls let me know....
Thanks,
Shrinath
‎2008 Jul 30 5:30 PM
CONTROLS: my_table TYPE TABLEVIEW USING SCREEN 0100.
At PROCESS BEFORE OUTPUT :
my_table-top_line = x.
for automatic vertical scrolling of first line of table control.
Hi.
‎2008 Oct 10 8:21 PM
Hi Luca,
When yo say
my_table-top_line = x.
Which value can take x ?
Regards,
JORGE ROJAS
‎2008 Dec 09 10:14 AM
I'm sorry for my delay!
x in an integer that indicates the offset of the row when you want to point.