‎2007 Jun 22 11:44 AM
‎2007 Jun 22 11:49 AM
Disable means fixed column it can be done through Attribute Fixed columns Here You can sepcify no of columns Else U Can Specify as Output in Particular Table control Field and Make it as Disable
Message was edited by:
murali tharan
‎2007 Jun 22 11:46 AM
Hi
Select the column field
double click on that field
it take you to Attributes
make it as just OUTPUT field only
it will become disables
Reward points for useful Answers
Regards
Anji
‎2007 Jun 22 11:47 AM
hi,
check out the following link it might help you
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm
*******please reward points if the infromation is helpful to you*******
‎2007 Jun 22 11:49 AM
Hi,
Use this in PBO
loop at screen.
if screen-name = <your screen field name>.
screen-input = 0.
modify screen.
endif.
endloop.
Regards,
Umasankar.
‎2007 Jun 22 11:49 AM
Disable means fixed column it can be done through Attribute Fixed columns Here You can sepcify no of columns Else U Can Specify as Output in Particular Table control Field and Make it as Disable
Message was edited by:
murali tharan
‎2007 Jun 22 11:51 AM
In the properties of that field, you can mark the field as output only. It will become read only. Or in the PBO module, you can loop at screen and do this.
‎2007 Jun 22 11:52 AM
hi.
when u design the table control double click the column. in the screen painter u click the program tab..there u give input as not required..
hope this will solve ur problem
Thanks
Ashu
‎2007 Jun 25 6:05 AM