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: 

Deleting particular rows from tablewiev

Former Member
0 Kudos

How can I get the row index of tablewiev in such case:

When You click some row in tablewiev (that is filled with data) then press some 'Delete' button, I'd like the program to get the selected row index and remove that line from itab which fills tablewiev. How can I do this? Greetings. P.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

At PAI, use following statement :

GET CURSOR FIELD <f> LINE <lin> .

Regards

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

At PAI, use following statement :

GET CURSOR FIELD <f> LINE <lin> .

Regards