2

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.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Buddhika Samith
  • 305
  • 2
  • 7
  • 20

1 Answers1

3

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.

Isuru
  • 3,044
  • 6
  • 30
  • 39
  • 1
    [GET CURSOR - dynpro](https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abapget_cursor_dynpro.htm) – Sandra Rossi Aug 27 '18 at 07:10