‎2007 Dec 12 4:53 PM
I hv developed one SAPScript in Developement server....
Pls Give me the step by step process to send it to production server..
Thanks
Raj
‎2007 Dec 12 5:00 PM
If you had saved it in the "Local Object" than you need to assign a package to it.
There isn't any direct way to change the package of the script.
First copy your script ZTEST to ZTEST1.
Than Delete ZTEST.
Than Copy your scrtip ZTEST1 to ZTEST.
Here it will ask you for the development class your can put relevent class here.
Save into request.
To copy the script you can use the Copy from Client.
SE71 > Utilities > Copy from client
Give the Script name as ZTEST,
Source client as current clinet
Target script as ZTEST1.
Release the request .. and ask the basis guys to transport it into other systems.
Regards,
Naimesh Patel
‎2007 Dec 12 5:00 PM
If you had saved it in the "Local Object" than you need to assign a package to it.
There isn't any direct way to change the package of the script.
First copy your script ZTEST to ZTEST1.
Than Delete ZTEST.
Than Copy your scrtip ZTEST1 to ZTEST.
Here it will ask you for the development class your can put relevent class here.
Save into request.
To copy the script you can use the Copy from Client.
SE71 > Utilities > Copy from client
Give the Script name as ZTEST,
Source client as current clinet
Target script as ZTEST1.
Release the request .. and ask the basis guys to transport it into other systems.
Regards,
Naimesh Patel
‎2007 Dec 12 5:04 PM
Hi Naimesh,
How to release the request ?? steps pls..
Wht abt the STRUCTUREs and TABLES which i am using in SAPscript ??
How can i transport that to that the SAP Script will run perfact in PROD server ??
Thanks
Raj
‎2007 Dec 12 5:07 PM
You need to put them all into the request. If they are in the local object change the package.
For most of the other objects, you can change the package like:
For Program SE38.. Go to > Object directory entry..
Change to your package name.
To release the request,
Go to SE09.. enter
Here you can see your request.
Release all tasks first.
than release the request.
Regards,
Naimesh Patel
‎2007 Dec 12 5:22 PM
I am using some fonts which I installed in to the Dev Server... and also Graphic image also which I uploaded in Dev server...
So will it be available in production server as well?? or i hv to install that font in PROD server as well ?
Do i need to upload the Graphic image to prod as well ??
Thanks
Raj
‎2007 Dec 12 5:29 PM
No you need to put them into request too.
For GRAPHICS, you can do it by SE78.
Give the Graphics name and press the "Transport" icon or SHIFT+F3.
Regards,
Naimesh Patel
‎2008 Jan 12 1:43 PM
Hi Raj!
There are two ways of doing it.
#1
Write a Program Name RSWBO052 in SE38 transaction and Execute.
Select object type SAPscript form (obj.: FORM and PgID: R3TR)
Put in FORM your Form name. Click the checkbox & Execute.
Click 'Object Directory' & allocate a package to it & create a transport request for it.
#2
Copy the form to a new form and while saving, save it to a transportable development class.
I would go with second route.
Anyway it is always good to know both the ways.
Pranil Shinde.