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

SAPscript

Former Member
0 Likes
730

I hv developed one SAPScript in Developement server....

Pls Give me the step by step process to send it to production server..

Thanks

Raj

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
712

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

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
713

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

Read only

0 Likes
712

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

Read only

0 Likes
712

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

Read only

0 Likes
712

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

Read only

0 Likes
712

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

Read only

Pranil1
Participant
0 Likes
712

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.