Hi,
I have ALV grid using cl_gui_alv_grid class (oo concept). I also have a pushbutton on pf-status of the same screen where ALV grid is displayed. When user clicks the pushbutton on pf-status after changing data in a cell of a row, i need to get value of the cell and do certain calculations. Does anyone know how to get cell contents after user clicks pushbutton in pf-status? if I create pushbutton in ALV toolbar and use events it works but when user clicks pushbutton in pf-status, cannot make it to work.
Thanks in advance for ur help.