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

Table control - Find

Former Member
0 Likes
417

Hi All,

I am developing a screen program with table control. I have page up/down and sort ascending/descending functionality.

But in addition to this user needs a Find and Find Next functionality as well. I

Any idea how to achieve this?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hello ,

make use of FM TABLE_GET_KEY_TO_SET_CUR_ROW.

for samle code , check in SM30.

regards

Prabhu

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hello ,

make use of FM TABLE_GET_KEY_TO_SET_CUR_ROW.

for samle code , check in SM30.

regards

Prabhu

Read only

Former Member
0 Likes
379

Solved it myself. Created a pop up screen that works for my requirement