Application Development 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: 

How to copy the report program from one server to another server?

Former Member
0 Kudos

Hi,

I have one report in one server like DV1.How to copy the same report in another server like DV2.Please give me suggestions.

Thanks & Regards,

srihitha

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

hi,

create a transport request and add manually the following line:

R3TR PROG name_of_progam

(this will take the program, the screens, text elements, system variants)

release the transport and ask basis to move the request from one server to another and import.

pls. note if there are customer specific includes, FMs, dictonary objects, than these objects have to exist in the target system (or yaou have to transport the same way), otherwise the program won't work.

hope this helps

ec

0 Kudos

Eric,

where i will add the R3TR PROG name_of_progam?

Regards,

Srihitha

0 Kudos

double click on the transport request (on the task - the line below, with higher number and click on the pencil icon now, to go into change mode

Former Member
0 Kudos

Hello srihitha,

include the report into a transport-request (transport of copies), release the transport-request, download the two files named with the transport-request-number, upload them to the transport-directory of the target server, attach transport-request, enter your transport-number, import it.

or may be even simpler:

copy and paste the source, if it is a simple report, into a text-file. Create a new report in the target server, paste the source into it, and you're done.

best regards

Sven

Former Member
0 Kudos

Hi,

You cannot copy a program from one server to another if you don't want to copy.

The only other method available is to have the program transported from the system that is having it to the system that you want to.

This can be done in 2 ways either by connecting both the system and defining a tranport path or by copying the transport files into the desired system and importing them using Transaction STMS. Your Basis People should be able to help you in this.

Regards

vasu

Former Member
0 Kudos

Hi ,

use download and upload utility in se38 editor.

se38-utility-more-utility-upload/download.

download report to local directory fro dev1 system and upload

from local dir in Dev2

Regards,

Amole