Application Development 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: 

avoid line break in editor..

Former Member
0 Kudos

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

SuhaSaha
Advisor
Advisor
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

use FM POPUP_TO_INFORM

SuhaSaha
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

Thanks a lot.... Issue is resolved.

Thanks,

Pranab

Former Member
0 Kudos

Thanks Suhas,

I too had the similar problem.

Regards,

Ranjan Jinka