cancel
Showing results for 
Search instead for 
Did you mean: 

How to Transport the Application Deployed in One Sub account to another via SAP Cloud Platform?

Jayakrishnan
Active Participant

Hi All,

I am working on Custom SAPUI5 Application Development and Deployed the Application into SAP Cloud Platform and registered to Cloud Launchpad. It is working fine.

Now i would like to move the application into Quality subaccount for the Test and then move to Production. If it is On Premise Deployment, usually all will be taken care when they do the Transport Management. However in Cloud How do i need to move to Quality Subaccount and then to Production Subaccount.

I found one blog related to this saying that, i need to export the deployed application in the SAP Cloud Platform (under HTML5 application --> export) then i need to import the same in the respective sub account (HTML5 Application--> import).

Is this the recommended approach to do or do we have any other way to do?

Please help me to sort it out.

Thank you,

Regards,

Jayakrishnan.C

Accepted Solutions (0)

Answers (1)

Answers (1)

WouterLemaire
Active Contributor
0 Kudos

Export import manually is one way. Another one could be to use the transport management service in combination with the ci/cd service. When you push your changes to git, the ci service will pick it up, build your app, deploy to dev and upload it to the queue of the tms service.

This is explained very well by Murali in this blog post https://blogs.sap.com/2020/09/07/achieve-continuous-integration-and-delivery-using-devops-services-i...