‎2007 May 04 4:30 AM
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
‎2007 May 04 4:33 AM
Chesat,
May be you would have forgot to activate that particular screen.Kindly chekc it.
K.Kiran.
‎2007 May 04 4:43 AM
I have activated it. Any helpful answers plssssssssssssssssssssss?
‎2007 May 04 5:00 AM
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
‎2007 May 04 5:07 AM
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.