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

Copying the Programs

Former Member
0 Likes
1,315

Hi,

I have a requirement where in i have to copy the program from one system to other system. Both are development sysetm, but one is used for support and for implementation. Both are having same client numbers. I dont want to do the system copy from one system to other system. Pls let me know is their any other way that i can copy programs and tables from one system to other.

eg: sys1 client 100, sys2 client 100.

I want to copy programs from sys2 client 100 to sys1 client 100. I dont want to do the system copy

Thanks,

Raju

6 REPLIES 6
Read only

Former Member
0 Likes
1,087

Hi Dear,

ask your Basis Consultant he will transport the development Package from one system to another.

or you can use program to download all abaps from system and upload it into sys2.

if required i can send you the program.

Regards,

Gaurav Sood

Read only

0 Likes
1,087

Hi Gaurav,

There is no basis consultant in our project as of now.

Pls copy the program so that i can directly copy programs/tables from sys2 to sys1.

Thanks,

Raju

Read only

Former Member
0 Likes
1,087

Hi,

There is a direct copy option on SE38 editor screen. You mean you don't want to use that?

Other option is that you can use the upload/download function. For this follow the steps:

1. Goto SE38, give the report name and then change.

2. Now follow this path, in the main menu -> Utilities(_M_) -> More Utilities -> Upload/download -> Download.. It will download the report source code. (U can save this source code on your desktop as well in word doc).

3. Now follow the same path to upload this source code in any report (at your second system).

Let me know if anything is unclear.

Regards,

Lokesh.

Read only

Former Member
0 Likes
1,087

Hi,

If theres only one system where you need to copy, then you can download the code into text format and upload it in your target system.

However, if there are more than one systems, you can ask the BASIS for data file and co-file from the source system and copy them into your target systems. Save these with a transport request so that the further movement of code to QA and Production is convenient for you.

Hopethis helps,

Raj

Read only

0 Likes
1,087

Hi Rajat,

The problem is not only programs to be copied, i also need to copy the tables. If programs we can directly download and upload, but how to copy the custom tables?

Thanks,

Raju

Read only

Former Member
0 Likes
1,087

Hi,

Are all your objects ( tables, dataelements etc ) in one request?

if yes, then you can ask the BASIS for data file and co-file of the tr and copy it across to another system.

If not, merge your requests itno a single one and then followthe process