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

SAP Script : Font Arial 5,

Former Member
0 Likes
1,530

Dear Members,

I have use Font Arial 5 and Font Size 5 in SAP Script, SAP gives me error and says Arial 5 is not SAP Font.

I am able to use Arial 6,

The same issue, I am facing with Courier 9, I am able to use Courier 10.

Please suggest me, How can I use Arial 5, Courier 9 and so on ...

Regards

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,264

Hi Venkat,

search in forum with " SAP script : Arial Font ??????? " keyword where you have following reply from one of the members.

==========================================================

Arial fonts are not available in SAP, you have to install them.

Use transaction SE73 to install new font.

If you install True Type Arial font, your work will be easier. In you PC, under Control Panel-->font folder, you will find Arial (True Type) font.

This will only install Arial font in sap. After installiing Arial font, you need to create all different size and type of Arial font, like size 9, 10, 11, 12 with BOLD, Italic feature. You can do this in SE73 inself once you install Arial True type font. It is not required to install all size and type of arial font. Just install Arial (True Type) font and set it for different size and configuration.

==========================================================

hope this helps you.

vicky

5 REPLIES 5
Read only

Former Member
0 Likes
1,264

Hi Venkat,

The font must be uploaded in the system to use them in sapscript. All fonts may not be available in your system.

Upload it before using them in scripts.

Cheers

VJ

Read only

Former Member
0 Likes
1,264

Use T-Code SE73 for Font maintaince.

Read only

Former Member
0 Likes
1,265

Hi Venkat,

search in forum with " SAP script : Arial Font ??????? " keyword where you have following reply from one of the members.

==========================================================

Arial fonts are not available in SAP, you have to install them.

Use transaction SE73 to install new font.

If you install True Type Arial font, your work will be easier. In you PC, under Control Panel-->font folder, you will find Arial (True Type) font.

This will only install Arial font in sap. After installiing Arial font, you need to create all different size and type of Arial font, like size 9, 10, 11, 12 with BOLD, Italic feature. You can do this in SE73 inself once you install Arial True type font. It is not required to install all size and type of arial font. Just install Arial (True Type) font and set it for different size and configuration.

==========================================================

hope this helps you.

vicky

Read only

0 Likes
1,264

Dear Vicky and Others,

I have installed Arial font using Se73, But I am unable to Use Font 5, I Am able to use 6.

I have just realized that I am unable to use any odd font Size, i,e 5 , 7 , 9 , 11 ...

please see and let me know, how can I use Arial 5 and Courier 9 in my Script.

Thanks & Regards

Venkat.

Read only

0 Likes
1,264

I have solved it on my own.

We have to create font for every size, that can be done in Se73 and Select your fonts by clicking display and then Click on Create icon. Where in you can enter font size .. Font Size in enter as 050 for 5 pt.

this is, My Approch and couls solve it, There might be other ways for doing it.

Thanking you.

Venkat.