cancel
Showing results for 
Search instead for 
Did you mean: 

To use Times New Roman,9,BOLD in SapScript

Former Member
0 Kudos

Hi All,

I have a requirement in which I have to use Times New Roman,9,BOLD but the form does not activates and the error message is displayed that this is not a SAP font.

I also tried to use character format but in that case the output is same as before.It does not shows the bold effect.

Is there any way to fix this issue.

Thanks n Regards,

Vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

dev_parbutteea
Active Contributor
0 Kudos

Hi,

you should copy the existing paragraph format for Times New Roman and create a new one. Then activate form.

If you are testing in a different client you should copy the form to your test client using tranx scc1 else the changes made will not be reflected since sapscript is client dependent.

Hope this helps you,

Regards,

Sooness

Former Member
0 Kudos

Again when I m activating the form after copying it to a new form and assigning that bold...it is displaying the same error message.

dev_parbutteea
Active Contributor
0 Kudos

Hi,

you can achieve bold text formatting in sapscript using

< B>your Text</>

Regards,

Sooness

Former Member
0 Kudos

I have done this but the changes are not reflecting in the output.

dev_parbutteea
Active Contributor
0 Kudos

hi,

the only reasons that i can guess why this is happening is it could be that:

1) youb modified the sapscript in another client than that where you are carrying your tests.

2) you might have modified the wrong sapscript .

3) you modified the sapscript in the wrong language and trigerring the another one during your tests.

4)you didn't activate your sapscript.

Please check for the above.

You can check which sapscript you are trigerring in debugging mode.

Regards,

Sooness.