‎2006 Aug 17 4:02 PM
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...
‎2006 Aug 17 4:07 PM
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 .
‎2006 Aug 17 4:10 PM
Hi,
To learn more on this check this <a href="http://www.sappoint.com/abap/sscript.pdf">Link</a>
Regards,
Raghav
‎2006 Aug 17 5:03 PM
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&</>