cancel
Showing results for 
Search instead for 
Did you mean: 

how to avoid round trip while clicking the checkbox in ALV

Former Member
0 Kudos

Hi,

 

We have an ALV in which there is column for checkboxes. When the user selects a checkbox, it is not allowing to check another checkbox immediately. It is taking around half a second . this is because of the server round trip after clicking of each checkbox. can you please let me know how this can be solved

Thanks,

Shridhar

Accepted Solutions (0)

Answers (3)

Answers (3)

JanarthananE
Contributor
0 Kudos

Hi shridhar,

Refer the following thread ,

http://scn.sap.com/thread/1358408

Hope its useful.

Regards,

Jana

former_member199126
Participant
0 Kudos

Even we faced the same problem. The ABAP Weddynpro is designed in such a way that after each and every event(Selecting check box,scrolling in the ALV table) that is performed, the entire code is executed again.

There is no way to stop that and dont worry about the performance issue as the code is structured like that.

Thanks,

Karthik.

chengalarayulu
Active Contributor
0 Kudos

Hi Shridhar,

There is an event assignment facility to CheckBox, so it will take a while to go for next action/event.

And also if you wrote any code in onTogle action of CheckBox, removal will be helpful.