Application Development 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: 

max char in parameter

Former Member
0 Kudos
332

Hi

is ther any limited length of char for parameters and select options?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
223

Hello ,

yes it is there the <b>name length</b> for a parameter declaration is limited up to 8 characters and also the same for select options.

You cannot use the type F for a parameter declaration.

Though you declare like this :

Parameter : a(300) type c.

The visible length is only 132 characters.

reward if helps.

Thanks,

Krishnakumar

6 REPLIES 6

Former Member
0 Kudos
223

Hi,

I think 9 char is max

regs

Rams

Former Member
0 Kudos
223

Hi,

8 (ie, max no of characters in parameter and select-options is 😎

Former Member
0 Kudos
224

Hello ,

yes it is there the <b>name length</b> for a parameter declaration is limited up to 8 characters and also the same for select options.

You cannot use the type F for a parameter declaration.

Though you declare like this :

Parameter : a(300) type c.

The visible length is only 132 characters.

reward if helps.

Thanks,

Krishnakumar

Former Member
0 Kudos
223

Hi Srini,

The name of the parameter may contain a maximum of eight characters.The maximum length of characters that a parameter can accomodate is 132 in its input field. The maximum visible length of the input field is between 39 and 45. If the length is greater than the maximum visible length, the content is displayed as movable.

The name of the selection criterion is limited to a maximum of 8 characters.The maximum length of the input fields is 45.The maximum visible length of the input fields is between 10 and 18. If the length is larger than the maximum visible length, then the content is scrollable.

Regards,

Chetan.

PS: Reward points if you find this helpful.

Message was edited by:

Chetan H. Dubey

0 Kudos
223

U told that it will be in between 39 and 45 &between 10 and 18.which one should be correct

Former Member
0 Kudos
223

hi,

maximun lenght of the field should be unlimeted.

no there is any specific lenght is there in select-option and parameter option