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

ALV!!

Former Member
0 Likes
609

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

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.

6 REPLIES 6
Read only

Former Member
0 Likes
586

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

Read only

Former Member
0 Likes
587

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.

Read only

Former Member
0 Likes
586

reduce the length of the field you are using in the program... this will avoid the dump...

Read only

Former Member
0 Likes
586

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

Read only

0 Likes
586

Hi SDNers,

I got the result.your answers sounds good.

Thanking u

Senthil kumar

Read only

Former Member
0 Likes
586

hi senthil,

divide the code line into two wherever the error is showing up.

regards,

keerthi