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

avoid line break in editor..

Former Member
0 Likes
1,247

Hi all,

while writing the below line in abap editor , the line breaks and it comes in multiple line.

Can i write the whole in a single line without any line break up.

MESSAGE i000 WITH 'OFFSHORE REPORT: No deliveries matching selection criteria found'.

Thanks in advace,

Pranab

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
970

Ohh ...

I get it now ... I think in the ABAP editor:

Utilites --> "ABAP Editor" tab --> "Editor" sub-tab --> Uncheck "Downward compatible line length(72)"

BR,

Suhas

Hi all,

while writing the below line in abap editor , the line breaks and it comes in multiple line.

Can i write the whole in a single line without any line break up.

MESSAGE i000 WITH 'OFFSHORE REPORT: No deliveries matching selection criteria found'.

Thanks in advace,

Pranab

4 REPLIES 4
Read only

Former Member
0 Likes
970

use FM POPUP_TO_INFORM

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
971

Ohh ...

I get it now ... I think in the ABAP editor:

Utilites --> "ABAP Editor" tab --> "Editor" sub-tab --> Uncheck "Downward compatible line length(72)"

BR,

Suhas

Read only

Former Member
0 Likes
970

Thanks a lot.... Issue is resolved.

Thanks,

Pranab

Read only

Former Member
0 Likes
970

Thanks Suhas,

I too had the similar problem.

Regards,

Ranjan Jinka