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: 

How to set focus in ALV Grid (OOPS) in a specific row & column?

Former Member
0 Kudos

Hi,

I'm trying to use method set_current_cell_rowpos_colid to set focus in a specific row & column.. But as it's a protected method I couldn't call it from outside the class.

Any Solution.

Regards

Jaker.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jaker

Have you tried to use method SET_SELECTED_CELLS or SET_CURRENT_CELL_VIA_ID?

Regards

Uwe

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jaker

Have you tried to use method SET_SELECTED_CELLS or SET_CURRENT_CELL_VIA_ID?

Regards

Uwe

0 Kudos

Hi Uwe,

I didn't tried before, but I just tried method SET_CURRENT_CELL_VIA_ID..It resolved my problem..

Thank you.