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

Reg SAPScript New Font

Former Member
0 Likes
730

Hi Friends,

I have a question regarding SAP Script. I need to change the existing font of one text to Arial Font. So I have to create a new Paragraph format while creating I couldnt find the Arial Font....

How do I achieve this...

Your help will be appreciated....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
698

Hi Friends,

In a SAPscript form , I believe Paragraph formats, Character formats, Layout , Windows and Page Windows are found at the top ( below the menu bar ).

I couldnt find Windows and Page Windows in my Sapscript. As I need to edit some of the Windows & its texts is there any other way apart from going through the layout set.

Your suggestions will be appreciated....

Leo

6 REPLIES 6
Read only

Former Member
0 Likes
698

You can specify the font in the Paragraph or with a Character Format.

Arial should be on the list. It is usually between ANDALE_T and CNHEI.

Read only

Former Member
0 Likes
698

May need to install it using SE73. You can probably find the font file on your computer in C:\WINDOWS\Fonts.

Read only

Former Member
0 Likes
698

Arial font is similar to Helvetica font in SAP.

use helvetica font family with appropriate font size

Read only

0 Likes
698

Hi ,

Thank you all...It has been informative and solved the problem too...

Read only

Former Member
0 Likes
699

Hi Friends,

In a SAPscript form , I believe Paragraph formats, Character formats, Layout , Windows and Page Windows are found at the top ( below the menu bar ).

I couldnt find Windows and Page Windows in my Sapscript. As I need to edit some of the Windows & its texts is there any other way apart from going through the layout set.

Your suggestions will be appreciated....

Leo

Read only

0 Likes
698

I think graphical form painter turned on, turn it off usiing SE71 menu: Settings->Form painter, uncheck graphical form painter.

Regards

Sridhar