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 CDS View from On Premise to Public Cloud

Devavrat
Explorer
0 Kudos

Hi Team,

Answer First: I want to create a custom CDS view and ship it to multiple clients using the SAP public cloud.

Rationale: Is there any method/way, that we can use to create a CDS view in an on-premise system(Maybe using Eclipse ADE), Save it in a transport request, and ship it to the Public Cloud(clients using the Public Cloud)?
Our main goal is to create a custom CDS View and ship it to our partners.

Thank You,
Devavrat Somvanshi

1 ACCEPTED SOLUTION

Karin
Product and Topic Expert
Product and Topic Expert

Hi,

as in Public Cloud, all development has to be cloud ready, not all development options of on-premise systems are available in there and therefore a direct transport between on premise and public cloud is not possible.

But you can bring your existing development into a public cloud system, then push it to a git repository and give access to your customers to this repository so that they can pull your development into their 3SL.

This scenario is called Multi-Off and you can find it documented in here: https://me.sap.com/notes/3334794

Kind regards

Karin

2 REPLIES 2

Hello devavrat_somvanshi , If the CDS view is created to be compliant with ABAP Cloud readiness check, you can use abapGit to transport it to SAP S/4HANA Cloud Public Edition or SAP BTP ABAP Environment.
https://developers.sap.com/tutorials/abap-environment-abapgit.html

Regards,

Siva

Karin
Product and Topic Expert
Product and Topic Expert

Hi,

as in Public Cloud, all development has to be cloud ready, not all development options of on-premise systems are available in there and therefore a direct transport between on premise and public cloud is not possible.

But you can bring your existing development into a public cloud system, then push it to a git repository and give access to your customers to this repository so that they can pull your development into their 3SL.

This scenario is called Multi-Off and you can find it documented in here: https://me.sap.com/notes/3334794

Kind regards

Karin