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

filed visibility on selection screen

Former Member
0 Likes
318

How can we reduce the visibilty to single chr field when the parameter field is of length 10 char on selection screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
295

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

1 REPLY 1
Read only

Former Member
0 Likes
296

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