cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors READ_REPORT_LINE_TOO_LONG

Former Member
0 Kudos

Hello,

I have a short Dump in my SAP ECC system.

Runtime Errors         READ_REPORT_LINE_TOO_LONG
Exception              CX_SY_READ_SRC_LINE_TOO_LONG
Date and Time          2012.12.10 05:03:25

Short text
     The ABAP program lines are wider than the internal table.

What happened?
     Error in the ABAP Application Program
     The current ABAP program "/SSA/DXB" had to be terminated because it has
     come across a statement that unfortunately cannot be executed.

What can you do?
     Note down which actions and inputs caused the error.
     To process the problem further, contact you SAP system
     administrator.
     Using Transaction ST22 for ABAP Dump Analysis, you can look
     at and manage termination messages, and you can also
     keep them for a long time.

Error analysis
    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 "SSA_COLLECT_DATA_FOR_SDCC" "(FORM)", 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 "/SSA/DCA" 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 "\PROGRAM=/SSA/DXB\FORM=SSA_COLLECT_DATA_FOR_SDCC\DATA=LT_SO
    URCE" is 72 characters wide. The program line is
    73 characters wide.

How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    The exception must either be prevented, caught within proedure
    "SSA_COLLECT_DATA_FOR_SDCC" "(FORM)", or its possible occurrence must be
     declared in the
    RAISING clause of the procedure.
    To prevent the exception, note the following:

I am new to SAP Basis, so I have few Doubts about the Dump and I am new to SCN

1. Whether it is a Basis error or others.

2. Is it related to HR ?

3. Can any one suggest any notes for this .

PLS....

Raghu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check Note 1750183 - ST-A/PI 01P: READ_REPORT_LINE_TOO_LONG dump in /SSA/DXB. Hope it help to resolve your issue.

Regards,
Roman

Answers (2)

Answers (2)

former_member182034
Active Contributor
0 Kudos

hi Vijay,

You are getting this issue due to lines in source code which are more than 72 characters. If you want to fix this issue then open the report

SE38 --> put report

Utilities->Setting

Check the radio button

"Default Line Length (72)"

or

Download-Comp Line length(72)

and check again..

or contact with abaper to resolve this issue

Regards,

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raghu,

Hope you are doing good.

Please have a look at  SAP Note No. 1606155 and note 1058813; this should solve your issue.

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth