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

Blank lines in SAP Script

Former Member
0 Likes
738

Hi

Please tell me how can I add blank lines to SAPScript window.

Appreciate your immediate response.

Thanks & Regards

Tharani

2 REPLIES 2
Read only

Former Member
0 Likes
422

hi,

in the window insert one blank line with paragarph format only

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
422

In the MAIN window? If you want blank lines you can just have a blank line in the editor. Set the paragraph format, but leave the line blank. This works for any window. If you want the program to control when you have a blank line, then create an /E TEXT_ELMENT with the blank line in it, and then CALL function WRITE_FORM for that element in your print program.

Regards,

Rich Heilman