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: 

SO10 transpot from 1 client to the other.

Former Member
0 Kudos

Hi,

I am doing a SAP Script.I have created a standard text in SO10.How do I transport it from one client to the other?I have got access for SO10 only in development client.

Thanks in advance.

Regards,

Reni

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can use RSTXTRAN.

Give the values to the below fields

Text key - object TEXT

Text key - name ZSRIM <--yourtext name

Text key - ID ST

Text key - language EN

then execute it

select the line appears in this screen and say ENTER-> now you will see another screen with 'TRANSFER TEXT TO CORRECTION' button appears on the application toolbar.

click on that button

now it will asks you to create a new request/you can use existing request too. and say enter.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

8 REPLIES 8

Former Member
0 Kudos

you can do this using program RSTXTRAN .

Text key - object

Text key - name

Text key - ID

Text key - language, then it will store under one transport that can be moved to other system.

0 Kudos

Use St program RSTXTRAN

regs

rams

Former Member
0 Kudos

you can use RSTXTRAN.

Give the values to the below fields

Text key - object TEXT

Text key - name ZSRIM <--yourtext name

Text key - ID ST

Text key - language EN

then execute it

select the line appears in this screen and say ENTER-> now you will see another screen with 'TRANSFER TEXT TO CORRECTION' button appears on the application toolbar.

click on that button

now it will asks you to create a new request/you can use existing request too. and say enter.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos

Hi Reni,

Program 'RSTXTRAN' is used for adding standard text to the request.

for the same server coping from 1 client to another,

goto-> utilities -> copy from client.

-Anu.

Message was edited by: Anupama Reddy

Former Member
0 Kudos

Hi,

Refer note <b>3355</b> in OSS for a complete explanation. The SAPscript objects that should be transported must be written in a transport request.

The entries are as follows:

R3TR FORM NAME (NAME = Name of the layout set)

R3TR STYL NAME (NAME = Name of the style)

R3TR TEXT OBJECT,NAME,ID,L

(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)

If you want to transport a number of texts, you can use report <b>RSTXTRAN</b> to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.

Regards

Sudheer

Former Member
0 Kudos

Hi,

You can move the standard text by including it in the development request from SE78 transaction, or you can add the following manually to a request and move it to other boxes,

Pgmid : R3TR

Obj: TEXT

Object name: TEXT,Text name,ADRS,E

Hope this helps,

Rgds,

Former Member
0 Kudos

Hi,

use rstxtran to assigb standard text to request

and use SCC1 transaction to copy to another client

Regards

Amole

Former Member
0 Kudos

HI RENI,

USE SCC1 TCODE AND RUN IT IN THE TARGET CLIENT WHEN U WANT WANT UR CHANGES TO GET ACTIVATED IN TEST CLIENT.