Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Source Code Contains Lines Exceeding the Line Length(072) SetInsert Line Br

Former Member
0 Likes
1,279

I have do work on some change request :

I have got the message like below when I try to edit the program ...

Source Code Contains Lines Exceeding the Line Length(072) SetInsert Line Break?

The program's LINE-COUNT is 55.

( REPORT zkizi132 LINE-SIZE 170 LINE-COUNT 55

NO STANDARD PAGE HEADING. )

Please suggest me these times what I need to do ?

I have do work on some change request :

I have got the message like below when I try to edit the program ...

Source Code Contains Lines Exceeding the Line Length(072) SetInsert Line Break?

The program's LINE-COUNT is 55.

( REPORT zkizi132 LINE-SIZE 170 LINE-COUNT 55

NO STANDARD PAGE HEADING. )

Please suggest me these times what I need to do ?

2 REPLIES 2
Read only

Former Member
0 Likes
683

Hi

It seems there are some code lines whose length is more tham 72 characters in the code

Restrict/change them to 72 char only

if it is more than 72 char it will create some problems when we copy this code to another place

so it is always good tokeep the each line upto 72 char only

it may be a warning only.

Reward points for useful Answers

Regards

Anji

Read only

former_member194669
Active Contributor
0 Likes
683

Hi,

If don't want that message

se38--> enter program name > change> utilities> setting select abap editor tab--> uncheck downward-compat.line length(72)

aRs