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 programs from one system to another

Former Member
0 Likes
1,045

Is it possible to copy programs from SAP 4.6 system to SAP 6.0 system?If so , how can this be done?or we can only create new programs in 6.0.and then do a copy paste from 4.6 over there?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
794

Hi,

you have an option to Download the code in to the Presentation server and in the Other system, you can upload the File using Utilities --> More utilities --> Upload/Download

Regards

Sudheer

Is it possible to copy programs from SAP 4.6 system to SAP 6.0 system?If so , how can this be done?or we can only create new programs in 6.0.and then do a copy paste from 4.6 over there?

4 REPLIES 4
Read only

Former Member
0 Likes
794

try this link.....

regds,

kiran

Read only

Former Member
0 Likes
794

ur correct....create the programs in 6.0 version.....goto 4.6 and using utilities>more utilities>download...download to a file...now goto 6.0 and using utilities->more utilities->upload the program....

Also check....

Message was edited by:

Ramesh Babu Chirumamilla

Read only

Former Member
0 Likes
795

Hi,

you have an option to Download the code in to the Presentation server and in the Other system, you can upload the File using Utilities --> More utilities --> Upload/Download

Regards

Sudheer

Read only

Former Member
0 Likes
794

HI,

There is a easy way to move programs to one system( 4.6) to ECC 6.0, by physically copying the cofiles and datafiles( located at : /usr/sap/trans/cofiles and /usr/sap/trans/data ) from one system and import them to the buffer of the other system using STMS transaction.

Through this you can move any Object ( program, custom tables ....) from one system to other.

Thanks,

-Venkat.