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

field length error

Former Member
0 Likes
942

Hi All,

when I give this code as: 186 sy-vline(45), I'm geting the error as :

<u>Length specification "(45)"exceeds field length ("1").</u>

what does that mean ?

Can anybody tell .

Thanks.

regards,

Sangeet.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
555

Hi

It is SY-VLINE field

for this field you can't give like this.

for the field SY-ULINE you can give like this.

which one you need? SY-VLINE or SY-ULINE?

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
556

Hi

It is SY-VLINE field

for this field you can't give like this.

for the field SY-ULINE you can give like this.

which one you need? SY-VLINE or SY-ULINE?

Regards

Anji

Read only

Former Member
0 Likes
555

Hi,

you can not specify the length for sy-vline. it will take the default length of '1'. so remove the length specification.

<b>Reward for useful ansers,</b>

-Satish