‎2009 Jan 28 2:28 PM
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.
‎2009 Jan 28 4:06 PM
Hi,
You can use method GET_CURRENT_CELL which gives row id, col id and cell value together.
Regards
Marcin
‎2009 Jan 28 4:06 PM
Hi,
You can use method GET_CURRENT_CELL which gives row id, col id and cell value together.
Regards
Marcin