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

multiple selection column in table control problem

Former Member
0 Likes
485

Hi, all.

My issue now is I have a table control on a screen that can let user select multiple records, and then click a button to process those selected record just now. But after I select some records and scroll down the screen, i found out that those record which are selected just now is disappear, and i have to select again.

So, may i know how to fix those records in a table control which i selected earlier during i scroll up and down the table control on the screen?

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
422

Hi,

Once you scroll down the item selected above gets deselected this is natural thing in SAP Module Pool.

You can do one thing to avoid such thing is by increasing your screen size where you are displaying the contents.

hope this will solve your problem.

Regards,

Suvendu.

Read only

Former Member
0 Likes
422

hi

when u scroll down in a table control the selected rows dissappears as they will not be visible

when u scroll down, so try to increase the size of the screen and the table control.

Regards