cancel
Showing results for 
Search instead for 
Did you mean: 

Transport from Dev Tenant to Test Tenant

filipagatic
Explorer
0 Kudos

Hello, 

i have created a Dev Object with some Core Data Services and a Business Service in the Dev System (Eclipse). Now i want to transport it to the Test system, because there is most of the data. I thought i would do it through ababGit Staging but its not working somehow. Whats the best solution for this? 

Best regards

filipagatic
Explorer
0 Kudos
Its solved! Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

vhardzeyenka
Product and Topic Expert
Product and Topic Expert

Hi.

Objects developed in DEV system can be transported across the entire landscape to QA and PROD systems without using ABAPGit.


In general, steps to transport your development are the following:

  1. Create ABAP package.
  2. Make Development.
  3. Add your objects to TR.
  4. Release your TR on DEV system.
  5. Import your TR on QA system.

First, we need to say, that ABAP package which contains your development must has correct Transport Properties: Transport Layer and Software Component. It other words, it must be transportable.

vhardzeyenka_0-1711105874617.png

Also very important thing that DEV and TEST systems must have same version, in other case you will get and error and would not be able to import your development.

So, in details, steps to transport your development into Test system.
1 Create Transport Request (TR).
2 Make development, add objects to your TR.
3 Find and open tab Transport Organizer in ABAP Perspective.

vhardzeyenka_1-1711105970093.png
4 Find your TR, release (right-mouse click -> Release OR F9) all subtasks first and task then.

vhardzeyenka_0-1711106040088.png

After that you will message that TR released successfully.vhardzeyenka_3-1711106088887.png

 

5 After TR was released from DEV, it should be imported on QA. In general case you should do it manually.
Open Fiori Launchpad that configured for QA system and run Import Collection App.

vhardzeyenka_4-1711106112673.png

Find your TR in the list and open it.

vhardzeyenka_5-1711106129418.png

6 Click Manual Import, it should check your TR for consistency and errors.

vhardzeyenka_6-1711106148338.png

7 Click Manual Import and check your TR status, it should be Imported in case of success.

vhardzeyenka_7-1711106187982.png

After that you can track the import status.

vhardzeyenka_9-1711106220289.png

Hope it helpful for you.

Regards

Vitali

 

Answers (0)