‎2006 Oct 06 5:36 PM
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
‎2006 Oct 06 5:39 PM
‎2006 Oct 06 5:53 PM
‎2006 Oct 06 7:04 PM
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.
‎2006 Oct 06 7:19 PM
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.