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
525

hi frnds,

I modifyed one stand script, now i want to send this to production server, so how to make req for that? how to send this script to another server?

Gowri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Use the program RSTXSCRP and send your Sapscript to the Production Server.

These are the Steps:

1.Execute the report program RSTXSCRP in your development system.In the object name enter your SAPSCRIPT name.Execute it.It will download your SAPSCRIPT in a file format in the development system.

2.In the production system Upload that file.

SAPSCRIPT will be transported to your production system

4 REPLIES 4
Read only

Former Member
0 Likes
509

Use the program RSTXSCRP and send your Sapscript to the Production Server.

These are the Steps:

1.Execute the report program RSTXSCRP in your development system.In the object name enter your SAPSCRIPT name.Execute it.It will download your SAPSCRIPT in a file format in the development system.

2.In the production system Upload that file.

SAPSCRIPT will be transported to your production system

Read only

Former Member
0 Likes
508

Hi,

Try the program RSTXR3TR.

Ashven

Read only

Former Member
0 Likes
508

hi gowri shankar,

u have to use the report RSTXSCRP to transport the form from one server to other.

To create a transport request, you need to create a request in se09 or se10 and then run the program RSTXTRAN to attach the request.

Regards...

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
508

Hi,

Use Se03-->Include Object in Transport Request->Right Click--->Execute>Click the radio button: Selected Objects->At the bottom Add an entry for 'FORM' with checkbox ticked & give the name of the form-->F8 ( Execute) -


>Save in Request. Now use this request for transportation.

Please note by the above method you can transport any object.

I hope this helps,

Regards

Raju Chitale