cancel
Showing results for 
Search instead for 
Did you mean: 

how to increase font size of standard text elements in scripts?

Former Member
0 Kudos

Hi experts,

how to increase the font size of standard text elements in scripts?

please give me the steps.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member205763
Active Contributor
0 Kudos

First create a paragraph format in your script, and then now use this paragraph format in ur standard text or else use * as paragraph format and then specify ur paragraph in the script along with the INCLUDE statement

Former Member
0 Kudos

Hi ,

Use below include command while inserting standard text

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p]

[NEW-PARAGRAPH np]

regards,

Chandra Kavali

Former Member
0 Kudos

Hi,


In SAP script program that is in transation se71 click on the character format button.

There define a new character and if you observe bottom right hand side there are two button
that is STANDARD and FONT, there you can set the size, font and other properties.

After that go the script editor and say if your character name defined is C1
then write <C1> your text ....< / >
Above forward slash without gaps. 

Or you can also set in the Paragraph format in se71.

Regards and Best wishes.

Sandra_Rossi
Active Contributor
0 Kudos

Insert a /: STYLE command in the first line of the standard text to refer to a style (SE72 transaction) where you define your paragraph and character formats, and you refer to these formats in the next lines.

Edited by: Sandra Rossi on Apr 19, 2010 1:54 PM:

By the way, you may use the "default paragraph" field to define the general properties for the whole standard text