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

dotted line in SAPscript

Former Member
0 Likes
770

Hi all,

Is that possible to print a dotted line in SAPscript?

If so, how to do it?

Thanks

Karen

1 ACCEPTED SOLUTION
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
526

Hi,

Actually it's not possible by using the command of the Box , but gy using the text as string you can print the dotted lines in the script..

Use the text command and then u print the dotted line as

........................................................

this will prin the dotted line..

Cheers,

SImha.

Hi all,

Is that possible to print a dotted line in SAPscript?

If so, how to do it?

Thanks

Karen

2 REPLIES 2
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
527

Hi,

Actually it's not possible by using the command of the Box , but gy using the text as string you can print the dotted lines in the script..

Use the text command and then u print the dotted line as

........................................................

this will prin the dotted line..

Cheers,

SImha.

Read only

Former Member
0 Likes
526

first try out with

&SYST-ULINE&

or give the '-' symbol as many as you want.like,

  • ----------------------------------

here * is the DEFAULT paragraph format in the layout TEXT EDITOR.

Regards

Srikanth