‎2007 Jul 31 12:24 PM
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.
‎2007 Jul 31 12:33 PM
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
‎2007 Jul 31 12:33 PM
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
‎2007 Jul 31 12:36 PM
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