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

get_selected_columns method not working...

Former Member
0 Likes
450

Hi,

I am using classes to show output in ALV grid format.

when i click on a cell in alv grid output i wanted to know the coloumn number and row number...

for getting row number am using method get_selected_rows which is working..

for getting coloumn number am using get_selected_columns which is not working....

please suggest the suitable method...

Thanks in advance..

Regards,

Anand.

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
382

Hi,

You can use method GET_CURRENT_CELL which gives row id, col id and cell value together.

Regards

Marcin

1 REPLY 1
Read only

MarcinPciak
Active Contributor
0 Likes
383

Hi,

You can use method GET_CURRENT_CELL which gives row id, col id and cell value together.

Regards

Marcin