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

Issue with multiple row selection in Module pool Table control

Former Member
0 Likes
572

Hi Experts,

I have a issue with multiple row selection in Table control using Module pool programming. Please find below the scenario and the problem description i am facing with. Kindly help me with resolving this problem.

I have a custom table control first screen with 25 columns. I have functionality to handle double click on 23rd column which will open another table control(second screen) in which i will select some rows and click SUBMIT so that the selected values get concatenated and appear in the cell of first screen on which double click was done. But when i do PAGE DOWN on first screen and perform above steps and then try to select multiple rows in the first screen, it does not allow me for multiple selection.

Any help or suggestions would be greatly helpful to me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Check your PBO, check if you are reloading the data into the internal table everytime in the PBO, this cause your dynpro selection fails. You must use a variable to know when you really want to reload the information in the table control.

2 REPLIES 2
Read only

Former Member
0 Likes
448

Check your PBO, check if you are reloading the data into the internal table everytime in the PBO, this cause your dynpro selection fails. You must use a variable to know when you really want to reload the information in the table control.

Read only

Former Member
0 Likes
447

Issue resolved..

Thanks,

Revanth