cancel
Showing results for 
Search instead for 
Did you mean: 

Change Transport Layer for a Package in BTP

rameshputta
Explorer
0 Kudos

Hello,

We have assigned incorrect transport layer to a package and would like to know if there is a way we can edit the package and change the transport layer in BTP.

Currently we are not able to edit this field.

My workaround was to create a new package with correct transport layer and move all the objects into it but it wouldn't allow it . Its not even allowing me to delete the object from the package. I get the below error. 

rameshputta_0-1709784186768.png

Appreciate your suggestions

 

 

View Entire Topic
patrick_winkler
Product and Topic Expert
Product and Topic Expert
0 Kudos

The standard development process in SAP BTP ABAP is to create and clone a software component in the Manage Software Components app. Cloning creates a package with the correct transport layer, which is then inherited by all child packages where the development objects are created. The transport layer ensures that the transported objects are committed to the correct Git repository.
In addition, the package ZLOCAL without a transport layer exists only for local development.

I would not recommend to create a new root package in ADT and set the software component or transport layer manually.