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

Screen Painter Problem

Former Member
0 Likes
568

Hi,

I have added a field in screen 3170 for program SAPLCOMD. But when I go to transaction IW32 I get that field as display only I'm not able to enter a value there. In properties I have checked both input field and o/p field. I have checked whatever I could. What could be wrong????? Any ideas????

Thanks in advance

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
495

Chesat,

May be you would have forgot to activate that particular screen.Kindly chekc it.

K.Kiran.

Read only

Former Member
0 Likes
495

I have activated it. Any helpful answers plssssssssssssssssssssss?

Read only

former_member186741
Active Contributor
0 Likes
495

do some debugging in the pbo....maybe there's some logic which protects fields....module SCREEN_MODIFY_PM form screen_modify_pm is a possibility

Read only

Former Member
0 Likes
495

In the include LCOMDF30 at line 539 , there is a subroutine which controls visibility of fields.

Go through that.

You probably have to add a value to the property GROUP1 or GROUP4 of your screen element. Because the input is swtiched off for fields which dont belong to certain groups.

Hope this helps.