2007 Sep 26 2:08 PM
Hello,
I want to update a selection screen field according to the values of two others. The two other field values wait for pressing Enter before passing their values. But I want to get the values of these fields when the focus is changed to the third field which I want to update. Which processing block should I use?
Thx,
Ali
2007 Sep 26 2:12 PM
2007 Sep 26 2:11 PM
write the code as follows..
initialization.
ur code......
at selection-screen output.
loop at screen.
check ur condition.
modify screen.
endloop.
reward points please..
2007 Sep 26 2:18 PM
Hi,
Thx for ur quick reply. Unfortunately I still can't see the values entered in these fields. I debugged the program after inserting "loop at screen" and the relevant fields are still empty altough I enter values. It still waits Enter to be pressed in order to pass the values.
Regards,
Ali.
2007 Sep 26 2:12 PM
2007 Sep 26 2:25 PM