I have inserted button to table control, I am calling one more screen on the click of this button.
I need the line number of table control when I press this button.
Try this method;
https://archive.sap.com/discussions/thread/1581196
GET CURSOR LINE li_line.
This should return the line that triggered the push event.