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

Going to dump

Former Member
0 Likes
598

Hi Abapers,

I have done one alv which was executing fine. suddenly it went to dump

Runtime error: READ_REPORT_LINE_TOO_LONG.

please help me... very urgent....

points will be rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

Hi Premraj,

In SE38 from the top menu, goto Utilities --->Settings

in the ABAP editor tab open editor tab

you will see a checkbox at the bottom "Downward-Compat.Line Length"

Check this checkbox and activate your program.

I hope this will resolve the problem.

Regards,

Pankaj Sharma

Hi Premraj,

In SE38 from the top menu, goto Utilities --->Settings

in the ABAP editor tab open editor tab

you will see a checkbox at the bottom "Downward-Compat.Line Length"

Check this checkbox and activate your program.

I hope this will resolve the problem.

Regards,

Pankaj Sharma

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi Premraj,

In SE38 from the top menu, goto Utilities --->Settings

in the ABAP editor tab open editor tab

you will see a checkbox at the bottom "Downward-Compat.Line Length"

Check this checkbox and activate your program.

I hope this will resolve the problem.

Regards,

Pankaj Sharma

Read only

0 Likes
574

Hi Pankaj,

Thanks a lot Pankaj,

My problem is solved....

Read only

Former Member
0 Likes
574

I think you are using REUSE_ALV_FIELDCATALOG_MERGE fm . If it is so then your program code should not exceed the length 72 for any line. Because it is reading your report line by line and put it in a int table of length 72 char. So just check your code for each line if it exceeds the length 72 or not. If it is exceeds 72 then split the line in two lines.

regards

shiba dutta