‎2008 Mar 07 7:27 AM
Hi Frinds,
I have a small doubt in Sap script. Currently we are working on 4.6B, Now i need the same sap script in ECC-5 Version, So how to copy this SAP Script in to 4.6B to ECC-5 .
We have two different servers, So how to copy Sapscript from 4.6b to ECC5.
Any one plz advice this.
Point will be sure.
Mohana
‎2008 Mar 07 8:06 AM
Hi Vijayan.
Login to 4.6B and Go to SE38 and execute the program RSTXSCRP.
In the selection screen select Form radiobutton, then give an object name (scripts name, its very important note it down). After that in the mode text field type in EXPORT. Select whether you want to download the script from App. server or presentation server. Give a file path in the file name text field. just press execute and the script will be downloaded to a flat file.
Now logon to ECC 5.0 and repeat the same steps except that give IMPORT in the mode filed, Script name in the object name field (Same as you specified while exporting) and specify where you want the script to be uploaded to (APP/Presentation server). Hope this will clear your issue.
Reward if helpful.
‎2008 Mar 07 7:35 AM
Hi,
if it's sap defined script then it's automaticaly avbl in the next version, if it's user defined script then while upgradation u should do that.
seshu.
‎2008 Mar 07 7:36 AM
Hi,
Go to SE71 , in the menu Utilities --> Copy from Client.
if its zscript.
HTH
Regards,
Dhruv Shah
‎2008 Mar 07 8:06 AM
Hi Vijayan.
Login to 4.6B and Go to SE38 and execute the program RSTXSCRP.
In the selection screen select Form radiobutton, then give an object name (scripts name, its very important note it down). After that in the mode text field type in EXPORT. Select whether you want to download the script from App. server or presentation server. Give a file path in the file name text field. just press execute and the script will be downloaded to a flat file.
Now logon to ECC 5.0 and repeat the same steps except that give IMPORT in the mode filed, Script name in the object name field (Same as you specified while exporting) and specify where you want the script to be uploaded to (APP/Presentation server). Hope this will clear your issue.
Reward if helpful.