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 do I transport my packages from one server (dev) to another (test)

Former Member
0 Kudos

Hi All.

My team has just completed our ABAP development work.

And I need to migrate the master package to the test environment.

A few things to note:

1) The programs without the package are created by different team members with different workbench request. Would that cause some transport issues?

2) Could I make all the programs within my package come under the same workbench request? If so, how?

3) Where could I find some documentation on the transport procedures?

Thanks.

4 REPLIES 4

Former Member
0 Kudos

Hi Kian,

You can't create transport requests with out any dev.class(package). your developers might be saved as local objects.. if I'm correct I'll let you know how to assign package.

Regards

naimesh_patel
Active Contributor
0 Kudos

Hello,

You can create a transport request for all the objects in the package by:

1. go to SE80.

2. Select your package, display it

3. Right click on Package name, select "Write Transport Entry".

4. It will prompt you the message. Select "All Objects" button.

5. Select your request to save these objects.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi

If possible Try to attach the Packagae to the all program from SE38

from menu goto_. Object directry entry

change

assign the packagae and save

Try to move the packagae first into other server and then the programs

release the transport request and transport them using STMS

check the link

http://help.sap.com/saphelp_nw70/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/frameset.htm

Regards

ANJI

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

Hi,

If any program has been created in the local directory you can include them into a devleopment class. go to se38>give the program name> and go to object directory entry. here you can change the package from $tmp to your package. then only it wil ask for the transport request.You can make use of the existing one or you can create your new transport request.

Without changing the package of any program from $tmp to the development class you can not be able to transport it to the other servers.

Reward the points if it is useful