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 ...Font

Former Member
0 Likes
565

Hi Friends,

I need to define the amount in specific font. I have created paragraph format and I have to print only the amount and name in a separate font...

I know like for instance <X>&xxx-xxx&</>...I know the window for amount and name but how do I define only that in the specific font...

where do i write this....

Your help will be appreciated...

3 REPLIES 3
Read only

Former Member
0 Likes
542

HI Leo,

Select the paragraph formats and double click on the format. Now click on the Font button on to your right and there define the font family and size . Then use that in the editor .

Regards,

Varun .

Read only

Former Member
0 Likes
542

Hi,

To learn more on this check this <a href="http://www.sappoint.com/abap/sscript.pdf">Link</a>

Regards,

Raghav

Read only

0 Likes
542

This sounds like you want to use a CHARACTER FORMAT, not a PARAGRAPH FORMAT.

There is other data on the line that prints in another font?

It looks like you have the syntax correct, just need to create CHARACTER FORMAT "X1" and specify the font.

AS &tab1-field1&,,&tab1-field2&,,<X1>Total,,&tab1-field3&</>

or

AS &tab1-field1&,,&tab1-field2&,,<X1>&'Total 'tab1-field3&</>