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

Doubt in SAP Script

Former Member
0 Likes
436

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

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.

3 REPLIES 3
Read only

Former Member
0 Likes
419

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.

Read only

dhruv_shah3
Active Contributor
0 Likes
419

Hi,

Go to SE71 , in the menu Utilities --> Copy from Client.

if its zscript.

HTH

Regards,

Dhruv Shah

Read only

Former Member
0 Likes
420

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.