Category : ABAP
Programming Error
Runtime Errors: READ_REPORT_LINE_TOO_LONG
Except.: CX_SY_READ_SRC_LINE_TOO_LONG
Detail explanation of the dump:
The internal table
"\FUNCTION=K_KKB_FIELDCAT_MERGE\DATA=L_ABAP_SOURCE[]" is 72
characters wide. The program line is 81 characters wide.
Reason:
Function REUSE_ALV_FIELDCATALOG_MERGE dumps if the program contains
lines longer than 72 characters, even if the lines are comment lines.
Solution:
An easy remedy is to turn on the switch preventing lines to be
longer than 72.
(Utilities -> settings. Tab-page “ABAP-Editor”, sub
tab-page “Editor”, set a check mark in the field “Downwards-Comp. Line
Lngth(72)”).
No comments:
Post a Comment