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

SAPscript inserting empty line

Former Member
0 Likes
2,890

Hi Everybody,

it's me again, somebody knows if is possible and if it is, how can i <b>insert an empty line</b> in a window?

thanks 😃

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,561

You can use the tag <b>/</b>

6 REPLIES 6
Read only

Former Member
0 Likes
1,562

You can use the tag <b>/</b>

Read only

0 Likes
1,561

Enter the tag <b>/</b> for the paragraph format.

Read only

Former Member
0 Likes
1,561

Hi Emilio,

Use tag / in (paragraph format)this create an empty line.

:anka

Read only

Former Member
0 Likes
1,561

Hi,

Any paragraph format will create a blank line with out any fields written on the line.SAP has given / for that,you can use that too.

Read only

0 Likes
1,561

When you do a "/", it does a line feed using the configuration for the current paragraph (ie. line spacing). However, you have to make sure the paragraph currently in use does not have the NO BLANK LINES option set in the paragraph definition. If it does, you do not get a blank line.

Read only

bruno_esperanca
Contributor
0 Likes
1,561

Actually, the "/" didn't work for me but the "L" tag (default paragraph) worked (in a Standard Text). My 2 cents

Regards,

Bruno