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

Row getting deselected when i scroll down

Former Member
0 Likes
398

Hi Folks,

I am using convention table control and it is behaving weirdly. when i select one or more records and scroll down/up. The records selected earlier are getting deselected.

I have also checked the ABAP Code and i am no where clearing the value of the row selections column. I can see the marked entry in my internal table even after the last statement of the last PBO module is execute.. After this statement I am directly getting the table control and the records are deselected. So please suggest some solution for this at the earliest.

Appreciate a quick response.

Thank you in advance.

Regards,

Subramanya Nadgir

Hi Folks,

I am using convention table control and it is behaving weirdly. when i select one or more records and scroll down/up. The records selected earlier are getting deselected.

I have also checked the ABAP Code and i am no where clearing the value of the row selections column. I can see the marked entry in my internal table even after the last statement of the last PBO module is execute.. After this statement I am directly getting the table control and the records are deselected. So please suggest some solution for this at the earliest.

Appreciate a quick response.

Thank you in advance.

Regards,

Subramanya Nadgir

1 REPLY 1
Read only

Former Member
0 Likes
358

Hi,

You set the a flag in PBO

Check the answer given by me (Sarves) in this thread you might get some idea how to do it,

Regards

Sarves