Application Development 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: 

Dump in a ALV report (URGENT)

Former Member
0 Kudos

I am getting a dump in the display of and ALV report

The internal table has the correct values before the display ALV perform is called.

Dump occurs in the creation of ALV field catalog

in function

'REUSE_ALV_FIELDCATALOG_MERGE'

Description.

Runtime errors READ_REPORT_LINE_TOO_LONG

Exception CX_SY_READ_SRC_LINE_TOO_LONG

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_READ_SRC_LINE_TOO_LONG',

was neither

caught nor passed along using a RAISING clause, in the procedure

"K_KKB_FIELDCAT_MERGE" "(FUNCTION)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

You tried to read the program "ZOTDI_INSURANCE_INCLUDE" from the database. The

READ REPORT

statement allows you to copy a program's source code into an internal

table. The lines of source code must not be longer than the width of the

internal table. The internal table is 72 characters wide. The source

code line is 80 wide.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anurag,

In first screen of transaction SE38, go to menubar Utilities->Settings. In the ABAP Editor tab of the popup dialog box look under subtab Editor. At the bottom of the dialog box there should be a checkbox named Downwards-Comp.Line Lngth(72). Uncheck that, press Enter and leave the transaction. Now run your report again, it should be fine this time.

Cheers,

R.P.sastry

2 REPLIES 2

Former Member
0 Kudos

Hi Anurag,

In first screen of transaction SE38, go to menubar Utilities->Settings. In the ABAP Editor tab of the popup dialog box look under subtab Editor. At the bottom of the dialog box there should be a checkbox named Downwards-Comp.Line Lngth(72). Uncheck that, press Enter and leave the transaction. Now run your report again, it should be fine this time.

Cheers,

R.P.sastry

former_member184119
Active Contributor
0 Kudos

Kidnly Post the code so that any one can help properly..

Regards

sas