I am using a ALV to display data.
for that i am using the functionmodule REUSE_ALV_FIELDCATALOG_MERGE
and REUSE_ALV_GRID_DISPLAY
but while run the report at REUSE_ALV_FIELDCATALOG_MERGE its going to dump and the dump error is
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 "ZHR1174R_MD" 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 126 wide.
any one help me how to resolve this problem