‎2009 May 08 10:22 AM
Hi Experts,
I have created a table control. In that Totally 4 columns are there. The 4th column will remains in change mode always. I have to add a new row for every clicking on the new button, based on the second column value i have to change the 1st column display/change mode operation.
if 2nd column contains any value the first column should be in display mode if 2nd column doesn't have any value then the 1st column should be in change mode.
Please tell me how can do this with loop at screen.
give me any existing code if possible.
Thanks
g.s.naidu
‎2009 May 08 10:51 AM
‎2009 May 08 10:57 AM
hi,
please look into followin code..if this might help you.
loop at screen.
if screen-name = '' ".
screen-input = '0'.
modify screen.
endif.
endloop.
thanks.
‎2009 May 08 11:27 AM
Hi
Is the second column value done thru user manual input or F4 help, incase it is thru F4 help there is a solution, if 2nd column value is thru manual input then some explicit event should be triggered like hitting enter button inorder to control the display of first column