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: 

Transport programs from prod to dev

Former Member
0 Kudos

Hey Guys,

I am trying to transport abap programs from our prod server on our dev server. We lost some abap developpement on dev because of a backup problem.

I created a transport with se03, containing all the abap program that i need. I released them in SE10 on prod server. Then I tried to transport them in STMS but the request didn't appeared. I tried to create the route from prod to dev with the gui tool in STMS but i didnt change anything.

Is there another way to transport from prod to dev?

Thank you.

Olivier.

Edited by: Joskin Developpement on Oct 6, 2009 11:57 AM

1 ACCEPTED SOLUTION

MarcinPciak
Active Contributor
0 Kudos

You can use nice tool [SAP link|http://code.google.com/p/saplink/] which enables to move different development objects b/w different application servers (even non-connected)

else

Try importing transport files directly with method I described in [How to copy Repository Objects between non-connected SAP systems|http://wiki.sdn.sap.com/wiki/x/ggJqBg]

Good luck

Marcin

2 REPLIES 2

MarcinPciak
Active Contributor
0 Kudos

You can use nice tool [SAP link|http://code.google.com/p/saplink/] which enables to move different development objects b/w different application servers (even non-connected)

else

Try importing transport files directly with method I described in [How to copy Repository Objects between non-connected SAP systems|http://wiki.sdn.sap.com/wiki/x/ggJqBg]

Good luck

Marcin

0 Kudos

I tried your method yesterday, but i wasn't able to extract cofiles and data files, since te files of the request newly created on the prod server didn't exist int the /usr/sap/trans. No idea why.

I just try saplink and I successfully transported my programs.

Thanks a lot !

Olivier.