cancel
Showing results for 
Search instead for 
Did you mean: 

Reg copy sap script one client to another

Former Member
0 Kudos

Hi Experts,

I have created sap script in devlopment clien. i have another client name is ERD. now i want to transfer sap script dev to ERD... i know form that way "copy from client" but problem is dev is a 4.7 version and ERD is a ECC 6.0 and both client name is same 125.... so now what i do?????

i need urgent

Waiting for ur reply

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

You can use the RSTXSCRP to download from 4.7 and upload in ECC system.

Like:

Run report RSTXSCRP in your 4.7 system

Select FORM in the radiobutton

Give your form name in Object name

Put EXPORT in MODE

Select From/on Fronthend raidobutton

Give the file name like C:\temp\form.txt

Run it.

>> It will download your script to your local drive.

Now, go to ECC 6 system

Run the same program RSTXSCRP.

Select FORM in the radiobutton

Give your form name in Object name

Put IMPORT in MODE

Select From/on Fronthend raidobutton

Give the file name like C:\temp\form.txt

Run it

>> It will upload your form in your ECC system

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi All

Thanks Naimesh & satish......

Vishal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vishal,

use Tcode SCC1.

or

use program RSTXSCRP to import / export.

Regards,

Satish