Search code examples
buttonabapdynpro

SAP Table Control with button event


I have inserted button to table control, I am calling one more screen on the click of this button.

enter image description here

I need the line number of table control when I press this button.


Solution

  • 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.