I have been working on a report for a Handheld device with Steploops. The problem I am having is that I need to disable a qty field when a checkbox is checked but enable it again when it is unchecked.
The main problem right now is that on my Loop at Screen, I will see one row instead of them all and if I change it to Screen-active = '0'. It disables all the qty fields.
There is any idea I will apply to fix it?
After applying Phil answer it works as expected:


The trick is to call a module from the DYNPRO inside LOOP on the screen. Here is minimum style solution, by hand to illustrate the concept.
then inside the MODULE...
You can read the current line so you know the content and adjust the field accordingly. Since it is called per line of dynpro it updates the current line.