‎2007 Apr 11 1:16 PM
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
‎2007 Apr 11 1:19 PM
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
‎2007 Apr 11 1:19 PM
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
‎2007 Apr 11 1:21 PM
HI,
You need to creeate Customizing request for SO10 texts to transports the other system.
Regards
Sudheer
‎2007 Apr 11 1:23 PM
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
‎2007 Apr 11 1:29 PM
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,