‎2007 Dec 13 5:40 PM
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.
‎2007 Dec 13 5:43 PM
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.
‎2007 Dec 13 5:43 PM
Hi,
se38> utilities> setting> abap editor tab> check the checkbox downword comp Line length(72) and activiate the program
a®
‎2007 Dec 13 5:53 PM
‎2007 Dec 13 6:05 PM
then manullay check all long lines in your code and split into two or three lines...including comment lines..
‎2007 Dec 13 5:44 PM
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.