cancel
Showing results for 
Search instead for 
Did you mean: 

client interchange

Former Member
0 Kudos

Hi Experts,

I have modified a sapscript in client 100 how can it be reflected in client 200

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member196280
Active Contributor
0 Kudos

As you know SApscripts are client dependent... so what all changes done in DEV client 100 will not reflect in DEV cleint 200, to make the changes similar in both the clients do it like this.

GOTO SE38, RSTXR3TR execute, give the lower transport request and export the form in client 100

now goto client 200 and use the same program name and same request and try to import.. now all the changes will be reflected in client 200.

Close the thread once your question is answered.

Regards,

SaiRam

SuhaSaha
Advisor
Advisor
0 Kudos

Hi Ratna,

Here are the steps :

1. Goto transaction SCC1.

2. Give the name of the CTS (transport request) where u have saved the form

3. Check on Include Sub-Tasks checkbox

4. Press Start-Immediately Button

The changes will be reflected.

Please award points if u find the answer helpful & close the thread if it solves ur problem.

Regards,

Suhas

Former Member
0 Kudos

Hi

Has the both clients 100 and 200 are in the same DEV server? or in Quality server?

it they are in the same server DEV

create the request in 100 and release it.

then Use SCC1 tcode to transport it in 200 client

it will be moved to 200 client

If 200 is in Qulaity server then transport the request using STMS with the help of a Basis guy and see.

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi, as you mentioned that you have modified a script in client 100 and wouldlike to see those changes in client 200. But you did not mentioned the workbench, if both clients are in same workbench you can directly watch the changes, if not you have to transfer this script to that client.

Follow the Process

in the client 100

Go to -> SE38 -> enter RSTXR3TR -> Execute and give the script name and Request number and choose export option and save that form to your system.

Now go to Client 200

Go To SE38-> enter RSTXR3TR -> execute and give the request number and select import option and select the earlier saved script form

If it is in same work bench you can copy the form

by using this standard program RSTXFCPY execute it from SE38 and copy the script from client 100 to client 200

reward points if helpful