Feb 28, 2013

ABAP Programming Error

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:

How to change Transport request from Released to Modifiable

Step 1: Go to SE38 – Execute Program RDDIT076.  Step 2: Give your released requests number and execute again. Step 3: After executing, yo...