Tuesday, June 18, 2013

Get Current Row Data at Table Control

I need to get value from current row at table control.
I use this variable to gain the value.
GET CURSOR LINE SY-CUROW.

Then, I write this line of code.
READ TABLE internal_table index SY-CUROW.

No comments:

Post a Comment