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: 

Select-option 128 visible lenght Urgent

Former Member
0 Kudos

How can I create 128 visible lenght select option , When I give rlgrap-filename as a reference , in selection screen it shows as a 45 character. How can I enlarge it . I tried to set condiguration on multiple selection screen which I enter values , it couldnt change from 45

Edited by: carlos eduardo on Jan 17, 2008 8:07 AM

6 REPLIES 6

Former Member
0 Kudos

instead of select opyion use

PARAMETERS:p_file LIKE rlgrap-filename.*

0 Kudos

I have to use multiple

Former Member
0 Kudos

Hi,

Use the statement VISIBLE LENGTH with your parameter.

like:

p3(10) TYPE c VISIBLE LENGTH 10.

Pls reward points if useful.

Regards,

Renjith Michael.

0 Kudos

I think system cut at 45 how can I prevent it

0 Kudos

I think it will not make any difference.even if visible length is 45 still you can give longer name.

or is it like you want to display field length more than 45 chars?

0 Kudos

Yes I want display field length more than 45 chars?