2009 Mar 23 6:15 AM
hi i am using one standard include where the statement is
READ REPORT include INTO source.
source contains line field which is 72 char.
2009 Mar 23 6:17 AM
for your main program use below syntax of report;
REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.
hi i am using one standard include where the statement is
READ REPORT include INTO source.
source contains line field which is 72 char.
2009 Mar 23 6:17 AM
for your main program use below syntax of report;
REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.
2009 Mar 23 6:18 AM
define the length of > 72. Since change of editor, it is possible to code line > 72 characters. So after READ INTO source, this will give a dump.
2009 Mar 23 6:29 AM
chage the settings of your abap editior as follows.
UTILITIES -
>SETTINGS------>ABAP EDITOR uncheck the statement "Downward-Compat line length (72)".
2009 Mar 23 6:35 AM
Hi Rohit,
Go to Utilities -> Settings -> Check the checkbox Downwards-Comp. Line length (72).
It will automatically limit your code width in 72 characters.
Hope this will help.
Regards,
Nitin.
2009 Mar 23 7:18 AM
Hi Thanks to all for your answer
but i have tried all the options given by you all.but still its not working.
2009 Mar 23 8:07 AM
HI,
Goto that perticular source code and then try
UTILITIES-----SETTINGS--ABAP EDITOR--
CHECK DOWNWORD-COMP LINE LENGTH(72)
HAVE U TRIED THIS?
DONT DO THIS ON CURRENT SCREEN WHERE ERROR IS COMING GOTO THAT PERTICULAR INCLUDE.
2009 Mar 23 8:08 AM
Are you able to see a vertical line dividing the editor page in two parts after checking that checkbox ?
2009 Mar 23 6:41 AM
GOTO UTILITIES -
SETTINGS--ABAP EDITOR----AND CHECK DOWNWORD-COMP LINE LENGTH(72) THEN IT WILL ASK FOR BREAKDOWN THEN SAY YES.