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: 

Getting cursor position

Former Member
0 Kudos

Hi Experts,

I have a table maintenance generator. In that I select a row and I want to do some validations before deletion.

How can I catch the selected row in the table displayed in the table maintenance generator.

I am not able to catch the line. Help me.

Thanks and regards,

Venkat

1 REPLY 1

Former Member
0 Kudos

Hi Venkat,

This can be easily done.Please check system varibles. I guess sy-tabix.

Also, it is same as you are working on table control.You have to just find the Loop statement.

Hope it helps you.