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 of script

Former Member
0 Likes
977

How to copy sapscript with RSTXSCPR pgm?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
945

when you had created a SAPScript in one server and you need to move that SAPScript to another server. Or, you wanted to download the SAPScript and later upload it back to another server. Maybe, you wanted to copy one SAPScript from one to another server. The solution to this is this transaction code : RSTXSCRP. This program is called the 'SAPScript Export to Dataset OR Import from Dataset'.

It allows you to capture the following SAPScript items:

1. Form

2. Style

3. Standard Text

4. Device Type

Thus, this program is very handy when you need to do a copy from one server to another

Select what you need to copy

1st select the form then select object name type in the object name what needs to be copied and then the mode of export like exporting and importing

then select you want it from the application server or from the frontend then then execute the file you will get the file or you can transfer the file.

How to copy sapscript with RSTXSCPR pgm?

6 REPLIES 6
Read only

Former Member
0 Likes
945

Hi,

Did you search on SCN??

See this thread

Thanks

Nitesh

Read only

Former Member
0 Likes
945

hi,

pass the scriptname and from which client u need to copy the form and target the client number .

these field will be appear when u run that u mensioned prog.

Read only

Former Member
0 Likes
945

Hi Nandi,

U can do the smme by menu TCODE = SE71 UTILITY..............> COPY FROM CLIENT

Give the script name from soruce clien to destination client,

Best Regards,

Flavya

Read only

0 Likes
945

thax for all ur reply ...but I wnat to it in the smae client with diffternt name... just for a backup

Read only

Former Member
0 Likes
945

Hi,

for this you can use RSTXFCPY.

what you are saying RSTXSCRP is to download script!!!

Regards,

Neha

Edited by: Neha Shukla on Dec 9, 2008 3:58 PM

Read only

Former Member
0 Likes
946

when you had created a SAPScript in one server and you need to move that SAPScript to another server. Or, you wanted to download the SAPScript and later upload it back to another server. Maybe, you wanted to copy one SAPScript from one to another server. The solution to this is this transaction code : RSTXSCRP. This program is called the 'SAPScript Export to Dataset OR Import from Dataset'.

It allows you to capture the following SAPScript items:

1. Form

2. Style

3. Standard Text

4. Device Type

Thus, this program is very handy when you need to do a copy from one server to another

Select what you need to copy

1st select the form then select object name type in the object name what needs to be copied and then the mode of export like exporting and importing

then select you want it from the application server or from the frontend then then execute the file you will get the file or you can transfer the file.