cancel
Showing results for 
Search instead for 
Did you mean: 

Sap scirpt new changes required

Former Member
0 Kudos

Hi

I have one Sapsciprt in one client, i want to copy that script in to anoether client with the new modifications only not all the script . I mean i copied and modified the one standard script as per my requirements, now i want copy that script of the new changes only not whole script how can do this

Regards

Rk

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The solution to your problem is given below:

1. Go to Se 71 then pass the source layout name.

2. Go to utilities menu then select copy from client option.

3. Pass the below parameters.

Source Layout ---> layout name

client ---> pass the destinationclient (Ex:-20)

Target Layout -


> pass the target layout name

Click on execute.

4. Again go to se 71 tcode and pass copied layout set name and then do the changes according to ur requirements.

Reward points if useful.

Thanks & Regards,

Vasudeva Rao

Former Member
0 Kudos

Hi

You can't those changes along without the complete script to other clients

We have to copy the entire script

because when you save after doing the changes the entire code of the script will be saved in the request.

So when you release this request and transport the entire script is over written in the other client

Use SCC1 to transport to the other client within same SYstem(DEV or QUALITY)

and use the transport request to transport to other systems

use the Std program RSTXR3TR also to transport the scripts

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

Regards

Anji

Former Member
0 Kudos

Hi,

U can do this by following this.

Go to Se71> utilities-> Copy from Client---->There it will ask for ur script name and the target sorce.

Feed it. Execute. And u will be able to copy ur script..

Regards,

Sapna

former_member196280
Active Contributor
0 Kudos

I understood your question like this, you have made the changes of your script in one dev cleint and you want to reflect the changes to other dev client.

Do it like this GOTO dev client where you have made your changes,

Identify the lower transport number from SE09

Goto, SE38 , program name RSTXR3TR , Give Transport request number that is identified above, mode EXPORT and execute...

Now goto other client where you want to load this changes,

Goto, SE38 , program name RSTXR3TR , Give Transport request number that is identified above, mode <b>IMPORT</b> and execute...

Now all the changes are reflected in this cleint too..

Regards,

SaiRam