‎2007 Oct 04 6:39 PM
How can we reduce the visibilty to single chr field when the parameter field is of length 10 char on selection screen.
‎2007 Oct 04 6:43 PM
Hi,
Parameters: p_field TYPE coas-waers VISIBLE LENGTH 5 .
NOTE:The addition VISIBLE LENGTH must be used to specify the visible length of the input field. The explicit specification of the length is necessary as the length of the entries in the list box is usually different to the actual length of the parameter.
See the link:
http://help.sap.com/saphelp_nw04/helpdata/en/f5/e9bb3787e88d74e10000009b38f8cf/frameset.htm
Reward points for useful Answers
Regards,
KK
Message was edited by: KK
Kishore Kumar Karnati
‎2007 Oct 04 6:43 PM
Hi,
Parameters: p_field TYPE coas-waers VISIBLE LENGTH 5 .
NOTE:The addition VISIBLE LENGTH must be used to specify the visible length of the input field. The explicit specification of the length is necessary as the length of the entries in the list box is usually different to the actual length of the parameter.
See the link:
http://help.sap.com/saphelp_nw04/helpdata/en/f5/e9bb3787e88d74e10000009b38f8cf/frameset.htm
Reward points for useful Answers
Regards,
KK
Message was edited by: KK
Kishore Kumar Karnati