Application Development and Automation 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: 
Read only

Regarding Copy programm from one server to another server

Former Member
0 Likes
749

Hai Friends

I am working with the two servers .I have one program name is 'Zxxx' in one server ,I want to copy that program to 'Zyyy' to another server .This report program is along with SAP SCRIPT .Upto Report program Code i simply copied and pasted to target program But script wise how can i do ? Please give me your valueble suggestions

Regards

Bujji.

5 REPLIES 5
Read only

Former Member
0 Likes
696

Use program RSTXSCRP to export & import the script from one server to another.

Read only

Former Member
0 Likes
696

Hi ABAP-HR,

You can do it using SCC1 transaction.

Just give the source client and the Trasnport request.

Rest thing , it will take care

Cheers

Sunny

Read only

Former Member
0 Likes
696

Hi Bujji,

You can use the standard program <b>RSTXSCRP</b>

and download it to an File by setting the option in

<b>Mode (EXPORT/IMPORT)</b> as IMPORT.

Then you can upload this file to the other server using EXPORT.

Read only

Former Member
0 Likes
696

Hi Bujji,

You can try the program RSTXSCRP. Here you can download a SAPScript Form and upload it to other system through the other system. Here are the steps:

In the SOURCE system:

1.Goto SE38.

2.Enter program name RSTXSCRP, execute.

3.On the sel. screen Select radio-button Form, Enter the form name against Object name.

4. Type EXPORT as the Mode.

5. Select radio button "From/on frontend"

6. Select Checkbox "Binary File Format"

7. click execute

8. Save the file on your machine.

9. Do Not change the file name while saving. use whtever name sap proposes to you. u can save the file to the folder of your choice.

In the TARGET system

1.Goto SE38.

2.Enter program name RSTXSCRP, execute.

3.On the sel. screen Select radio-button Form, Enter the form name against Object name.

4. Type IMPORT as the Mode.

5. Select radio button "From/on frontend"

6. Select Checkbox "Binary File Format"

7. click execute

8. Locate the file and upload it.

9. It may ask u for change request, depending upon the dev. class, if u choose local obj. then it wont.

10. Goto SE71, your sapscript will be present there, but in INACTIVE state. Activate it.

That's all.

If you find this useful, please reward.

Thanks.

-Abhijit.

Read only

Former Member
0 Likes
696

Hi,

If your script is attached to a request, you can copy the request from one server to another by transaction SCC1.

If not, then you can use program RSTXSCRP.

Hope this helps..

Regards,

Shashank