Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fields in display mode

Former Member
0 Likes
508

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

2 REPLIES 2
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

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