Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Module pool + Tabe control

pankajs_dwivedi
Participant
0 Kudos

I have a Table control where i have certain field which is editable.Now i need to check which row i have changed.Where can i get the particular row number.

2 REPLIES 2

Former Member
0 Kudos

Hi Pankaj,

It is possible..

If Tab_control is the name of the table control variable, then

Tab_control-current_line will give you the current line which is getting edited.

Regards,

Amit.

Former Member
0 Kudos

hi pankaj,

try checking with SY-STEPL.

hope this helps,

do reward if it helps,

priya.