‎2009 Feb 17 5:56 AM
Hi Experts,
I am implementing one enhancement. In that LOOP AT SCREEN is not working.
Is there any other way to set fields in display mode.
Regards,
Bala
‎2009 Feb 17 6:00 AM
Hi,
LOOP AT SCREEN will work only in PBO, not in all areas.. to to make a field in display mode try to use SCREEN Variant.. or try to create the implicit Enhancement in PBO
‎2009 Feb 17 6:01 AM
Hi Bala,
Loop at screen will only work in PBO for perticular screen.
So you have to write your code in PBO only.
Or if you are working on Report, then you have to write your code in AT SELECTION-SCREEN OUTPUT
event.
Hope it helps,
Pratik Vora