‎2007 Mar 13 5:03 AM
Hi SDNers,
I am new to ALV.
I have one ALV report for practice. If i execute it, its going dump and shows the following error.
'The ABAP source code lines are longer than the width of the internal'
But my friend runs the same program in another server and got the result.
How can i rectify this.
Reward sure if it is helpful to me...
Senthil kumar
‎2007 Mar 13 5:08 AM
This problem arises if the line size of the program is greater than 72 characters. Make sure that the program u wrote in <b>SE38 does not have any line longer than 72 characters (including comment lines).</b>
Naveen.
‎2007 Mar 13 5:07 AM
hi kumar,
I think The solution for your problem is to change the width of the field in the internal . if u change the width you might get the result successful
‎2007 Mar 13 5:08 AM
This problem arises if the line size of the program is greater than 72 characters. Make sure that the program u wrote in <b>SE38 does not have any line longer than 72 characters (including comment lines).</b>
Naveen.
‎2007 Mar 13 5:09 AM
reduce the length of the field you are using in the program... this will avoid the dump...
‎2007 Mar 13 5:10 AM
Hi SENTHIL,
With the error messge
'The ABAP source code lines are longer than the width of the internal'
some number will be attached like your ABAP program is going beyond line no. 85 or 90.Check it properly in the short dump analysis and after that check in your program some line will be extended beyound this point(It may be even commented line.Check it and put that extra line in the next line.Your problem will be solved.
I have faced the same problem some days back.If your problem will be solved do not forget to award points.
Mukesh Kumar
‎2007 Mar 13 5:28 AM
Hi SDNers,
I got the result.your answers sounds good.
Thanking u
Senthil kumar
‎2007 Mar 13 5:11 AM
hi senthil,
divide the code line into two wherever the error is showing up.
regards,
keerthi