Application Development 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: 

use tr. so10

Former Member
0 Kudos

Hi,

how i can use tr. so10 , for text build any e.g will help.

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Example: (SO10 )

Specify

Text Element - TEST

-


Give Ztest

Text-id: ST

Lan: EN

Mention some text as ->Welcome to SAP

Go to Script Editor

-


/E (Text Element)

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

Thanks and Regards

Guru

Edited by: Guru Prasad on Oct 13, 2008 5:49 PM

9 REPLIES 9

Former Member

former_member598013
Active Contributor
0 Kudos

Hi Ricardo,

SO10 is used to maintain the standard Text..

For this we need to create a standard text in SO10. Now if we want to use this Standard text in let say SAPScript then we need to include the Standard text which we created in the Tranaction SO10 by Statement INCLUDE <STD_TXT>

Where----> <STD_TXT> is the standard text name which is maintained in the transaction SO10.

Thanks,

Chidanand

0 Kudos

Hi,

One distinct feature of Standard Text is that it is always created local to a SAP server.........i.e. SAP Never ask for any Trasport request when you save you standard Text and hence it cannot be transported across SAP Landscape.....now if you want to transport your Standard Text ..you need to attach your Standard Text with a Task by using SAP Standard Report RSTXTRAN...

You can also use Control Instruction's IF...Else..Endif.....inside Standard Text to Print something Conditionally.....Further you can pass variables to Standard Text from the Print Program also......

0 Kudos

hi Chidanand Chauhan

thanks ,

maybe u can give me simple example how to to that ,

in steps.

Regards

0 Kudos

Hi,

Goto SO10,

Create Standard text you want(it wont ask you to store any where, you can use RSTXTRAN program to transport your Standard text) and use this standard text in your smartforms by selecting include text fron the Text node.

or you can use your standard text in scripts by using

/E (Text Element)

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

Hope you got some light.

Thanks,

Sree.

0 Kudos

Thanks t sree,

i want to now about how to build the header main footer...

Regards

Former Member
0 Kudos

Hi,

Example: (SO10 )

Specify

Text Element - TEST

-


Give Ztest

Text-id: ST

Lan: EN

Mention some text as ->Welcome to SAP

Go to Script Editor

-


/E (Text Element)

INCLUDE ZTEST OBJECT TEXT ID ST LANGUAGE EN

Thanks and Regards

Guru

Edited by: Guru Prasad on Oct 13, 2008 5:49 PM

0 Kudos

HI Guru,

thanks,

i have to use it for workflow ,maybe u have an idea how to

contact between them ,

i think i have to use the fm 'READ_TEXT' but i dont now exactly how.

Regards

Former Member
0 Kudos

Hi friends,

there is e.g. how to do that?

Regards