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

copy sapscript

Former Member
0 Likes
865

How can i copy a sapscript between two sap boxes?

Thanks,

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
794

hi sandeep,

Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.

Read documentation on report RSTXSCRP for more details.

Hope it solves your problem

Regards,

Naveen

6 REPLIES 6
Read only

Former Member
0 Likes
794

Try program RSTXCPFS.

Read only

0 Likes
794

Where would that program copy the sapscript to?.

Read only

0 Likes
794

I think that program only allows you to copy from other clients of the same system instance. In order to copy a sapscript from one system instance to another, you must create a transport request and tie the sapscript to it. Then it would be transported to the other system via the regular transport route.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
795

hi sandeep,

Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.

Read documentation on report RSTXSCRP for more details.

Hope it solves your problem

Regards,

Naveen

Read only

Former Member
0 Likes
794

hi sandeep,

use the program RSTXSCRP download the script using Mode EXPORT to ur frontend...

and use RSTXSCRP mode IMPORT to upload the script.

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
794

You can try these programs:

RSTXR3TR

RSTXSCRP

Regards,

Felipe Cunha