‎2006 Mar 08 5:55 AM
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.
‎2006 Mar 08 6:10 AM
Use program RSTXSCRP to export & import the script from one server to another.
‎2006 Mar 08 6:14 AM
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
‎2006 Mar 08 6:15 AM
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.
‎2006 Mar 08 6:15 AM
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.
‎2006 Mar 08 6:17 AM
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