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

Select -options

Former Member
0 Likes
981

i need filed in select options with size 120.

If i m declaring -

data nr(120).

select-options number for nr.

I am not able to enter value of character length 120.

pls reply

9 REPLIES 9
Read only

paruchuri_nagesh
Active Contributor
0 Likes
959

hi

it is not possible to enter more than 45 characters instead of that use

parameters

Regards

Nagesh.Paruchuri

Read only

former_member404244
Active Contributor
0 Likes
959

Hi,

Instead of select-options declare as parameter...

Regards,

Nagaraj

Read only

Former Member
0 Likes
959

hi,

That is not possible by using select-options...

Check this out

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/select_o.htm

REgards,

Santosh

Read only

Wil_Wilstroth
Active Participant
0 Likes
959

Hi Shital,

If you read the technical documentation, the select-options for your field declared can be only up to 45 characters... ie

number-low (45 only)

number-high(45 only)

Thanks

William Wilstroth

William Wilstroth
Read only

0 Likes
959

thanks for fast reply

Read only

0 Likes
959

use parameters in place of select-options

it will solve your problem

Read only

former_member386202
Active Contributor
0 Likes
959

Hi,

Its not possible. Declare it as parameter then convert it into range.

Parameter : vari(120) type c.

Regards,

Prashant

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
959

Hi,

Try this.

tables PATLOG.

select-options s1 for PATLOG-TEXT.

Here text is in table is having char120 length.

Read only

Former Member
0 Likes
959

selection must be only up to8 characters long.

Regards,

V.Balaji