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

What does this mean?

Former Member
0 Likes
646

Good evening all,

"The ABAP source code lines are longer than the width of the internal"

What does this error mean? The report goes to the dump and give error above.

What can I do to correct this error?

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
620

Means one of the fields is having a maximum field length value lesser than what it is being filled with.

You must either pass a value within the range or declare a variable with length greater or equal to the value being passed.

Read only

former_member194669
Active Contributor
0 Likes
620

Hi,

se38> utilities> setting> abap editor tab> check the checkbox downword comp Line length(72) and activiate the program

a®

Read only

0 Likes
620

Hi all,

It is already not checked.

Any other way.

Thanks.

Read only

0 Likes
620

then manullay check all long lines in your code and split into two or three lines...including comment lines..

Read only

former_member191735
Active Contributor
0 Likes
620

your code length is longer than the editor.

find out the line (long line) and break into 2 lines and test it.

post your dump and your code if possible.