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

Sapscript standard text

Former Member
0 Likes
713

Hi experts,

When i download a script and upload to another client..all the standard text(from T-code SO10) will also be copied?....Suppose if that standard text is also in the same request?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

THe text elements have to be transported also with the SCript. If the text elements are in the same request as the script, then the trans happens and u will have the textelements available

4 REPLIES 4
Read only

Former Member
0 Likes
684

THe text elements have to be transported also with the SCript. If the text elements are in the same request as the script, then the trans happens and u will have the textelements available

Read only

Former Member
0 Likes
683

HI,

You need to creeate Customizing request for SO10 texts to transports the other system.

Regards

Sudheer

Read only

Former Member
0 Likes
683

Hi,

Std Texts are client Dependent like Script forms and Smartforms.

If you place them in the request it is OK, they will get transported,

But better use the program: RSTXTRAN

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
683

Hi,

By using this program we can transport the standard text 'RSTXTRANs'

and we can taht text in layout using this code

If you only need to output the text, you don't need to used READ_TEXT like in an ABAP program,

just use the INCLUDE command in SAPScript.

It will read the text and output it to your form.

The Syntax is like this:

/: INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS&

Rgds,