Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

ABAP Runtime error : READ_REPORT_LINE_TOO_LONG

$
0
0

hi ,

 

When doing the ALV program , the declaration of variables such as

 

a LIKE ekko-a,

b LIKE ekko-b,

 

or

 

a TYPE ekko-a,

b TYPE ekko-b,

 

Which one will lead to the below error msg :

 

1.) ABAP Runtime error : READ_REPORT_LINE_TOO_LONG

     Exception : CX_SY_READ_SRC_LINE_TOO_LONG

     The ABAP program lines are wider than the internal table.

      Because it has come across a statement that unfortunately cannot be executed.

      Error analysis :

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_MERGE\DATA=L_ABAP_SOURCE[]" is 72

  characters wide. The program line is

101 characters wide.

 

Thx




Viewing all articles
Browse latest Browse all 8768

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>