cancel
Showing results for 
Search instead for 
Did you mean: 

wedynpro error ?

Former Member
0 Kudos

hi

in my alv source code of webdynpro aplication This ALV has three columns which needs Checkbox as a cell editor. On execution, the clicks on Checkboxes forces the screen to refresh.

how to get rid of this problem

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> hi

> in my alv source code of webdynpro aplication This ALV has three columns which needs Checkbox as a cell editor. On execution, the clicks on Checkboxes forces the screen to refresh.

> how to get rid of this problem

This has to do with the way that the reusable ALV component exposes summarized events (like onDataChange) to external components. Internally the ALV rendered must always activate the checkBox events in order to propigate out its ALV specific events. Therefore you always get a round trip on the checkbox within the ALV, even if you haven't registered any of the ALV events. Consider using the standard table with Checkbox cell editors if you need this functionality without the event upon check.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Alex

refer this Link inorder To resolve this Query

/message/7466028#7466028 [original link is broken]

regards

saruabh goel

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Are you sure that you linked to the correct forum thread. Your link seems to go to a thread on portal infrastrucure that has nothing to do with Checkboxes.