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

How do i insert bullet in a sapscript

Former Member
0 Likes
1,912

Hi ,

I am trying to put some text in the sapscript and i nees to bullet some points. how do i do that?

Thanks

Deepthi

4 REPLIES 4
Read only

Former Member
0 Likes
1,076

Simple option is to show the '.' in Big font.

Read only

rahulkavuri
Active Contributor
0 Likes
1,076

hi make the bullet u want as an image and try

Read only

Former Member
0 Likes
1,076

The only way you can do it SAP Script is setting a bigger font and displaying <b>.</b>

SAP Scripts doesn't give you much alignment and formatting options as Smartforms.

Read only

Former Member
0 Likes
1,076

hi,

check for any SAP symbol to get a feel that it is a bullet(SYM_FILLED_CIRCLE(bold dot)) and insert the same.

<b>How to do it?</b>

open text editor in script and goto insert->characters->SAP Symbols and select the

symbol you want.

Note : You cannot see the bullets in print preview, it'll

appear only on a hard copy.

REgards,

Sailaja.