cancel
Showing results for 
Search instead for 
Did you mean: 

How to use standard text in sapscripts

Former Member
0 Kudos

Hi,

I want to place a part of text to be displayed in my sapscript in the form of a standard text. I want to make the text bold with italics and also want to set a perticualr size to it.

I am new to SAPscripts can anybody please help me with this.

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In SO10 we will create the standard text, that texts we can use in scripts

In scripts where you want to display just you give the text id it will prints

Thanks

Ganesh

Answers (3)

Answers (3)

prasanth_kasturi
Active Contributor
0 Kudos

hi

for creating standard text use SO10

give the name and click create

enter the text there and use global styles u created here for bold and italic

and in ur script use insert--->text--->standard

and you get the required

regards

prasanth

Former Member
0 Kudos

can anybody tell us how to print data in standard text in a table format..its very urgent.

prasanth_kasturi
Active Contributor
0 Kudos

hi

Use character formats in the script itself for the specific text. and in it mention font as bold and italic

and in text elements keep the text between <C1>......</> where C1 is your character format

or

create global style with

U can adjust the bold formats in the standard text itself.(se72).

In the standard text give the character formats and apply them in the text editor of ur sapscript as

text between <C1>......</>

In the text editor go to insert -> text elements-> and standard text.

u can give the standard text name there.

regards

prasanth

Former Member
0 Kudos

Hi,

U can adjust the bold formats in the standard text itself.(se72).

In the standard text give the character formats and apply them in the text editor of ur sapscript as

<C> TEXT </>.

In the text editor go to insert -> text elements-> and standard text.

u can give the standard text name there.

<REMOVED BY MODERATOR>

Jagadish

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:37 PM

Former Member
0 Kudos

hi Jagdish,

Thanks for response. Please help me with creating the standard text.

Regards,

dhiraj

Former Member
0 Kudos

Hi,

To create standard text

Go to SO10.

give the standard text name.

Then click on create.

Ur standard text will be created.