Hi
I have an error at a report, it's the first time that i see this error,
Erro tpo.exec. READ_REPORT_LINE_TOO_LONG
Exceção CX_SY_READ_SRC_LINE_TOO_LONG
Data e hora 12.11.2008 14:57:22
Texto breve
The ABAP program lines are wider than the internal table.
O que aconteceu ?
Error in the ABAP Application Program
The current ABAP program "SAPLSKBH" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Análise do erro
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_READ_SRC_LINE_TOO_LONG', was
not caught in
procedure "K_KKB_FIELDCAT_MERGE" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
There was an attempt to read program "ZRPSD_REL_RECL" from the database.
The READ REPORT statement allows you to copy a program text into an
internal table. The occupied line length in the program text must not
exceed the width of the internal table.
The internal table "FUNCTION=K_KKB_FIELDCAT_MERGEDATA=L_ABAP_SOURCE[]" is 72
characters wide. The program line is
73 characters wide.
Falta cláusula RAISING na interface
Programa SAPLSKBH
Include LSKBHU12
Linha 1
Tipo de módulo (FUNCTION)
Nome do módulo K_KKB_FIELDCAT_MERGE
Can somebody tell me how can i correct this ?
Thanks