Application Development and Automation 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: 
Read only

Table Control - program RSDEMO02

Former Member
0 Likes
385

Hi,

I have created a program with table control like program RSDEMO02.

I want that they can mark only 1 row.

In this demo program there is an error. I mark a row on the first

screen, when I go to the next page and I mark a row then the first row

still stay marked.

When I stay on the same screen than it works correct.

Is there a way to solve this problem?

Kind regards,

Rita Stockmans

1 REPLY 1
Read only

Former Member
0 Likes
324

Hi,

When you mark a row then the first field of the table control(Single charecter field in the table control) will become X, you need to handel this and make this as SPACE, so every time only 1 will be selected.

and also, there will be an option in the attributes of the table control(in SE51), look at the attributes option, there you can select an option to select single row for a table control

Regards

Sudheer