Skip to Content
Author's profile photo Andrea Molina

How to break lines longer then 72 characters?

After the EHP8 upgrade we got the dump READ_REPORT_LINE_TOO_LONG and to our surprise the funcionality ‘Downwards-Comp. Line Length(72)” was no longer under Utilities->ABAP Editor


This functionality can be found in Utilities->More Utilities->”Force Line Length 72″

/wp-content/uploads/2016/09/longer72_1042206.jpg

/wp-content/uploads/2016/09/lenght72_png_1042207.jpg/wp-content/uploads/2016/09/lenght72af_png_1042217.jpg

Hope it helps.

Andréa

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi,

      What do we do if the program is a standard program? I get the same error for my function module K_KKB_FIELDCAT_MERGE. I am unable to edit it and the functionality found in Utilities->More Utilities->”Force Line Length 72″ has been disabled for standard programs.

      Kindly help.

      Thanks,

      Apurva

      Author's profile photo Erik Thiessen
      Erik Thiessen

      this issue is not with the k_kkb_fieldcat_merge, it is with the program you are running. the function module just copies the program and if the lines are longer than 72, it dumps. go to your program and do what Andrea did above. this will fix the dump.