2007 Jun 18 3:56 PM
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 ?
2007 Jun 18 4:01 PM
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
2007 Jun 18 4:20 PM
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