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

Question on Select-Options

Former Member
0 Likes
392

HI,

I have one field on Selection screen It's name is ZTEXT. My requirement is it should take input upto 90 characters but the system is allowing max 45 characters only.

I have tried like below.

Select-options : Ztext for adr6-SMTP_ADDR.

Here SMTP_ADDR lenght is 241 characters but eventhough it is accepting upto 45 characters input only in the selection screen.

could you please guide me how it will accept upto 90 characters input in the selection screen.

Thank you very much advacne.

-Kumar

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
348

You can not do that in a selection screen. You will need to use a custom dynpro. The max for even a parameter in a selection screen is 79 I believe and the max screen size is 80.

REgards,

Rich Heilman

Read only

Former Member
0 Likes
348

solved